diff --git a/Gemfile b/Gemfile index d267f67..6e67ade 100644 --- a/Gemfile +++ b/Gemfile @@ -5,9 +5,6 @@ gem 'rails', '3.2.5' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' -gem 'sqlite3' - - # Gems used only for assets and not required # in production environments by default. group :assets do diff --git a/Gemfile.lock b/Gemfile.lock index 7838e3d..8382108 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,6 @@ GEM hike (~> 1.2) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - sqlite3 (1.3.6) thor (0.15.2) tilt (1.3.3) treetop (1.4.10) @@ -136,6 +135,5 @@ DEPENDENCIES net-ssh (= 2.4.0) rails (= 3.2.5) sass-rails (~> 3.2.3) - sqlite3 uglifier (>= 1.0.3) unicorn (= 4.3.1)