Skip to content

Commit 2d48faf

Browse files
Merge pull request #28 from PopulateTools/update_dependencies
Upgrade dependencies
2 parents 00d6f5f + 8e34e5e commit 2d48faf

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ruby RUBY_VERSION
99
gem "decidim", DECIDIM_VERSION
1010
gem "decidim-extra_user_fields", path: "."
1111

12-
gem "bootsnap", "~> 1.4"
12+
gem "bootsnap", "~> 1.3"
1313
gem "country_select", "~> 4.0"
1414
gem "puma", ">= 4.3"
1515

@@ -20,12 +20,12 @@ end
2020

2121
group :development do
2222
gem "faker", "~> 3.3.1"
23-
gem "letter_opener_web", "~> 1.3"
23+
gem "letter_opener_web", "~> 2.0"
2424
gem "listen", "~> 3.1"
2525
gem "rubocop-faker"
2626
gem "spring", "~> 2.0"
2727
gem "spring-watcher-listen", "~> 2.0"
28-
gem "web-console", "~> 3.5"
28+
gem "web-console", "~> 4.2"
2929
end
3030

3131
group :test do

Gemfile.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ GEM
126126
actionpack (>= 5.0)
127127
cells (>= 4.1.6, < 5.0.0)
128128
charlock_holmes (0.7.8)
129-
childprocess (5.0.0)
129+
childprocess (5.1.0)
130+
logger (~> 1.5)
130131
commonmarker (0.23.10)
131132
concurrent-ruby (1.3.3)
132133
countries (3.1.0)
@@ -446,15 +447,17 @@ GEM
446447
activerecord
447448
kaminari-core (= 1.2.2)
448449
kaminari-core (1.2.2)
449-
launchy (3.0.1)
450+
launchy (3.1.0)
450451
addressable (~> 2.8)
451452
childprocess (~> 5.0)
453+
logger (~> 1.6)
452454
letter_opener (1.10.0)
453455
launchy (>= 2.2, < 4)
454-
letter_opener_web (1.4.1)
455-
actionmailer (>= 3.2)
456-
letter_opener (~> 1.0)
457-
railties (>= 3.2)
456+
letter_opener_web (2.0.0)
457+
actionmailer (>= 5.2)
458+
letter_opener (~> 1.7)
459+
railties (>= 5.2)
460+
rexml
458461
listen (3.9.0)
459462
rb-fsevent (~> 0.10, >= 0.10.3)
460463
rb-inotify (~> 0.9, >= 0.9.10)
@@ -770,11 +773,11 @@ GEM
770773
rexml (~> 3.2)
771774
warden (1.2.9)
772775
rack (>= 2.0.9)
773-
web-console (3.7.0)
774-
actionview (>= 5.0)
775-
activemodel (>= 5.0)
776+
web-console (4.2.1)
777+
actionview (>= 6.0.0)
778+
activemodel (>= 6.0.0)
776779
bindex (>= 0.4.0)
777-
railties (>= 5.0)
780+
railties (>= 6.0.0)
778781
web-push (3.0.1)
779782
jwt (~> 2.0)
780783
openssl (~> 3.0)
@@ -800,22 +803,22 @@ PLATFORMS
800803
x86_64-linux
801804

802805
DEPENDENCIES
803-
bootsnap (~> 1.4)
806+
bootsnap (~> 1.3)
804807
byebug (~> 11.0)
805808
country_select (~> 4.0)
806809
decidim (~> 0.28)
807810
decidim-dev (~> 0.28)
808811
decidim-extra_user_fields!
809812
faker (~> 3.3.1)
810-
letter_opener_web (~> 1.3)
813+
letter_opener_web (~> 2.0)
811814
listen (~> 3.1)
812815
puma (>= 4.3)
813816
rubocop-factory_bot (!= 2.26.0)
814817
rubocop-faker
815818
rubocop-rspec_rails (!= 2.29.0)
816819
spring (~> 2.0)
817820
spring-watcher-listen (~> 2.0)
818-
web-console (~> 3.5)
821+
web-console (~> 4.2)
819822

820823
RUBY VERSION
821824
ruby 3.1.1p18

0 commit comments

Comments
 (0)