Skip to content

Commit f54ab63

Browse files
committed
get the tests to run at all
1 parent 599e9a3 commit f54ab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
88
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
99
gem "rails", BootstrapForm::REQUIRED_RAILS_VERSION
1010
gem "sprockets-rails", require: "sprockets/railtie"
11-
gem "sqlite3", "~> 1.4"
11+
gem "sqlite3", ">= 1.4"

0 commit comments

Comments
 (0)