Skip to content

Commit

Permalink
grape-swagger needs rack-test (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
x-yuri authored Oct 24, 2023
1 parent c4c2dea commit dfc0384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grape-swagger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.7'
s.add_runtime_dependency 'grape', '~> 1.3'
s.add_runtime_dependency 'rack-test', '~> 2'

s.files = Dir['lib/**/*', '*.md', 'LICENSE.txt', 'grape-swagger.gemspec']
s.require_paths = ['lib']
Expand Down

0 comments on commit dfc0384

Please sign in to comment.