Skip to content

Commit

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

---
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 Nov 11, 2024
1 parent 643e46e commit 64af75d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,41 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.7.1)
activesupport (= 7.0.7.1)
activesupport (7.0.7.1)
activemodel (7.1.5)
activesupport (= 7.1.5)
activesupport (7.1.5)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
attr_required (1.0.1)
base64 (0.1.1)
benchmark (0.4.0)
bigdecimal (3.1.8)
bindata (2.5.0)
byebug (11.1.3)
colorator (1.1.0)
colorize (1.1.0)
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
docile (1.4.0)
domain_name (0.6.20240107)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -137,6 +149,7 @@ GEM
mini_mime (1.1.2)
minitest (5.25.1)
multi_json (1.15.0)
mutex_m (0.2.0)
netrc (0.11.0)
openid_connect (2.3.1)
activemodel
Expand Down Expand Up @@ -228,6 +241,7 @@ GEM
sass-embedded (1.63.6)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
securerandom (0.3.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down

0 comments on commit 64af75d

Please sign in to comment.