Skip to content

Commit

Permalink
Rake 11.1.1 fix JRuby issue.
Browse files Browse the repository at this point in the history
ruby/rake#121

Revert "Revert "Safe to using rake 11.0.1 now.""

This reverts commit 82cbe66.
  • Loading branch information
Eric-Guo committed Mar 14, 2016
1 parent 6014b52 commit 1a881e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_model_serializers.gemspec
Expand Up @@ -57,5 +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'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', ['>= 10.0', '< 12.0']
end

0 comments on commit 1a881e7

Please sign in to comment.