From 59fe34486076a800d9bdef6070a7a68786d27672 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 8 Dec 2011 18:25:07 -0500 Subject: [PATCH] Removing sqlite3 --- Gemfile | 2 -- Gemfile.lock | 2 -- 2 files changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 31810a9e..985f9bc6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,6 @@ source 'http://rubygems.org' gem 'rails', '3.1.0' -gem 'sqlite3' - # Asset template engines gem 'compass', :git => "git://github.com/chriseppstein/compass.git", :branch => "rails31" # Gems used only for assets and not required diff --git a/Gemfile.lock b/Gemfile.lock index cfcbd1c3..0490b361 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,6 @@ GEM hike (~> 1.2) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - sqlite3 (1.3.4) thor (0.14.6) tilt (1.3.3) treetop (1.4.10) @@ -327,7 +326,6 @@ DEPENDENCIES sass-rails (~> 3.1.0) simplecov (~> 0.4.0) sinatra - sqlite3 twitter tzinfo uglifier