diff --git a/Gemfile b/Gemfile index f6171e9d..67cebd2c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,8 @@ gem 'rails', '3.2.2' # Database adapters gem 'pg' -gem 'sqlite3-ruby', :require => 'sqlite3' +# Uncomment this is you want to use sqlite locally +# gem 'sqlite3-ruby', :require => 'sqlite3' # Auth/Bushido gems gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index a467a31e..2d6c32d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,9 +154,6 @@ GEM hike (~> 1.2) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - sqlite3 (1.3.5) - sqlite3-ruby (1.3.3) - sqlite3 (>= 1.3.3) thin (1.3.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -195,6 +192,5 @@ DEPENDENCIES rails (= 3.2.2) remotipart sass-rails (~> 3.2.3) - sqlite3-ruby thin uglifier (>= 1.0.3)