Skip to content

Commit

Permalink
Bump activerecord from 7.0.6 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [activerecord](https://github.com/rails/rails) from 7.0.6 to 7.1.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.0/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v7.0.6...v7.1.0)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent 50a34a9 commit 22262c1
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,46 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activejob (7.0.6)
activesupport (= 7.0.6)
activejob (7.1.0)
activesupport (= 7.1.0)
globalid (>= 0.3.6)
activemodel (7.0.6)
activesupport (= 7.0.6)
activerecord (7.0.6)
activemodel (= 7.0.6)
activesupport (= 7.0.6)
activesupport (7.0.6)
activemodel (7.1.0)
activesupport (= 7.1.0)
activerecord (7.1.0)
activemodel (= 7.1.0)
activesupport (= 7.1.0)
timeout (>= 0.4.0)
activesupport (7.1.0)
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)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.4)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
drb (2.1.1)
ruby2_keywords
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.18.1)
minitest (5.20.0)
mocha (2.0.4)
ruby2_keywords (>= 0.0.5)
mono_logger (1.1.1)
multi_json (1.15.0)
mutex_m (0.1.2)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -91,6 +102,7 @@ GEM
sinatra (1.0)
rack (>= 1.0)
sorbet-runtime (0.5.10924)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand Down

0 comments on commit 22262c1

Please sign in to comment.