templates/Gemfile_additions in suspenders-0.3.6 vs templates/Gemfile_additions in suspenders-1.0.0
- old
+ new
@@ -1,22 +1,20 @@
gem 'thin'
-gem 'sass'
gem 'high_voltage'
gem 'paperclip'
gem 'formtastic'
gem 'flutie'
gem 'bourbon'
-gem 'copycopter_client'
gem 'airbrake'
+gem 'therubyracer'
group :development do
- gem 'heroku'
+ gem 'foreman'
end
group :development, :test do
gem 'rspec-rails', '~> 2.9.0'
- gem 'ruby-debug19'
gem 'sham_rack'
end
group :test do
gem 'cucumber-rails', '1.3.0'
@@ -25,12 +23,10 @@
gem 'bourne'
gem 'database_cleaner'
gem 'timecop'
gem 'shoulda-matchers'
gem 'launchy'
- gem 'email_spec'
end
group :staging, :production do
gem 'newrelic_rpm'
- gem 'sprockets-redirect'
end