diff --git a/Gemfile b/Gemfile index d98a9ce..bd1959b 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development do gem "debug" gem "irb" - gem "rake", "~> 13.1" + gem "rake", "~> 13.2" gem "rspec", "~> 3.13" gem "rubocop", "~> 1.62", require: false gem "rubocop-rake", "~> 0.6", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 873cd49..0f144c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM stringio racc (1.7.3) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.0) rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.0) @@ -93,7 +93,7 @@ PLATFORMS DEPENDENCIES debug irb - rake (~> 13.1) + rake (~> 13.2) rspec (~> 3.13) rubocop (~> 1.62) rubocop-rake (~> 0.6)