Skip to content

Commit

Permalink
Merge pull request #175 from SonicGarden/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 authored Aug 27, 2024
2 parents 74f7885 + 6c097f6 commit 7f5978f
Show file tree
Hide file tree
Showing 3 changed files with 5 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 = '1.1.1b'.freeze
VERSION = '1.1.2'.freeze
end
3 changes: 3 additions & 0 deletions rails/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ Rails/EnvLocal: # new in 2.22
# https://docs.rubocop.org/rubocop-rails/cops_rails.html#railswhererange
Rails/WhereRange: # new in 2.25
Enabled: false
# https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsenumsyntax
Rails/EnumSyntax:
Enabled: true

# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecidenticalequalityassertion
RSpec/IdenticalEqualityAssertion: # (new in 2.4)
Expand Down
2 changes: 1 addition & 1 deletion sgcop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rubocop-capybara', '~> 2.21.0'
spec.add_dependency 'rubocop-factory_bot', '~> 2.26.0'
spec.add_dependency 'rubocop-performance', '~> 1.21.0'
spec.add_dependency 'rubocop-rails', '~> 2.25.0'
spec.add_dependency 'rubocop-rails', '~> 2.26.0'
spec.add_dependency 'rubocop-rake', '~> 0.6.0'
spec.add_dependency 'rubocop-rspec', '~> 3.0.1'
spec.add_dependency 'rubocop-rspec_rails', '~> 2.30.0'
Expand Down

0 comments on commit 7f5978f

Please sign in to comment.