Skip to content

Commit

Permalink
Merge pull request #542 from greysteil/dependabot/bundler/activerecor…
Browse files Browse the repository at this point in the history
…d-7.1.3.2
  • Loading branch information
greysteil authored Feb 22, 2024
2 parents f80d1a5 + 3465008 commit f9eeb46
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.1.3' # Object-relational mapper
gem 'activerecord', '7.1.3.2' # Object-relational mapper
gem 'pg', '~> 1.5.5' # 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.1.3)
activesupport (= 7.1.3)
activerecord (7.1.3)
activemodel (= 7.1.3)
activesupport (= 7.1.3)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
timeout (>= 0.4.0)
activesupport (7.1.3)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -103,7 +103,7 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.21.2)
minitest (5.22.2)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -196,7 +196,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord (= 7.1.3)
activerecord (= 7.1.3.2)
database_cleaner
dotenv
exifr (~> 1.4.0)
Expand Down

0 comments on commit f9eeb46

Please sign in to comment.