Skip to content

Commit

Permalink
Update rr requirement from ~> 1.0 to ~> 3.1 (#520)
Browse files Browse the repository at this point in the history
Merge pull request 520
  • Loading branch information
dependabot[bot] committed Mar 5, 2023
1 parent 9500e2d commit 4317049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-import.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s|
unless ENV["DOCS_DEPLOY"]
# test dependencies:
s.add_development_dependency("redgreen", "~> 1.2")
s.add_development_dependency("rr", "~> 1.0")
s.add_development_dependency("rr", "~> 3.1")
s.add_development_dependency("rubocop-jekyll", "~> 0.11.0")
s.add_development_dependency("shoulda", "~> 4.0")
s.add_development_dependency("simplecov", "~> 0.7")
Expand Down

0 comments on commit 4317049

Please sign in to comment.