From fb39274b78950b1547c5cafa2489c2123f98f8cc Mon Sep 17 00:00:00 2001 From: Erik Berlin Date: Tue, 30 Apr 2024 11:52:10 -0700 Subject: [PATCH] Update development dependencies in Gemfile --- Gemfile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index fd0b2ef..b7164f9 100644 --- a/Gemfile +++ b/Gemfile @@ -6,17 +6,16 @@ gem "oga", ">= 2.3", require: nil gem "ox", require: nil, platforms: :ruby gem "rexml", require: nil -gem "backports", ">= 3.24.1" -gem "rake", ">= 13.0.6" +gem "rake", ">= 13.2.1" gem "rspec", ">= 3.12" -gem "rubocop", ">= 1.56.3" -gem "rubocop-performance", ">= 1.19" +gem "rubocop", ">= 1.62.1" +gem "rubocop-performance", ">= 1.20.2" gem "rubocop-rake", ">= 0.6" gem "rubocop-rspec", ">= 2.24" gem "simplecov", ">= 0.22" -gem "standard", ">= 1.31.1" -gem "standard-performance", ">= 1.2" -gem "yard", ">= 0.9.34" +gem "standard", ">= 1.35.1" +gem "standard-performance", ">= 1.3.1" +gem "yard", ">= 0.9.36" gem "yardstick", ">= 0.9.9" gemspec