Skip to content
Merged
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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby RUBY_VERSION
gem "decidim", DECIDIM_VERSION
gem "decidim-extra_user_fields", path: "."

gem "bootsnap", "~> 1.4"
gem "bootsnap", "~> 1.3"
gem "country_select", "~> 4.0"
gem "puma", ">= 4.3"

Expand All @@ -20,12 +20,12 @@ end

group :development do
gem "faker", "~> 3.3.1"
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"
gem "web-console", "~> 3.5"
gem "web-console", "~> 4.2"
end

group :test do
Expand Down
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ GEM
actionpack (>= 5.0)
cells (>= 4.1.6, < 5.0.0)
charlock_holmes (0.7.8)
childprocess (5.0.0)
childprocess (5.1.0)
logger (~> 1.5)
commonmarker (0.23.10)
concurrent-ruby (1.3.3)
countries (3.1.0)
Expand Down Expand Up @@ -446,15 +447,17 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
launchy (3.0.1)
launchy (3.1.0)
addressable (~> 2.8)
childprocess (~> 5.0)
logger (~> 1.6)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
letter_opener_web (1.4.1)
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.2)
letter_opener_web (2.0.0)
actionmailer (>= 5.2)
letter_opener (~> 1.7)
railties (>= 5.2)
rexml
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -770,11 +773,11 @@ GEM
rexml (~> 3.2)
warden (1.2.9)
rack (>= 2.0.9)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 5.0)
railties (>= 6.0.0)
web-push (3.0.1)
jwt (~> 2.0)
openssl (~> 3.0)
Expand All @@ -800,22 +803,22 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bootsnap (~> 1.4)
bootsnap (~> 1.3)
byebug (~> 11.0)
country_select (~> 4.0)
decidim (~> 0.28)
decidim-dev (~> 0.28)
decidim-extra_user_fields!
faker (~> 3.3.1)
letter_opener_web (~> 1.3)
letter_opener_web (~> 2.0)
listen (~> 3.1)
puma (>= 4.3)
rubocop-factory_bot (!= 2.26.0)
rubocop-faker
rubocop-rspec_rails (!= 2.29.0)
spring (~> 2.0)
spring-watcher-listen (~> 2.0)
web-console (~> 3.5)
web-console (~> 4.2)

RUBY VERSION
ruby 3.1.1p18
Expand Down