Skip to content

Commit

Permalink
Try to change the bundler version: ~> 2.1 (Travis CI returns error)
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Dec 17, 2019
1 parent 5268014 commit c890d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sisimai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.1.0'

spec.add_development_dependency 'bundler', '~> 1.8'
spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 0'
spec.add_runtime_dependency 'oj', '>= 3.0.0'
Expand Down

0 comments on commit c890d0a

Please sign in to comment.