Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sqlite3 to v2 #447

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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.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.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.2)

BUNDLED WITH
2.5.14
Loading