rubocop-rubomatic-rails 1.6.0.rc.pre.3 → 1.6.0.rc.pre.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3b85dcb356699d422bd44c6d19a0318951046fcd6dd0e9c1b0b861d348557b0
4
- data.tar.gz: 4269b06df2a56261ac7197d3a55eadd9b0f31245a9afa750f629934f97a936bd
3
+ metadata.gz: 564b623d8e28006e095e8bf10c13e38fa376480b239af2e2d919137f70c43ad3
4
+ data.tar.gz: a2ab7fc4d3c9304aa8eec6e5ecbddee2400182c2417ea02d89ee881719310f09
5
5
  SHA512:
6
- metadata.gz: 70831fadc32a1e17a1069e416b9f2f50f88cd0be4a1f10fbbfc41ced4ff24f9552cf01e9afb6eaf72e70ea5113122cc241bff95f938a92f12a1225a972830784
7
- data.tar.gz: dc788ceb8c6d3e2a5270ecd969e5cfbcdbbefad63e70ef6f5ba9f9217e36fee6e074361ceb54fe9ba8125aa6858ddf98861a5485df509bbdcff84e5412eaeaf7
6
+ metadata.gz: 6984b074208b4bfcda1094acabde0caebb7b1a80d35e54b478a999e1fe26abc84da807af02bec377374091fe18981c877a275f3853e89f1dbf85423ed053c05d
7
+ data.tar.gz: 7b7f634e1c03937c351c48bff4d3264cfadc686189ac30f77acc4222d05111699b42d27323c74ad5f0c9eb5243e06b016fd13faaa7dba84c7045343c8c170d62
data/config/rails.yml CHANGED
@@ -581,7 +581,7 @@ Rails/StripHeredoc:
581
581
  Enabled: true
582
582
 
583
583
  Rails/StrongParametersExpect:
584
- Enabled: <%= `bundle exec rails -v`.split(' ').last.to_i >= 8 %>
584
+ Enabled: true
585
585
  Include:
586
586
  - '**/app/controllers/**/*.rb'
587
587
 
data/config/rubocop.yml CHANGED
@@ -23,8 +23,7 @@ AllCops:
23
23
  - 'test/**/*'
24
24
  - '.irbrc'
25
25
  - 'db/schema.rb'
26
- TargetRubyVersion: <%= ENV['RUBY_MAJOR'] %>
27
- TargetRailsVersion: <%= `bundle exec rails -v`.split(' ').last.to_f %>
26
+ TargetRubyVersion: <%= ENV['RUBY_VERSION'] %>
28
27
  SuggestExtensions: false
29
28
  StyleGuideBaseURL: https://github.com/BrandsInsurance/expert-chainsaw/blob/main/ruby/RUBY_STYLE_GUIDE.adoc
30
29
  ActiveSupportExtensionsEnabled: true
@@ -8,7 +8,7 @@ module RuboCop
8
8
  TINY = 0
9
9
 
10
10
  # Set PRE to nil unless it's a pre-release (beta, rc, etc.)
11
- PRE = 'rc.pre.3'
11
+ PRE = 'rc.pre.5'
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.').freeze
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rubomatic-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0.rc.pre.3
4
+ version: 1.6.0.rc.pre.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.6.0
61
+ version: 1.6.1.rc.pre.1
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.6.0
68
+ version: 1.6.1.rc.pre.1
69
69
  description:
70
70
  email:
71
71
  - documents@brandsinsurance.com