Skip to content

Commit

Permalink
Update multi_json.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonschulte committed Mar 2, 2020
1 parent a5c95f1 commit 6686481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
}

spec.required_rubygems_version = ">= 1.3.5"
spec.add_development_dependency "rake", "~> 10.5"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec", "~> 3.9"
end

1 comment on commit 6686481

@rwz
Copy link
Member

@rwz rwz commented on 6686481 Jul 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasonschulte this commit has broken the CI on Rubies 1.8-1.9. Why was it needed?

Please sign in to comment.