Skip to content

Commit

Permalink
Bump activesupport from 6.1.3.1 to 6.1.7.3
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 6.1.3.1 to 6.1.7.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.3.1...v6.1.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2023
1 parent bd0c7e0 commit 93ef57b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.3.1)
activesupport (= 6.1.3.1)
activesupport (6.1.3.1)
activemodel (6.1.7.3)
activesupport (= 6.1.7.3)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -12,7 +12,7 @@ GEM
bson (4.12.0)
bson_ext (1.5.1)
coderay (1.1.3)
concurrent-ruby (1.1.8)
concurrent-ruby (1.2.2)
dalli (2.7.11)
diff-lcs (1.4.4)
ffi (1.13.1)
Expand All @@ -36,19 +36,20 @@ GEM
thor
tilt
hashie (4.1.0)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
listen (3.3.3)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
minitest (5.14.4)
minitest (5.18.0)
mongo (2.14.0)
bson (>= 4.8.2, < 5.0.0)
mongoid (7.2.2)
activemodel (>= 5.1, < 6.2)
mongoid (7.5.2)
activemodel (>= 5.1, < 7.1, != 7.0.0)
mongo (>= 2.10.5, < 3.0.0)
ruby2_keywords (~> 0.0.5)
multi_json (1.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -113,9 +114,9 @@ GEM
temple (0.8.2)
thor (1.1.0)
tilt (2.0.10)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.4.2)
zeitwerk (2.6.7)

PLATFORMS
ruby
Expand Down

0 comments on commit 93ef57b

Please sign in to comment.