There was an error while loading. Please reload this page.
1 parent e7356c5 commit 28dac65Copy full SHA for 28dac65
rottenpotatoes/Gemfile
@@ -7,7 +7,6 @@ gem 'rails', '4.2.10'
7
8
# for Heroku deployment - as described in Ap. A of ELLS book
9
group :development, :test do
10
- gem 'sqlite3', '> 1.4.0'
11
gem 'byebug'
12
gem 'database_cleaner'
13
gem 'capybara'
@@ -37,6 +36,8 @@ gem 'jquery-rails'
37
36
gem 'haml'
38
gem 'protected_attributes'
39
+gem 'sqlite3', '~> 1.3.0'
40
+
41
# Use unicorn as the web server
42
# gem 'unicorn'
43
0 commit comments