From d8f356d0a5a30ce23fd999457a93de283750b696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Fri, 24 Jul 2015 12:50:59 +0200 Subject: [PATCH] removes unnecessary sqlite3 gem --- Gemfile | 5 ++--- Gemfile.lock | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 653824110..5dfb2f7c5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.2.3' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' +# Use PostgreSQL +gem 'pg' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets @@ -35,7 +35,6 @@ gem 'acts-as-taggable-on' gem "responders" gem 'foundation-rails' gem 'acts_as_votable' -gem 'pg' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index badde51eb..0b070914b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,6 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sqlite3 (1.3.10) thor (0.19.1) thread_safe (0.3.5) tilt (1.4.1) @@ -216,7 +215,6 @@ DEPENDENCIES sass-rails (~> 5.0) sdoc (~> 0.4.0) spring - sqlite3 turbolinks uglifier (>= 1.3.0) web-console (~> 2.0)