Skip to content

Commit

Permalink
Merge pull request #123 from SonicGarden/0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 authored Dec 15, 2022
2 parents cef5ec5 + 67c0575 commit 1a261f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sgcop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sgcop
VERSION = '0.7.10'.freeze
VERSION = '0.7.11'.freeze
end
9 changes: 9 additions & 0 deletions rails/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,3 +449,12 @@ RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
# https://docs.rubocop.org/rubocop-rspec/cops_rspec_rails.html#rspecrailsinferredspectype
RSpec/Rails/InferredSpecType: # new in 2.14
Enabled: false
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecduplicatedmetadata
RSpec/DuplicatedMetadata: # new in 2.16
Enabled: true
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecpendingwithoutreason
RSpec/PendingWithoutReason: # new in 2.16
Enabled: true
# https://docs.rubocop.org/rubocop-rspec/cops_rspec_factorybot.html#rspecfactorybotfactorynamestyle
RSpec/FactoryBot/FactoryNameStyle: # new in 2.16
Enabled: true
2 changes: 1 addition & 1 deletion sgcop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rubocop-performance', '~> 1.15.0'
spec.add_dependency 'rubocop-rails', '~> 2.17.0'
spec.add_dependency 'rubocop-rake', '~> 0.6.0'
spec.add_dependency 'rubocop-rspec', '~> 2.15.0'
spec.add_dependency 'rubocop-rspec', '~> 2.16.0'
end

0 comments on commit 1a261f6

Please sign in to comment.