diff --git a/Gemfile b/Gemfile index bcf35e3..14eac63 100644 --- a/Gemfile +++ b/Gemfile @@ -200,7 +200,7 @@ group :test do # Cucumber Generator and Runtime for Rails. gem 'cucumber-rails', '~> 1.6', require: false, - github: 'libertarian-party/cucumber-rails' + github: 'cucumber/cucumber-rails' # When a Cucumber step fails, it is useful to create a screenshot image # and HTML file of the current page. diff --git a/Gemfile.lock b/Gemfile.lock index 874a6c6..eaf5189 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT - remote: https://github.com/libertarian-party/cucumber-rails.git - revision: c41d652fa15ebb59796b0eb6926a6456136c1f7b + remote: https://github.com/cucumber/cucumber-rails.git + revision: cc447bfdf7b57118b05dde64f356c0e773aa2cd2 specs: cucumber-rails (1.6.0) capybara (>= 1.1.2, < 4)