Skip to content

Commit

Permalink
Workaround for #1350, lock grape-entity at 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
przbadu committed Apr 6, 2016
1 parent ff5d352 commit de0f3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'virtus', '>= 1.0.0'
s.add_runtime_dependency 'builder'

s.add_development_dependency 'grape-entity', '>= 0.4.4'
s.add_development_dependency 'grape-entity', '0.5.0'
s.add_development_dependency 'rake', '~> 10'
s.add_development_dependency 'maruku'
s.add_development_dependency 'yard'
Expand Down

0 comments on commit de0f3d0

Please sign in to comment.