Remove edge version of rubocop-packaging from Gemfile.

The issue it resolved has now been released.
See https://github.com/utkarsh2102/rubocop-packaging/issues/44
This commit is contained in:
Mattia Giuffrida 2023-06-15 16:45:30 +01:00
parent e0ce4a4d79
commit de709cda8d

View File

@ -20,7 +20,7 @@ end
group :development, :lint do
gem 'rubocop'
gem 'rubocop-packaging', github: 'utkarsh2102/rubocop-packaging' # '~> 0.5'
gem 'rubocop-packaging', '~> 0.5'
gem 'rubocop-performance', '~> 1.0'
gem 'yard-junk'
end