Skip to content

Commit

Permalink
Merge pull request #65 from thoughtbot/dependabot/bundler/rake-13.2.1
Browse files Browse the repository at this point in the history
Bump rake from 13.1.0 to 13.2.1
  • Loading branch information
MatheusRich authored May 2, 2024
2 parents 91825e1 + 99531eb commit 94e3137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in gold-miner.gemspec
gemspec

gem "rake", "~> 13.1"
gem "rake", "~> 13.2"
gem "standard", "~> 1.33"

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.13.0)
Expand Down Expand Up @@ -144,7 +144,7 @@ PLATFORMS

DEPENDENCIES
gold_miner!
rake (~> 13.1)
rake (~> 13.2)
rspec (~> 3.13)
simplecov
standard (~> 1.33)
Expand Down

0 comments on commit 94e3137

Please sign in to comment.