Skip to content

Commit

Permalink
Use grape 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Apr 3, 2016
1 parent aa86025 commit add9b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,4 +4,4 @@ source 'https://rubygems.org'
gemspec

gem 'coveralls', require: false
gem 'grape', github: 'ruby-grape/grape'
# gem 'grape', github: 'ruby-grape/grape'
2 changes: 1 addition & 1 deletion grape-msgpack.gemspec
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rack-test', '~> 0.6.2'
spec.add_development_dependency 'grape-entity', '~> 0.5.0'

spec.add_dependency 'grape', '>= 0.15.1'
spec.add_dependency 'grape', '>= 0.16.1'
spec.add_dependency 'msgpack', '>= 0.7.4'
end

0 comments on commit add9b81

Please sign in to comment.