Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #192 from apiaryio/abtris/update-rack
Browse files Browse the repository at this point in the history
fix: update rack to 2.1.4
  • Loading branch information
Ladislav Prskavec authored Nov 6, 2020
2 parents 3c7a61b + 5b06258 commit 97fdf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.add_runtime_dependency 'rest-client', '~> 2.0'
gem.add_runtime_dependency 'rack', '~> 2.0.0'
gem.add_runtime_dependency 'rack', '>= 2.1.4'
gem.add_runtime_dependency 'thor', '~> 0.20.3'
gem.add_runtime_dependency 'json', '~> 2.1'
gem.add_runtime_dependency 'launchy', '~> 2.4'
Expand Down

0 comments on commit 97fdf12

Please sign in to comment.