Skip to content

Commit

Permalink
Merge pull request #6 from light-ruby/dependabot/bundler/activerecord…
Browse files Browse the repository at this point in the history
…-7.1.3.4

Bump activerecord from 7.1.3.2 to 7.1.3.4
  • Loading branch information
akodkod authored Jun 10, 2024
2 parents fa3709f + 769bf51 commit 43ee8b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

group :test do
gem "activerecord", "~> 7.0"
gem "activerecord", "~> 7.1"
gem "database_cleaner-active_record", "~> 2.1"
gem "sqlite3", "~> 1.7"

Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
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)
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activerecord (7.1.3.4)
activemodel (= 7.1.3.4)
activesupport (= 7.1.3.4)
timeout (>= 0.4.0)
activesupport (7.1.3.2)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -24,10 +24,10 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
database_cleaner-active_record (2.1.0)
activerecord (>= 5.a)
Expand All @@ -36,12 +36,12 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
mini_portile2 (2.8.6)
minitest (5.22.3)
minitest (5.23.1)
mutex_m (0.2.0)
parallel (1.25.1)
parser (3.3.2.0)
Expand Down Expand Up @@ -114,7 +114,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 7.0)
activerecord (~> 7.1)
codecov (~> 0.6.0)
database_cleaner-active_record (~> 2.1)
light-services!
Expand Down

0 comments on commit 43ee8b0

Please sign in to comment.