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] authored Aug 13, 2024
1 parent 508195b commit ac682fb
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.4'

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 @@ -220,14 +220,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.4)
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.4-aarch64-linux-gnu)
sqlite3 (2.0.4-arm-linux-gnu)
sqlite3 (2.0.4-arm64-darwin)
sqlite3 (2.0.4-x86-linux-gnu)
sqlite3 (2.0.4-x86_64-darwin)
sqlite3 (2.0.4-x86_64-linux-gnu)
stringio (3.1.1)
thor (1.3.1)
tilt (2.4.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ DEPENDENCIES
puma
rails (~> 7.1)
rspec
sqlite3 (= 1.7.3)
sqlite3 (= 2.0.4)

BUNDLED WITH
2.5.14

0 comments on commit ac682fb

Please sign in to comment.