Skip to content

Commit

Permalink
Fix rack version
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed May 1, 2017
1 parent 917c4ef commit 300ccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faultline-rack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'faultline', '~> 0.1'
spec.add_runtime_dependency 'airbrake', '~> 6.0'
spec.add_runtime_dependency 'rack', '~> 1', '< 3.0.0'
spec.add_runtime_dependency 'rack', '>= 1', '< 3.0.0'
spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit 300ccff

Please sign in to comment.