Skip to content

Commit

Permalink
Bump activesupport from 7.1.3.4 to 7.2.0
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.1.3.4 to 7.2.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.0/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 56b99d6 commit 84c2392
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
activesupport (7.2.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
async (2.8.0)
console (~> 1.10)
fiber-annotation
Expand All @@ -23,7 +24,7 @@ GEM
websocket-driver (~> 0.7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
config (5.5.1)
deep_merge (~> 1.2, >= 1.2.1)
connection_pool (2.4.1)
Expand Down Expand Up @@ -54,12 +55,11 @@ GEM
io-event (1.4.2)
kgio (2.11.4)
logger (1.6.0)
minitest (5.23.1)
minitest (5.24.1)
multi_json (1.15.0)
multipart-post (2.4.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
rack (3.0.9.1)
Expand All @@ -78,6 +78,7 @@ GEM
faraday (>= 1)
faraday-multipart (>= 1)
ruby2_keywords (0.0.5)
securerandom (0.3.1)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
Expand Down

0 comments on commit 84c2392

Please sign in to comment.