Skip to content

Commit

Permalink
Bump sqlite3 to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Sep 26, 2024
1 parent 51ca8c1 commit 26346de
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 @@ -26,7 +26,7 @@ group :production do
end

group :development, :test do
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.0"
gem "minitest", "~> 5.14"
gem "minitest-rails", "~> 7.1.0"
gem "ZenTest", "~> 4.9", require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.2)
sqlite3 (2.1.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.2-arm64-darwin)
sqlite3 (1.7.2-x86_64-linux)
sqlite3 (2.1.0-arm64-darwin)
sqlite3 (2.1.0-x86_64-linux-gnu)
stringio (3.1.0)
thor (1.3.1)
tilt (2.0.10)
Expand Down Expand Up @@ -294,7 +294,7 @@ DEPENDENCIES
rake (~> 13.0)
sassc-rails (~> 2.1)
sprockets (~> 3.7)
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
unicorn (~> 6.0)

RUBY VERSION
Expand Down

0 comments on commit 26346de

Please sign in to comment.