We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4bfd2 commit 61b859bCopy full SHA for 61b859b
Gemfile
@@ -8,4 +8,4 @@ gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
8
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
9
gem "rails", BootstrapForm::REQUIRED_RAILS_VERSION
10
gem "sprockets-rails", require: "sprockets/railtie"
11
-gem "sqlite3", ">= 1.4"
+gem "sqlite3", "~> 2.1"
0 commit comments