Skip to content

Commit

Permalink
allow install on grape 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badlamer committed Jul 4, 2017
1 parent 7a2ed6b commit e9d682b
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 e9d682b

Please sign in to comment.