Skip to content

Commit

Permalink
Bump activesupport from 7.0.4.1 to 7.1.3.2 (#13)
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.1 to 7.1.3.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.0.4.1...v7.1.3.2)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent 6cd17da commit ed65f05
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,33 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.4.1)
activesupport (= 7.0.4.1)
activerecord (7.0.4.1)
activemodel (= 7.0.4.1)
activesupport (= 7.0.4.1)
activesupport (7.0.4.1)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
timeout (>= 0.4.0)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
backports (3.6.8)
concurrent-ruby (1.1.10)
base64 (0.2.0)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.0)
drb (2.2.0)
ruby2_keywords
ethon (0.8.1)
ffi (>= 1.3.0)
faraday (0.9.2)
Expand All @@ -40,14 +51,15 @@ GEM
net-http-persistent (>= 2.7)
net-http-pipeline
highline (1.7.8)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.3.1)
launchy (2.4.3)
addressable (~> 2.3)
minitest (5.17.0)
minitest (5.22.2)
multi_json (1.11.2)
multipart-post (2.0.0)
mutex_m (0.2.0)
mysql-binuuid-rails (1.3.0)
activerecord (>= 5)
net-http-persistent (2.9.4)
Expand Down Expand Up @@ -89,6 +101,8 @@ GEM
rubocop-ast (1.19.1)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
timeout (0.4.1)
travis (1.8.2)
backports
faraday (~> 0.9)
Expand All @@ -100,7 +114,7 @@ GEM
typhoeus (~> 0.6, >= 0.6.8)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
uuidtools (2.2.0)
Expand Down

0 comments on commit ed65f05

Please sign in to comment.