Skip to content

Commit

Permalink
Bump activerecord from 5.2.0 to 6.0.6.1
Browse files Browse the repository at this point in the history
Bumps [activerecord](https://github.com/rails/rails) from 5.2.0 to 6.0.6.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v5.2.0...v6.0.6.1)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent e5cfd20 commit ee8636b
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 @@ -9,7 +9,7 @@ gem 'grape', '1.1.0'
gem 'sinatra'
gem 'erubi'

gem 'activerecord', '5.2', require: 'active_record'
gem 'activerecord', '6.0.6.1', require: 'active_record'
gem 'hashie-forbidden_attributes'
gem 'rack-cors', :require => 'rack/cors'

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.0)
activesupport (= 5.2.0)
activerecord (5.2.0)
activemodel (= 5.2.0)
activesupport (= 5.2.0)
arel (>= 9.0)
activesupport (5.2.0)
activemodel (6.0.6.1)
activesupport (= 6.0.6.1)
activerecord (6.0.6.1)
activemodel (= 6.0.6.1)
activesupport (= 6.0.6.1)
activesupport (6.0.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ansi (1.5.0)
arel (9.0.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
Expand All @@ -22,7 +21,7 @@ GEM
byebug (11.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.1)
Expand Down Expand Up @@ -105,13 +104,14 @@ GEM
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
activerecord (= 5.2)
activerecord (= 6.0.6.1)
byebug
database_cleaner
dotenv (= 0.11.1)
Expand Down

0 comments on commit ee8636b

Please sign in to comment.