From 356c439ab5bcb7f19b3f68a2b69c9355b0d82b0f Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 6 Feb 2019 08:29:32 +0500 Subject: [PATCH] Use official repository for gem "cucumber-rails" --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)