Skip to content

Commit eaf495e

Browse files
committed
lock sqlite version to "~> 1.3.6" for integration tests
1 parent dd469fe commit eaf495e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integrations/rails_5_2/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
55
gem 'rails', '~> 5.2.0'
6-
gem 'sqlite3'
6+
gem 'sqlite3', '~> 1.3.6'
77

88
# Reduces boot times through caching; required in config/boot.rb
99
gem 'bootsnap', '>= 1.1.0', require: false

0 commit comments

Comments
 (0)