Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion appengine/rails-cloudsql-mysql/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ end
gem "rails", "~> 7.0"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.6"
# Pin to 1.6.x for compatibility with Ruby 2.7.
# This can be relaxed when we drop support for Ruby 2.7.
gem "sqlite3", "~> 1.6.6"
# Use Puma as the app server
gem "puma", "~> 6.3"
# Use SCSS for stylesheets
Expand Down
2 changes: 1 addition & 1 deletion appengine/rails-cloudsql-mysql/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ DEPENDENCIES
rspec-rails
rspec_junit_formatter
sass-rails (~> 6.0)
sqlite3 (~> 1.6)
sqlite3 (~> 1.6.6)
tzinfo-data
web-console (>= 4.2.0)

Expand Down