Skip to content

Commit

Permalink
Update rake
Browse files Browse the repository at this point in the history
  • Loading branch information
localhots committed Mar 20, 2024
1 parent 3c5cefa commit d6ebb1f
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 @@ -7,7 +7,7 @@ group :test do
end

group :development, :test do
gem 'rake', '~> 10.4.0'
gem 'rake', '~> 13.1.0'
gem 'pry'
gem 'awesome_print'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.7.3)
rake (10.4.2)
rake (13.1.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -47,7 +47,7 @@ DEPENDENCIES
awesome_print
musicbrainz!
pry
rake (~> 10.4.0)
rake (~> 13.1.0)
rspec

BUNDLED WITH
Expand Down

0 comments on commit d6ebb1f

Please sign in to comment.