Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions gemfiles/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,29 @@ gem "decidim-admin", DECIDIM_VERSION
gem "decidim-core", DECIDIM_VERSION
gem "decidim-gallery", path: ".."

gem "bootsnap", "~> 1.7"
gem "activerecord", "~> 6.1"
gem "activesupport", "~> 6.1"
gem "rails", "~> 6.1.0"

gem "bootsnap", "~> 1.4"
gem "faker", "~> 2.14"
gem "rspec", "~> 3.0"
gem "rspec", "~> 3.13"

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

gem "climate_control", "~> 1.2"
gem "decidim-dev", DECIDIM_VERSION
gem "parallel_tests"
end

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

group :test do
Expand Down
5 changes: 4 additions & 1 deletion gemfiles/decidim_0.26.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ gem "decidim-admin", DECIDIM_VERSION
gem "decidim-core", DECIDIM_VERSION
gem "decidim-gallery", path: ".."

gem "activerecord", "~> 6.0"
gem "activesupport", "~> 6.0"
gem "rails", "~> 6.0.0"

gem "bootsnap", "~> 1.7"
gem "faker", "~> 2.14"
gem "rspec", "~> 3.0"

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

gem "decidim-dev", DECIDIM_VERSION
end

Expand Down
Loading