Skip to content

Commit

Permalink
Merge pull request #557 from etalab/bump/cucumber-rails
Browse files Browse the repository at this point in the history
Use main github for cucumber-rails
  • Loading branch information
skelz0r authored Nov 25, 2024
2 parents ac9c5fe + dc02501 commit 752da71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end

group :test do
gem 'capybara'
gem 'cucumber-rails', require: false, github: 'tagliala/cucumber-rails', branch: 'feature/589-rails-8'
gem 'cucumber-rails', require: false, github: 'cucumber/cucumber-rails'
gem 'cuprite'
gem 'database_cleaner-active_record'
gem 'generator_spec'
Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
GIT
remote: https://github.com/tagliala/cucumber-rails.git
revision: b750833e104bf39354d4a4077413a5847241d249
branch: feature/589-rails-8
remote: https://github.com/cucumber/cucumber-rails.git
revision: fafcc23c191460e7271e138b9244e8a493448702
specs:
cucumber-rails (3.0.1)
capybara (>= 3.11, < 4)
cucumber (>= 5, < 10)
railties (>= 5.2, < 8.1)
railties (>= 5.2, < 9)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -337,7 +336,7 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.2)
msgpack (1.7.2)
multi_test (1.1.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -461,7 +460,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.7.0)
rdoc (6.8.1)
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
Expand Down Expand Up @@ -552,7 +551,7 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
sys-uname (1.3.0)
sys-uname (1.3.1)
ffi (~> 1.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down

0 comments on commit 752da71

Please sign in to comment.