-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There may be some confusion over `..` vs `...` for some new to Ruby
- Loading branch information
1 parent
8e69425
commit ea7681a
Showing
6 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.2 | ||
3.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'gc_ruboconfig' | ||
spec.version = '4.4.2' | ||
spec.version = '4.5.0' | ||
spec.summary = "GoCardless's shared Rubocop configuration, conforming to our house style" | ||
spec.authors = %w[GoCardless] | ||
spec.homepage = 'https://github.com/gocardless/ruboconfig' | ||
spec.email = %w[[email protected]] | ||
spec.license = 'MIT' | ||
|
||
spec.files = ['rubocop.yml', 'rails.yml'] | ||
spec.add_dependency 'rubocop', '>= 1.50.0' | ||
spec.add_dependency 'rubocop-performance', '>= 1.15' | ||
spec.add_dependency 'rubocop-rails', '>= 2.17.2' | ||
spec.add_dependency 'rubocop-rspec', '>= 2.22.0' | ||
spec.add_dependency 'rubocop', '>= 1.63' | ||
spec.add_dependency 'rubocop-performance', '>= 1.21' | ||
spec.add_dependency 'rubocop-rails', '>= 2.25.0' | ||
spec.add_dependency 'rubocop-rspec', '>= 2.29.2' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters