Skip to content

Commit

Permalink
Merge pull request #286 from flavorjones/flavorjones-fix-rubocop
Browse files Browse the repository at this point in the history
style(rubocop): bump and fix new warnings
  • Loading branch information
flavorjones authored Jul 18, 2024
2 parents beb82b8 + 5ffc7bf commit 31b90f2
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 @@ -12,7 +12,7 @@ group :development do
gem("rdoc", [">= 4.0", "< 7"])

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0.0")
gem("rubocop", "~> 1.1")
gem("rubocop", "1.65.0")
gem("rubocop-minitest", "0.29.0")
gem("rubocop-packaging", "0.5.2")
gem("rubocop-performance", "1.16.0")
Expand Down
4 changes: 2 additions & 2 deletions loofah.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.5.0"

spec.add_runtime_dependency("crass", ["~> 1.0.2"])
spec.add_runtime_dependency("nokogiri", [">= 1.12.0"])
spec.add_dependency("crass", ["~> 1.0.2"])
spec.add_dependency("nokogiri", [">= 1.12.0"])
end

0 comments on commit 31b90f2

Please sign in to comment.