templates/Gemfile_custom.erb in blueberry_rails-0.1.2 vs templates/Gemfile_custom.erb in blueberry_rails-0.2.0
- old
+ new
@@ -14,10 +14,13 @@
gem 'slim-rails'
gem 'uglifier', '>= 1.3.0'
group :development do
gem 'better_errors'
- gem 'capistrano'
+ gem 'capistrano', '~> 3.0.0'
+ gem 'capistrano-bundler'
+ gem 'capistrano-rails'
+ gem 'capistrano-rbenv', github: 'capistrano/rbenv'
gem 'guard-rails'
gem 'mailcatcher'
end
group :development, :test do