Skip to content

Commit 56761cd

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 bda92fb commit 56761cd

2 files changed

Lines changed: 5 additions & 5 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 & 4 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.3)
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.9.0)
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.1.1)
5858
concurrent-ruby (1.3.6)
@@ -196,7 +196,7 @@ PLATFORMS
196196

197197
DEPENDENCIES
198198
abbrev
199-
activesupport (~> 7.0)
199+
activesupport (~> 8.1)
200200
base64
201201
benchmark-ips
202202
bigdecimal

0 commit comments

Comments
 (0)