Skip to content

Commit

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

Bump activerecord from 7.2.0 to 7.2.1
  • Loading branch information
greysteil authored Aug 23, 2024
2 parents 162878f + 8fe4877 commit 254af16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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', '4.0.0' # Web framework
gem 'puma' # Web server

gem 'activerecord', '7.2.0' # Object-relational mapper
gem 'activerecord', '7.2.1' # Object-relational mapper
gem 'pg', '~> 1.5.7' # PostgreSQL gem
gem 'sinatra-activerecord', '2.0.27' # Sinatra setup for AR

Expand Down
16 changes: 8 additions & 8 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.0)
activesupport (= 7.2.0)
activerecord (7.2.0)
activemodel (= 7.2.0)
activesupport (= 7.2.0)
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.2.0)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
method_source (1.0.0)
mini_magick (5.0.1)
mini_mime (1.1.2)
minitest (5.24.1)
minitest (5.25.1)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -199,7 +199,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord (= 7.2.0)
activerecord (= 7.2.1)
database_cleaner
dotenv
exifr (~> 1.4.0)
Expand Down

0 comments on commit 254af16

Please sign in to comment.