Skip to content

Commit

Permalink
Merge pull request #60 from Shipyrd/dependabot/bundler/sqlite3-2.0.4
Browse files Browse the repository at this point in the history
Bump sqlite3 from 1.7.3 to 2.0.4
  • Loading branch information
nickhammond committed Sep 13, 2024
2 parents ac40d96 + abe499f commit b159094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit b159094

Please sign in to comment.