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

Bump sqlite3 from 1.7.3 to 2.0.4 #60

Merged
merged 3 commits into from
Sep 13, 2024
Merged
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "dotenv-rails"
gem "kamal"
gem "puma", ">= 5.0"
gem "rails", "~> 7.2.1"
gem "sqlite3", "~> 1.7.3"
gem "sqlite3", "~> 2.0.4"

# Assets
gem "propshaft"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.4-aarch64-linux-gnu)
sqlite3 (2.0.4-arm64-darwin)
sqlite3 (2.0.4-x86_64-linux-gnu)
sshkey (3.0.0)
sshkit (1.23.0)
base64
Expand Down Expand Up @@ -487,7 +487,7 @@ DEPENDENCIES
selenium-webdriver
solid_cable
solid_queue
sqlite3 (~> 1.7.3)
sqlite3 (~> 2.0.4)
sshkey
standard
standard-rails
Expand Down
Loading