Skip to content

Commit

Permalink
Merge pull request #19 from badlamer/master
Browse files Browse the repository at this point in the history
allow install on grape 1.0
  • Loading branch information
ridiculous committed Jul 7, 2017
2 parents 7a2ed6b + e9d682b commit c653015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grape-middleware-logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Grape::Middleware::Logger 1.7+ should be mounted with +insert_after+ to properly
}

spec.add_dependency 'grape', '>= 0.17', '< 1'
spec.add_dependency 'grape', '>= 0.17', '< 1.1'

spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'mime-types', '~> 2'
Expand Down

0 comments on commit c653015

Please sign in to comment.