Skip to content

Commit

Permalink
Use cucumber-rails main github
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Dec 27, 2024
1 parent 1487e1c commit 61f83d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ end

group :test do
gem 'capybara'
gem 'cucumber-rails', require: false #, github: 'cucumber/cucumber-rails'
gem 'cucumber-rails', require: false, github: 'cucumber/cucumber-rails'
gem 'cuprite'
gem 'database_cleaner-active_record'
gem 'generator_spec'
Expand Down
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/cucumber/cucumber-rails.git
revision: 7077deb4c8efd0eb5daad29186f353531fce423e
specs:
cucumber-rails (3.1.0)
capybara (>= 3.11, < 4)
cucumber (>= 5, < 10)
railties (>= 5.2, < 9)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -168,10 +177,6 @@ GEM
cucumber-html-formatter (21.7.0)
cucumber-messages (> 19, < 27)
cucumber-messages (22.0.0)
cucumber-rails (3.1.0)
capybara (>= 3.11, < 4)
cucumber (>= 5, < 10)
railties (>= 5.2, < 9)
cucumber-tag-expressions (6.1.1)
cuprite (0.15.1)
capybara (~> 3.0)
Expand Down Expand Up @@ -614,7 +619,7 @@ DEPENDENCIES
byebug
capybara
caxlsx
cucumber-rails
cucumber-rails!
cuprite
database_cleaner-active_record
debug
Expand Down

0 comments on commit 61f83d5

Please sign in to comment.