Skip to content

Commit

Permalink
Merge pull request #136 from uyuni-project/dependabot/bundler/rake-13…
Browse files Browse the repository at this point in the history
….1.0
  • Loading branch information
nodeg authored Nov 2, 2023
2 parents 3b8aa51 + 4909b72 commit 0c48d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
racc
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -121,7 +121,7 @@ PLATFORMS

DEPENDENCIES
aruba (~> 0.6.2)
rake (~> 13.0.6)
rake (~> 13.1.0)
rspec (~> 3.12.0)
rubocop (~> 1.57.2)
simplecov (~> 0.22.0)
Expand Down
2 changes: 1 addition & 1 deletion tetra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "aruba", "~> 0.6.2"
s.add_development_dependency "simplecov", "~> 0.22.0"
s.add_development_dependency "rake", "~> 13.0.6"
s.add_development_dependency "rake", "~> 13.1.0"
s.add_development_dependency "rspec", "~> 3.12.0"
s.add_development_dependency "rubocop", "~> 1.57.2"

Expand Down

0 comments on commit 0c48d60

Please sign in to comment.