Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent a27e6f0 commit 9cfcf0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :test do
gem "wisper-rspec", "~> 1.0", ">= 1.0.1"
end

gem "activerecord", "~> 7.2.2"
gem "activerecord", "~> 8.0.1"
gem "archive-zip"
gem "aws-sdk-s3", "~> 1.169"
gem "csv", "~> 3.3"
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.2.2)
activesupport (= 7.2.2)
activerecord (7.2.2)
activemodel (= 7.2.2)
activesupport (= 7.2.2)
activemodel (8.0.1)
activesupport (= 8.0.1)
activerecord (8.0.1)
activemodel (= 8.0.1)
activesupport (= 8.0.1)
timeout (>= 0.4.0)
activesupport (7.2.2)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -19,6 +19,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
archive-zip (0.12.0)
Expand Down Expand Up @@ -91,10 +92,10 @@ GEM
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.4)
method_source (1.1.0)
mini_portile2 (2.8.8)
minitest (5.25.2)
minitest (5.25.4)
mock_redis (0.46.0)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -204,7 +205,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
securerandom (0.3.2)
securerandom (0.4.1)
sentry-ruby (5.21.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -236,7 +237,7 @@ GEM
version_gem (~> 1.1, >= 1.1.1)
tilt (2.4.0)
timecop (0.9.10)
timeout (0.4.2)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
Expand All @@ -256,7 +257,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 7.2.2)
activerecord (~> 8.0.1)
archive-zip
aws-sdk-s3 (~> 1.169)
csv (~> 3.3)
Expand Down

0 comments on commit 9cfcf0d

Please sign in to comment.