Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Bump rake from 13.1.0 to 13.2.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent 062edc5 commit 45647fe
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 @@ -8,7 +8,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gemspec

gem 'bundler', '~> 2.4'
gem 'rake', '~> 13.1'
gem 'rake', '~> 13.2'
gem 'rspec', '~> 3.13'
gem 'rubocop', '~> 1.62'
gem 'rubocop-performance', '~> 1.20'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.13.0)
Expand Down Expand Up @@ -69,7 +69,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2.4)
rake (~> 13.1)
rake (~> 13.2)
rspec (~> 3.13)
rubocop (~> 1.62)
rubocop-performance (~> 1.20)
Expand Down

0 comments on commit 45647fe

Please sign in to comment.