Skip to content

Commit

Permalink
[ci skip] Use => instead of ~>
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Dec 26, 2019
1 parent fc3e3e3 commit b4dc442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'activesupport'
s.add_runtime_dependency 'builder'
s.add_runtime_dependency 'dry-types', '~> 1.1'
s.add_runtime_dependency 'dry-types', '>= 1.1'
s.add_runtime_dependency 'mustermann-grape', '~> 1.0.0'
s.add_runtime_dependency 'rack', '>= 1.3.0'
s.add_runtime_dependency 'rack-accept'
Expand Down

0 comments on commit b4dc442

Please sign in to comment.