diff --git a/spec/gemfiles/Gemfile.rails-5.1 b/spec/gemfiles/Gemfile.rails-5.1 index 4c07b9b..651a6a7 100644 --- a/spec/gemfiles/Gemfile.rails-5.1 +++ b/spec/gemfiles/Gemfile.rails-5.1 @@ -4,7 +4,7 @@ gemspec path: '../../' gem 'rails', "~> 5.1.0" gem 'responders', '~> 3.0' -gem 'sqlite3' +gem 'sqlite3', '~> 1.4.4' gem 'sprockets', '~> 3.0' gem "jquery-rails" gem "thin"