diff --git a/Gemfile b/Gemfile index 2224b5d..59d820b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,5 @@ source "https://rubygems.org" gemspec -gem 'sqlite3', :platforms => :ruby +gem 'sqlite3', '1.3.13', :platforms => :ruby gem 'rails', '5.1.4'