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 717a148 commit 8638b43Copy full SHA for 8638b43
spec/gemfiles/Gemfile.rails-5.1
@@ -4,7 +4,7 @@ gemspec path: '../../'
4
5
gem 'rails', "~> 5.1.0"
6
gem 'responders', '~> 3.0'
7
-gem 'sqlite3'
+gem 'sqlite3', '~> 1.4.4'
8
gem 'sprockets', '~> 3.0'
9
gem "jquery-rails"
10
gem "thin"
spec/gemfiles/Gemfile.rails-5.2
gem 'rails', "~> 5.2.0"
0 commit comments