Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent c572524 commit 31bac02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 7.1'
gem 'activerecord', '~> 7.2'
gem 'api-pagination', '~> 5.0'
gem 'bcrypt', '~> 3.1'
gem 'config', '~> 5.5'
Expand Down
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
GEM
remote: https://rubygems.org/
specs:
actionview (7.1.4)
activesupport (= 7.1.4)
actionview (7.2.1)
activesupport (= 7.2.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.4)
activesupport (= 7.1.4)
activerecord (7.1.4)
activemodel (= 7.1.4)
activesupport (= 7.1.4)
activemodel (7.2.1)
activesupport (= 7.2.1)
activerecord (7.2.1)
activemodel (= 7.2.1)
activesupport (= 7.2.1)
timeout (>= 0.4.0)
activesupport (7.1.4)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
api-pagination (5.0.0)
ast (2.4.2)
base64 (0.2.0)
Expand Down Expand Up @@ -134,6 +135,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -149,7 +151,6 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
mutex_m (0.2.0)
nenv (0.3.0)
nio4r (2.7.1)
nokogiri (1.16.5)
Expand Down Expand Up @@ -235,6 +236,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
secure_headers (6.7.0)
securerandom (0.3.1)
sentry-ruby (5.19.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -266,7 +268,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
activerecord (~> 7.1)
activerecord (~> 7.2)
api-pagination (~> 5.0)
bcrypt (~> 3.1)
bundler-audit (~> 0.9.2)
Expand Down

0 comments on commit 31bac02

Please sign in to comment.