Skip to content

Commit

Permalink
Merge pull request #502 from greysteil/dependabot/bundler/activerecor…
Browse files Browse the repository at this point in the history
…d-7.0.6

Bump activerecord from 7.0.5.1 to 7.0.6
  • Loading branch information
greysteil authored Jun 30, 2023
2 parents 5b51d3b + f2847b9 commit 9f365f8
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 9f365f8

Please sign in to comment.