Skip to content

Commit

Permalink
Fix an json compile error for "bundle install" on Ruby 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Feb 1, 2017
1 parent 8871da4 commit 1daf131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency 'cucumber-wire', '~> 0.0.1'

s.add_development_dependency 'aruba', '~> 0.6.1'
s.add_development_dependency 'json', '~> 1.7'
s.add_development_dependency 'json', '~> 2.0'
s.add_development_dependency 'nokogiri', '~> 1.5'
s.add_development_dependency 'rake', '>= 0.9.2'
s.add_development_dependency 'rspec', '>= 3.0'
Expand Down

0 comments on commit 1daf131

Please sign in to comment.