Skip to content

Commit 883070d

Browse files
Bump activesupport in the bundler group across 1 directory
Bumps the bundler group with 1 update in the / directory: [activesupport](https://github.com/rails/rails). Updates `activesupport` from 7.2.1 to 7.2.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.2.1...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1378e2f commit 883070d

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.1.0)
5-
activemodel (7.2.1)
6-
activesupport (= 7.2.1)
7-
activesupport (7.2.1)
5+
activemodel (7.2.3.1)
6+
activesupport (= 7.2.3.1)
7+
activesupport (7.2.3.1)
88
base64
9+
benchmark (>= 0.3)
910
bigdecimal
1011
concurrent-ruby (~> 1.0, >= 1.3.1)
1112
connection_pool (>= 2.2.5)
1213
drb
1314
i18n (>= 1.6, < 2)
1415
logger (>= 1.4.2)
15-
minitest (>= 5.1)
16+
minitest (>= 5.1, < 6)
1617
securerandom (>= 0.3)
1718
tzinfo (~> 2.0, >= 2.0.5)
1819
addressable (2.8.6)
@@ -22,16 +23,17 @@ GEM
2223
console (~> 1.10)
2324
io-event (~> 1.1)
2425
timers (~> 4.1)
25-
base64 (0.2.0)
26-
bigdecimal (3.1.8)
26+
base64 (0.3.0)
27+
benchmark (0.5.0)
28+
bigdecimal (4.0.1)
2729
colorator (1.1.0)
28-
concurrent-ruby (1.3.3)
29-
connection_pool (2.4.1)
30+
concurrent-ruby (1.3.6)
31+
connection_pool (3.0.2)
3032
console (1.16.2)
3133
fiber-local
3234
countries (6.0.1)
3335
unaccent (~> 0.3)
34-
drb (2.2.1)
36+
drb (2.2.3)
3537
em-websocket (0.5.3)
3638
eventmachine (>= 0.12.9)
3739
http_parser.rb (~> 0)
@@ -64,7 +66,7 @@ GEM
6466
yell (~> 2.0)
6567
zeitwerk (~> 2.5)
6668
http_parser.rb (0.8.0)
67-
i18n (1.14.5)
69+
i18n (1.14.8)
6870
concurrent-ruby (~> 1.0)
6971
icalendar (2.10.2)
7072
ice_cube (~> 0.16)
@@ -100,10 +102,10 @@ GEM
100102
listen (3.9.0)
101103
rb-fsevent (~> 0.10, >= 0.10.3)
102104
rb-inotify (~> 0.9, >= 0.9.10)
103-
logger (1.6.0)
105+
logger (1.7.0)
104106
mercenary (0.4.0)
105107
mini_portile2 (2.8.9)
106-
minitest (5.25.1)
108+
minitest (5.27.0)
107109
nokogiri (1.19.1)
108110
mini_portile2 (~> 2.8.2)
109111
racc (~> 1.4)
@@ -129,7 +131,7 @@ GEM
129131
sass-embedded (1.77.5)
130132
google-protobuf (>= 3.25, < 5.0)
131133
rake (>= 13)
132-
securerandom (0.3.1)
134+
securerandom (0.4.1)
133135
terminal-table (3.0.2)
134136
unicode-display_width (>= 1.1.1, < 3)
135137
timers (4.3.5)

0 commit comments

Comments
 (0)