Skip to content

Commit

Permalink
chore(deps): bump activesupport from 7.0.4.3 to 7.1.3
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.1.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.0.4.3...v7.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent de4ca80 commit e28d6ca
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,15 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.1.3)
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)
Expand Down Expand Up @@ -300,7 +305,9 @@ GEM
ms_rest_azure (~> 0.12.0)
azure_mgmt_storage (0.23.0)
ms_rest_azure (~> 0.12.0)
base64 (0.2.0)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.6)
bson (4.15.0)
builder (3.2.4)
chef-config (17.10.0)
Expand All @@ -316,7 +323,8 @@ GEM
chef-utils (17.10.0)
concurrent-ruby
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
cookstyle (7.32.1)
rubocop (= 1.25.1)
declarative (0.0.20)
Expand All @@ -326,6 +334,8 @@ GEM
multi_json
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
drb (2.2.0)
ruby2_keywords
ed25519 (1.3.0)
erubi (1.10.0)
excon (0.92.3)
Expand Down Expand Up @@ -375,7 +385,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
inifile (3.0.0)
jmespath (1.6.1)
Expand All @@ -402,7 +412,7 @@ GEM
memoist (0.16.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.18.0)
minitest (5.22.2)
mixlib-config (3.0.27)
tomlrb
mixlib-install (3.12.19)
Expand All @@ -426,6 +436,7 @@ GEM
ms_rest (~> 0.7.6)
multi_json (1.15.0)
multipart-post (2.2.3)
mutex_m (0.2.0)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
Expand Down

0 comments on commit e28d6ca

Please sign in to comment.