Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Apr 3, 2024
1 parent 7dd1989 commit aa83c99
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 227 deletions.
17 changes: 10 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,33 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = "0.27.4"
base_path = ""
base_path = "../" if File.basename(__dir__) == "development_app"
require_relative "#{base_path}lib/decidim/iframe/version"

DECIDIM_VERSION = Decidim::Iframe.decidim_version

gem "decidim", DECIDIM_VERSION

gem "decidim-iframe", path: "."

gem "bootsnap", "~> 1.4"

gem "puma", ">= 5.5.1"
gem "puma", ">= 5.6.2"

gem "faker", "~> 2.14"

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev", DECIDIM_VERSION
end

group :development do
gem "letter_opener_web", "~> 1.3"
gem "letter_opener_web", "~> 2.0"
gem "listen", "~> 3.1"
gem "rubocop-faker"
gem "spring", "~> 2.0"
gem "spring-watcher-listen", "~> 2.0.0"
gem "web-console"
gem "spring-watcher-listen", "~> 2.0"
gem "web-console", "~> 4.2"
end

group :test do
Expand Down
Loading

0 comments on commit aa83c99

Please sign in to comment.