Skip to content

Commit d23e609

Browse files
Bump activesupport from 6.1.7.5 to 7.2.3.1 (#33)
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.5 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@v6.1.7.5...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78825e3 commit d23e609

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

Gemfile.lock

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.5)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.3.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
7-
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1016
addressable (2.8.7)
1117
public_suffix (>= 2.0.2, < 7.0)
1218
base64 (0.2.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
1321
coffee-script (2.4.1)
1422
coffee-script-source
1523
execjs
1624
coffee-script-source (1.11.1)
1725
colorator (1.1.0)
1826
commonmarker (0.23.11)
19-
concurrent-ruby (1.3.5)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
2029
dnsruby (1.73.1)
2130
base64 (>= 0.2)
2231
logger (~> 1.6)
2332
simpleidn (~> 0.2.1)
33+
drb (2.2.3)
2434
em-websocket (0.5.3)
2535
eventmachine (>= 0.12.9)
2636
http_parser.rb (~> 0)
@@ -92,7 +102,7 @@ GEM
92102
activesupport (>= 2)
93103
nokogiri (>= 1.4)
94104
http_parser.rb (0.8.0)
95-
i18n (1.14.7)
105+
i18n (1.14.8)
96106
concurrent-ruby (~> 1.0)
97107
jekyll (3.9.3)
98108
addressable (~> 2.4)
@@ -218,7 +228,7 @@ GEM
218228
jekyll (>= 3.5, < 5.0)
219229
jekyll-feed (~> 0.9)
220230
jekyll-seo-tag (~> 2.1)
221-
minitest (5.25.5)
231+
minitest (5.27.0)
222232
net-http (0.9.1)
223233
uri (>= 0.11.1)
224234
nokogiri (1.19.1)
@@ -246,6 +256,7 @@ GEM
246256
sawyer (0.9.2)
247257
addressable (>= 2.3.5)
248258
faraday (>= 0.17.3, < 3)
259+
securerandom (0.4.1)
249260
simpleidn (0.2.3)
250261
terminal-table (1.8.0)
251262
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -255,7 +266,6 @@ GEM
255266
concurrent-ruby (~> 1.0)
256267
unicode-display_width (1.8.0)
257268
uri (1.1.1)
258-
zeitwerk (2.7.2)
259269

260270
PLATFORMS
261271
ruby

0 commit comments

Comments
 (0)