Skip to content

Commit

Permalink
test: specify sqllite version to preent test failures (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed May 15, 2024
1 parent 41e3cbe commit c10267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "minitest-rg", "~> 5.3.0"
gem "pry", "~> 0.13.0"
gem "pry-byebug", "~> 3.9.0"
# Add sqlite3 for testing for compatibility with other adapters.
gem "sqlite3"
gem 'sqlite3', '~> 1.4'

# Required for samples and testing.
install_if -> { ENV.fetch("AR_VERSION", "~> 6.1.6.1").dup.to_s.sub("~>", "").strip < "7.1.0" && !ENV["SKIP_COMPOSITE_PK"] } do
Expand Down

0 comments on commit c10267d

Please sign in to comment.