Skip to content

Commit

Permalink
Safe to using rake 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Mar 12, 2016
1 parent 2f27d6c commit 5927f73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ 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'
spec.add_development_dependency 'rake', ['>= 10.0', '< 12.0']
end

0 comments on commit 5927f73

Please sign in to comment.