mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Pin rake to < 11.0
https://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11/35893625#35893625
This commit is contained in:
parent
bd2939db44
commit
7f29683cb6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user