Skip to content

Commit 8638b43

Browse files
committed
Fix Rails 5.1 and 5.2 tests by pinning down sqlite version
1 parent 717a148 commit 8638b43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/gemfiles/Gemfile.rails-5.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gemspec path: '../../'
44

55
gem 'rails', "~> 5.1.0"
66
gem 'responders', '~> 3.0'
7-
gem 'sqlite3'
7+
gem 'sqlite3', '~> 1.4.4'
88
gem 'sprockets', '~> 3.0'
99
gem "jquery-rails"
1010
gem "thin"

spec/gemfiles/Gemfile.rails-5.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gemspec path: '../../'
44

55
gem 'rails', "~> 5.2.0"
66
gem 'responders', '~> 3.0'
7-
gem 'sqlite3'
7+
gem 'sqlite3', '~> 1.4.4'
88
gem 'sprockets', '~> 3.0'
99
gem "jquery-rails"
1010
gem "thin"

0 commit comments

Comments
 (0)