Skip to content

Commit

Permalink
Removed rack-test dependency as it was required through capybara whic…
Browse files Browse the repository at this point in the history
…h is no longer required
  • Loading branch information
luke-hill committed Nov 20, 2023
1 parent e1165e0 commit 1029107
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov', '~> 0.22.0'
s.add_development_dependency 'webrick', '~> 1.8'

# Needed for rake examples
s.add_development_dependency 'rack-test', '~> 2.1'

s.files = Dir['README.md', 'LICENSE', 'VERSION', 'lib/**/*']
s.executables = ['cucumber']
s.rdoc_options = ['--charset=UTF-8']
Expand Down

0 comments on commit 1029107

Please sign in to comment.