diff --git a/Gemfile b/Gemfile index a666022..157c78d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ -source :gemcutter +source 'https://rubygems.org' gem "rake" gem "rspec", ">= 2.0" -gem "cucumber", ">= 1.2.4" +gem "cucumber" gem "capistrano", "<= 2.14.2" gem "capistrano-ext", ">= 1.2.1"