Skip to content

Commit

Permalink
Bump activesupport from 7.1.2 to 7.1.5
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.1.2 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.1.2...v7.1.5)

---
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 Nov 4, 2024
1 parent 1ed3ad6 commit c8bb826
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
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.5)
public_suffix (>= 2.0.2, < 6.0)
Expand All @@ -41,20 +44,20 @@ GEM
async
async-pool (0.3.12)
async (>= 1.25)
base64 (0.1.1)
bigdecimal (3.1.4)
base64 (0.1.2)
benchmark (0.3.0)
bigdecimal (3.1.8)
cgi (0.3.6)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
console (1.16.2)
fiber-local
crack (0.4.5)
rexml
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
erb (4.0.2)
cgi (>= 0.3.3)
factory_bot (6.4.2)
Expand Down Expand Up @@ -92,17 +95,18 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (1.0.1)
i18n (1.14.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.6.3)
jwt (2.7.1)
language_server-protocol (3.17.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
lumberjack (1.2.8)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.25.1)
multi_json (1.15.0)
mutex_m (0.2.0)
nenv (0.3.0)
Expand Down Expand Up @@ -169,6 +173,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
semantic (1.6.1)
shellany (0.0.1)
simplecov (0.22.0)
Expand Down

0 comments on commit c8bb826

Please sign in to comment.