Skip to content

Commit

Permalink
Lock down minitest version.
Browse files Browse the repository at this point in the history
5.10.2 is broken
  • Loading branch information
Ross-Hunter authored and lgebhardt committed Sep 6, 2017
1 parent 2a84cdc commit 9cdc890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonapi-resources.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'minitest'
spec.add_development_dependency 'minitest', '~> 5.10', '!= 5.10.2'
spec.add_development_dependency 'minitest-spec-rails'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'pry'
Expand Down

0 comments on commit 9cdc890

Please sign in to comment.