Skip to content

Commit a7cdcca

Browse files
Bump activesupport from 7.2.3 to 8.1.2.1
Bumps [activesupport](https://github.com/rails/rails) from 7.2.3 to 8.1.2.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.3...v8.1.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f535ed9 commit a7cdcca

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

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.1"
2323
gem "extconf_compile_commands_json"
2424
gem "irb"
2525

Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@ GEM
3636
remote: https://rubygems.org/
3737
specs:
3838
abbrev (0.1.2)
39-
activesupport (7.2.3)
39+
activesupport (8.1.2.1)
4040
base64
41-
benchmark (>= 0.3)
4241
bigdecimal
4342
concurrent-ruby (~> 1.0, >= 1.3.1)
4443
connection_pool (>= 2.2.5)
4544
drb
4645
i18n (>= 1.6, < 2)
46+
json
4747
logger (>= 1.4.2)
4848
minitest (>= 5.1)
4949
securerandom (>= 0.3)
5050
tzinfo (~> 2.0, >= 2.0.5)
51+
uri (>= 0.13.1)
5152
addressable (2.8.9)
5253
public_suffix (>= 2.0.2, < 8.0)
5354
ast (2.4.3)
5455
base64 (0.3.0)
55-
benchmark (0.5.0)
5656
benchmark-ips (2.14.0)
5757
bigdecimal (4.0.1)
5858
concurrent-ruby (1.3.6)
@@ -191,11 +191,10 @@ GEM
191191
zlib (3.2.3)
192192

193193
PLATFORMS
194-
ruby
195194

196195
DEPENDENCIES
197196
abbrev
198-
activesupport (~> 7.0)
197+
activesupport (~> 8.1)
199198
base64
200199
benchmark-ips
201200
bigdecimal

0 commit comments

Comments
 (0)