Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 17cd9bf commit 11dcb93
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (6.0.6.1)
activesupport (= 6.0.6.1)
activesupport (6.0.6.1)
activemodel (6.1.7.5)
activesupport (= 6.1.7.5)
activesupport (6.1.7.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
Expand Down Expand Up @@ -131,9 +131,10 @@ GEM
minitest (5.25.1)
mongo (2.21.0)
bson (>= 4.14.1, < 6.0.0)
mongoid (7.1.2)
activemodel (>= 5.1, < 6.1)
mongo (>= 2.7.0, < 3.0.0)
mongoid (9.0.2)
activemodel (>= 5.1, < 7.3, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
mongoid-compatibility (0.5.1)
activesupport
mongoid (>= 2.0)
Expand Down Expand Up @@ -288,11 +289,10 @@ GEM
multi_json (~> 1.0)
stripe (>= 1.31.0, <= 1.58.0)
strscan (3.1.0)
thread_safe (0.3.6)
timecop (0.9.1)
timers (4.3.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unf (0.1.4)
unf_ext
Expand Down

0 comments on commit 11dcb93

Please sign in to comment.