Skip to content

Commit e2b543c

Browse files
Merge pull request #2299 from freeCodeCamp/renovate/ruby-on-rails-packages
chore(deps): update dependency activesupport to v7.2.0
2 parents 0dd0ad8 + b30ffbf commit e2b543c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (7.2.0)
55
base64
66
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
88
connection_pool (>= 2.2.5)
99
drb
1010
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
1112
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
1415
base64 (0.2.0)
1516
better_errors (2.10.1)
1617
erubi (>= 1.0.0)
@@ -21,7 +22,7 @@ GEM
2122
byebug (11.1.3)
2223
chunky_png (1.4.0)
2324
coderay (1.1.3)
24-
concurrent-ruby (1.2.3)
25+
concurrent-ruby (1.3.3)
2526
connection_pool (2.4.1)
2627
daemons (1.4.1)
2728
drb (2.2.1)
@@ -50,13 +51,13 @@ GEM
5051
image_optim (~> 0.19)
5152
image_size (3.3.0)
5253
in_threads (1.6.0)
54+
logger (1.6.0)
5355
method_source (1.0.0)
5456
mini_portile2 (2.8.7)
5557
minitest (5.24.1)
5658
multi_json (1.15.0)
5759
mustermann (3.0.0)
5860
ruby2_keywords (~> 0.0.1)
59-
mutex_m (0.2.0)
6061
newrelic_rpm (8.16.0)
6162
nokogiri (1.16.7)
6263
mini_portile2 (~> 2.8.2)
@@ -96,6 +97,7 @@ GEM
9697
sass-listen (4.0.0)
9798
rb-fsevent (~> 0.9, >= 0.9.4)
9899
rb-inotify (~> 0.9, >= 0.9.7)
100+
securerandom (0.3.1)
99101
sinatra (3.2.0)
100102
mustermann (~> 3.0)
101103
rack (~> 2.2, >= 2.2.4)

0 commit comments

Comments
 (0)