Skip to content

Commit

Permalink
Sqlite3 2.x for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 4, 2024
1 parent 58db745 commit dea4292
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 @@ -28,7 +28,7 @@ gem "receipts"
# Test against different databases
gem "mysql2"
gem "pg"
gem "sqlite3", "~> 1.7"
gem "sqlite3"

# Used for the dummy Rails app integration
gem "puma"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
sqlite3 (2.0.4)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.4-x86_64-darwin)
sqlite3 (2.0.4-x86_64-linux-gnu)
standard (1.40.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -330,7 +330,7 @@ DEPENDENCIES
puma
receipts
sprockets-rails
sqlite3 (~> 1.7)
sqlite3
standard
stimulus-rails
stripe (~> 12.0)
Expand Down

0 comments on commit dea4292

Please sign in to comment.