Skip to content

Commit a847804

Browse files
authoredMar 18, 2025··
Bump activesupport from 7.2.2.1 to 8.0.2
Bumps [activesupport](https://github.com/rails/rails) from 7.2.2.1 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74f4446 commit a847804

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'tempfile'
1919
gem "rdoc"
2020
gem "fileutils"
2121
gem "raap"
22-
gem "activesupport", "~> 7.0"
22+
gem "activesupport", "~> 8.0"
2323

2424
group :libs do
2525
# Libraries required for stdlib test

‎Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
remote: https://rubygems.org/
1414
specs:
1515
abbrev (0.1.2)
16-
activesupport (7.2.2.1)
16+
activesupport (8.0.2)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,6 +25,7 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28+
uri (>= 0.13.1)
2829
addressable (2.8.7)
2930
public_suffix (>= 2.0.2, < 7.0)
3031
ast (2.4.2)
@@ -173,7 +174,7 @@ PLATFORMS
173174

174175
DEPENDENCIES
175176
abbrev
176-
activesupport (~> 7.0)
177+
activesupport (~> 8.0)
177178
base64
178179
benchmark-ips
179180
bigdecimal

0 commit comments

Comments
 (0)
Please sign in to comment.