Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 30, 2023
1 parent 5b51d3b commit f2847b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby '3.2.1'
gem 'sinatra', '3.0.6' # Web framework
gem 'puma' # Web server

gem 'activerecord', '7.0.5.1' # Object-relational mapper
gem 'activerecord', '7.0.6' # Object-relational mapper
gem 'pg', '~> 1.5.3' # PostgreSQL gem
gem 'sinatra-activerecord', '2.0.26' # Sinatra setup for AR

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.5.1)
activesupport (= 7.0.5.1)
activerecord (7.0.5.1)
activemodel (= 7.0.5.1)
activesupport (= 7.0.5.1)
activesupport (7.0.5.1)
activemodel (7.0.6)
activesupport (= 7.0.6)
activerecord (7.0.6)
activemodel (= 7.0.6)
activesupport (= 7.0.6)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -175,7 +175,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord (= 7.0.5.1)
activerecord (= 7.0.6)
database_cleaner
dotenv
exifr (~> 1.4.0)
Expand Down

0 comments on commit f2847b9

Please sign in to comment.