diff --git a/Gemfile b/Gemfile index 982533d..d699750 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.1.4' # Use sqlite3 as the database for Active Record -# gem 'sqlite3' +gem 'sqlite3' # Swappin' gem 'pg' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 4051ee7..db3a441 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,6 +95,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (~> 2.8) + sqlite3 (1.3.9) thor (0.19.1) thread_safe (0.3.4) tilt (1.4.1) @@ -121,5 +122,6 @@ DEPENDENCIES sass-rails (~> 4.0.3) sdoc (~> 0.4.0) spring + sqlite3 turbolinks uglifier (>= 1.3.0)