Skip to content

Commit e87b31c

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 30245c6 commit e87b31c

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
@@ -37,23 +37,23 @@ GEM
3737
remote: https://rubygems.org/
3838
specs:
3939
abbrev (0.1.2)
40-
activesupport (7.2.3)
40+
activesupport (8.1.2.1)
4141
base64
42-
benchmark (>= 0.3)
4342
bigdecimal
4443
concurrent-ruby (~> 1.0, >= 1.3.1)
4544
connection_pool (>= 2.2.5)
4645
drb
4746
i18n (>= 1.6, < 2)
47+
json
4848
logger (>= 1.4.2)
4949
minitest (>= 5.1)
5050
securerandom (>= 0.3)
5151
tzinfo (~> 2.0, >= 2.0.5)
52+
uri (>= 0.13.1)
5253
addressable (2.8.9)
5354
public_suffix (>= 2.0.2, < 8.0)
5455
ast (2.4.3)
5556
base64 (0.3.0)
56-
benchmark (0.5.0)
5757
benchmark-ips (2.14.0)
5858
bigdecimal (4.0.1)
5959
concurrent-ruby (1.3.6)
@@ -195,11 +195,10 @@ GEM
195195
zlib (3.2.2)
196196

197197
PLATFORMS
198-
ruby
199198

200199
DEPENDENCIES
201200
abbrev
202-
activesupport (~> 7.0)
201+
activesupport (~> 8.1)
203202
base64
204203
benchmark-ips
205204
bigdecimal

0 commit comments

Comments
 (0)