Skip to content

Commit

Permalink
bump rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dunn committed Oct 10, 2022
1 parent 70614d4 commit 0199bf5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#
# See https://github.com/rubocop-hq/rubocop/blob/master/manual/configuration.md
#
require: rubocop-rake

AllCops:
TargetRubyVersion: 2.6
Exclude:
Expand All @@ -25,7 +27,7 @@ Style/Documentation:
Metrics/BlockLength:
Exclude:
- spec/**/*_spec.rb
Gemspec/DateAssignment:
Gemspec/DeprecatedAttributeAssignment:
Enabled: true
Layout/SpaceBeforeBrackets:
Enabled: true
Expand Down
1 change: 0 additions & 1 deletion flatware-cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Gem::Specification.new do |s|
s.licenses = ['MIT']
s.required_ruby_version = ['>= 2.6', '< 3.2']
s.require_paths = ['lib']
s.rubygems_version = '1.8.10'
s.add_dependency %(cucumber), '~> 3.0'
s.add_dependency %(flatware), Flatware::VERSION
end
1 change: 0 additions & 1 deletion flatware-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |s|
s.licenses = ['MIT']
s.required_ruby_version = ['>= 2.6', '< 3.2']
s.require_paths = ['lib']
s.rubygems_version = '1.8.10'
s.add_dependency %(flatware), Flatware::VERSION
s.add_dependency %(rspec), '>= 3.6'
end
1 change: 0 additions & 1 deletion flatware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ Gem::Specification.new do |s|
s.required_ruby_version = ['>= 2.6', '< 3.2']
s.require_paths = ['lib']
s.executables = ['flatware']
s.rubygems_version = '1.8.10'
s.add_dependency %(thor), '< 2.0'
end

0 comments on commit 0199bf5

Please sign in to comment.