Skip to content

Commit

Permalink
Bump cucumber, re-use rubygems source
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Dec 2, 2024
1 parent 05c9143 commit d1ca662
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 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: 'cucumber/cucumber-rails'
gem 'cucumber-rails', require: false #, github: 'cucumber/cucumber-rails'
gem 'cuprite'
gem 'database_cleaner-active_record'
gem 'generator_spec'
Expand Down
21 changes: 8 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
GIT
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, < 9)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -172,6 +163,10 @@ 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 @@ -317,7 +312,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -467,7 +462,7 @@ GEM
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.3)
reline (0.5.11)
reline (0.5.12)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -521,7 +516,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.3.2)
securerandom (0.4.0)
sentry-rails (5.21.0)
railties (>= 5.0)
sentry-ruby (~> 5.21.0)
Expand Down Expand Up @@ -608,7 +603,7 @@ DEPENDENCIES
bullet
byebug
capybara
cucumber-rails!
cucumber-rails
cuprite
database_cleaner-active_record
debug
Expand Down

0 comments on commit d1ca662

Please sign in to comment.