lib/softwear/lib.rb in softwear-lib-0.0.23 vs lib/softwear/lib.rb in softwear-lib-0.0.24
- old
+ new
@@ -31,12 +31,12 @@
gem 'bootstrap_form'
gem 'acts_as_warnable', git: 'git://github.com/AnnArborTees/acts_as_warnable.git'
group :development do
gem 'capistrano', '~> 3.2.0'
- gem 'capistrano-rvm'
gem 'capistrano-rails'
- gem 'capistrano-bundler'
+ gem 'capistrano-rvm', github: 'AnnArborTees/rvm'
+ gem 'capistrano-bundler', github: 'AnnArborTees/bundler'
gem 'better_errors', '>= 0.3.2'
gem 'binding_of_caller'
end
group :development, :test do