Skip to content

Commit 6a50086

Browse files
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 2028f99 commit 6a50086

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
remote: https://rubygems.org/
1515
specs:
1616
abbrev (0.1.2)
17-
activesupport (7.2.2.1)
17+
activesupport (8.0.2)
1818
base64
1919
benchmark (>= 0.3)
2020
bigdecimal
@@ -26,6 +26,7 @@ GEM
2626
minitest (>= 5.1)
2727
securerandom (>= 0.3)
2828
tzinfo (~> 2.0, >= 2.0.5)
29+
uri (>= 0.13.1)
2930
addressable (2.8.7)
3031
public_suffix (>= 2.0.2, < 7.0)
3132
ast (2.4.3)
@@ -177,7 +178,7 @@ PLATFORMS
177178

178179
DEPENDENCIES
179180
abbrev
180-
activesupport (~> 7.0)
181+
activesupport (~> 8.0)
181182
base64
182183
benchmark-ips
183184
bigdecimal

0 commit comments

Comments
 (0)