mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-07 00:11:11 -04:00
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:
parent
e0ce4a4d79
commit
de709cda8d
2
Gemfile
2
Gemfile
@ -20,7 +20,7 @@ end
|
|||||||
|
|
||||||
group :development, :lint do
|
group :development, :lint do
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
gem 'rubocop-packaging', github: 'utkarsh2102/rubocop-packaging' # '~> 0.5'
|
gem 'rubocop-packaging', '~> 0.5'
|
||||||
gem 'rubocop-performance', '~> 1.0'
|
gem 'rubocop-performance', '~> 1.0'
|
||||||
gem 'yard-junk'
|
gem 'yard-junk'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user