Skip to content

Commit

Permalink
chore: update rubocop, rake to current versions (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
impurist authored Jan 29, 2025
1 parent fe17ea9 commit 79ebfcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec


gem "rake", "~>12.3.3"
gem "rake", "~>13.0"
gem "sqlite3", ">=2.0.0"
gem "conventional-changelog", "~>1.3"
gem "bump", "~> 0.5"
Expand All @@ -12,8 +12,8 @@ gem "sinatra", "~> 3.0", require: false

group :development do
gem "pry-byebug"
gem "rubocop", "~>1.1"
gem "rubocop-performance", "~> 1.11"
gem "rubocop", "~>1.7"
gem "rubocop-performance", "~> 1.23"
gem "sequel-annotate", "~>1.3"
gem "yard", "~> 0.9"
end
Expand Down

0 comments on commit 79ebfcd

Please sign in to comment.