diff --git a/skel/Gemfile-additions b/skel/Gemfile-additions index 9d254a9..46a1d3c 100644 --- a/skel/Gemfile-additions +++ b/skel/Gemfile-additions @@ -8,7 +8,7 @@ group :cucumber do gem 'cuke-pack', :git => 'git://github.com/johnbintz/cuke-pack.git' gem 'foreman' gem 'guard' - gem 'guard-cucumber' + gem 'guard-cucumber', :git => 'git://github.com/johnbintz/guard-cucumber.git', :branch => 'paths_from_profile' gem 'rb-fsevent' # => for mac systems gem 'persistent_selenium', :git => 'git://github.com/johnbintz/persistent_selenium.git' gem 'poltergeist'