Skip to content

Commit

Permalink
Bump activesupport from 7.2.2 to 7.2.2.1
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.2.2 to 7.2.2.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.2.2...v7.2.2.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 3aaa225 commit 3951302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gemspec
gem "rbs"
gem "rake", "~> 13.0"
gem "rgot", "~> 1.1"
gem "activesupport", '~> 7.0' # 8.0 exclude ruby v3.1
gem "activesupport", '~> 7.2' # 8.0 exclude ruby v3.1
gem "debug"
gem "stringio"

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2)
activesupport (7.2.2.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -22,7 +22,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
Expand All @@ -45,8 +45,8 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
minitest (5.25.1)
logger (1.6.4)
minitest (5.25.4)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
Expand All @@ -65,7 +65,7 @@ GEM
reline (0.5.11)
io-console (~> 0.5)
rgot (1.4.0)
securerandom (0.3.2)
securerandom (0.4.1)
steep (1.8.3)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
Expand Down Expand Up @@ -96,7 +96,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 7.0)
activesupport (~> 7.2)
debug
orthoses!
rake (~> 13.0)
Expand Down

0 comments on commit 3951302

Please sign in to comment.