diff --git a/Gemfile b/Gemfile index aebd84d..c6b806f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rails', '4.1.4' gem 'bcrypt', '~> 3.1.7' -gem 'sqlite3', group: :development +gem 'sqlite3' gem 'sass-rails', '~> 4.0.3' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0'