Skip to content

Commit

Permalink
Pin rake to < 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remear committed Mar 9, 2016
1 parent bd2939d commit 7f29683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest-reporters'
spec.add_development_dependency 'grape', ['>= 0.13', '< 1.0']
spec.add_development_dependency 'json_schema'
# https://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11/35893625#35893625
spec.add_development_dependency 'rake', '< 11.0'
end

0 comments on commit 7f29683

Please sign in to comment.