Skip to content

Commit

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

Bump activerecord from 7.0.5 to 7.0.5.1
  • Loading branch information
greysteil authored Jun 27, 2023
2 parents f22077f + 2de82fa commit 5b51d3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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' # Object-relational mapper
gem 'activerecord', '7.0.5.1' # Object-relational mapper
gem 'pg', '~> 1.5.3' # PostgreSQL gem
gem 'sinatra-activerecord', '2.0.26' # Sinatra setup for AR

Expand Down
18 changes: 9 additions & 9 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)
activesupport (= 7.0.5)
activerecord (7.0.5)
activemodel (= 7.0.5)
activesupport (= 7.0.5)
activesupport (7.0.5)
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)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -83,15 +83,15 @@ GEM
signet (>= 0.16, < 2.a)
hashdiff (1.0.1)
httpclient (2.8.3)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ipaddress (0.8.3)
jwt (2.6.0)
memoist (0.16.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.18.0)
minitest (5.18.1)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -175,7 +175,7 @@ PLATFORMS
x86_64-linux

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

0 comments on commit 5b51d3b

Please sign in to comment.