Skip to content

Commit

Permalink
Update dependency sqlite3 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent f09e5ef commit 92c669e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion v2.4-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'karafka'
gem 'karafka-web'
gem 'puma'
gem 'rails', '~> 7.1'
gem 'sqlite3', '1.7.3'
gem 'sqlite3', '2.0.2'

group :development, :test do
gem 'karafka-testing'
Expand Down
16 changes: 8 additions & 8 deletions v2.4-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
sqlite3 (1.7.3)
sqlite3 (2.0.2)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.2-aarch64-linux-gnu)
sqlite3 (2.0.2-arm-linux-gnu)
sqlite3 (2.0.2-arm64-darwin)
sqlite3 (2.0.2-x86-linux-gnu)
sqlite3 (2.0.2-x86_64-darwin)
sqlite3 (2.0.2-x86_64-linux-gnu)
stringio (3.1.0)
thor (1.3.1)
tilt (2.3.0)
Expand Down Expand Up @@ -254,7 +254,7 @@ DEPENDENCIES
puma
rails (~> 7.1)
rspec
sqlite3 (= 1.7.3)
sqlite3 (= 2.0.2)

BUNDLED WITH
2.5.9

0 comments on commit 92c669e

Please sign in to comment.