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 706d63e commit 1982738Copy full SHA for 1982738
appengine/rails-cloudsql-mysql/Gemfile
@@ -24,7 +24,9 @@ end
24
gem "rails", "~> 7.0"
25
26
# Use sqlite3 as the database for Active Record
27
-gem "sqlite3", "~> 1.6"
+# Pin to 1.6.x for compatibility with Ruby 2.7.
28
+# This can be relaxed when we drop support for Ruby 2.7.
29
+gem "sqlite3", "~> 1.6.6"
30
# Use Puma as the app server
31
gem "puma", "~> 6.3"
32
# Use SCSS for stylesheets
appengine/rails-cloudsql-mysql/Gemfile.lock
@@ -335,7 +335,7 @@ DEPENDENCIES
335
rspec-rails
336
rspec_junit_formatter
337
sass-rails (~> 6.0)
338
- sqlite3 (~> 1.6)
+ sqlite3 (~> 1.6.6)
339
tzinfo-data
340
web-console (>= 4.2.0)
341
0 commit comments