Skip to content

Commit

Permalink
Update development dependencies in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 30, 2024
1 parent 4b87ab2 commit f984436
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f984436

Please sign in to comment.