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 dd469fe commit eaf495eCopy full SHA for eaf495e
spec/integrations/rails_5_2/Gemfile
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5
gem 'rails', '~> 5.2.0'
6
-gem 'sqlite3'
+gem 'sqlite3', '~> 1.3.6'
7
8
# Reduces boot times through caching; required in config/boot.rb
9
gem 'bootsnap', '>= 1.1.0', require: false
0 commit comments