Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 1 update (#166)
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 1 update: [activerecord](https://github.com/rails/rails).


Updates `activerecord` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v7.1.2...v7.1.3)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 96279df commit 9e0873e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "activerecord", "~> 7.0"
gem "activerecord", "~> 7.1"
gem "boxt_rubocop", "2.0.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.2)
activesupport (= 7.1.2)
activerecord (7.1.2)
activemodel (= 7.1.2)
activesupport (= 7.1.2)
activemodel (7.1.3)
activesupport (= 7.1.3)
activerecord (7.1.3)
activemodel (= 7.1.3)
activesupport (= 7.1.3)
timeout (>= 0.4.0)
activesupport (7.1.2)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -26,7 +26,7 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
boxt_rubocop (2.0.0)
rubocop (= 1.56.4)
rubocop-faker (= 1.1.0)
Expand All @@ -35,7 +35,7 @@ GEM
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.24.1)
byebug (11.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.0)
docile (1.4.0)
Expand All @@ -47,7 +47,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.20.0)
minitest (5.21.2)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.2.2.4)
Expand Down Expand Up @@ -136,7 +136,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord (~> 7.0)
activerecord (~> 7.1)
boxt_rubocop (= 2.0.0)
byebug (~> 11.0)
logga!
Expand Down

0 comments on commit 9e0873e

Please sign in to comment.