getaround-rubocop 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7018eb4441a79baf545d6c22df098ae8b1921d4761536d90cad2a6ae3114941f
4
- data.tar.gz: 482634544779e3eacc202216caea488ab00f5a74b75ebc13e2c325a1301e45fa
3
+ metadata.gz: 8bff592a92a6f8a0646302a65df6c5459565f420b24e748ae14e29aeb3c9d742
4
+ data.tar.gz: 669d34424cde0e1b370b9dcd9238e96c407b32340efda2e0d47c6d5cb0ae289b
5
5
  SHA512:
6
- metadata.gz: 6fe49c7e5fa2d5140946ec43a27a4ae9990a84c8004e0238c82993de00e38b6b04e6315dccbc954e7361313eac025f3967472bee80be9adbc6cad17053523275
7
- data.tar.gz: 0a4291ad95e4d367ce735b8f65baa05f04ca6b173bbd84f92f49ad52d3b25d07b756f771420d3a425733bf3d9cdf7ae6065045138807112ce4f70f6cf60855dd
6
+ metadata.gz: 33a55977bde8a0e7be73e54b34309dfe4c01556feaa5a18e5fdb9477c81bf32b11b83163bccc454f30f6db6096d639dff5f5b3ef1d1972a0018e9e4b551ee299
7
+ data.tar.gz: 19d208b34bc96ca6123255271407ae5675d772c67b4bbc16768e1a368f0cda7382e5f48be8231b1129d62b5e30525f6f0b521b85caa52d143a7546d8ba970e1b
@@ -0,0 +1,2 @@
1
+ require:
2
+ - rubocop-performance
@@ -0,0 +1,2 @@
1
+ require:
2
+ - rubocop-rails
data/.rubocop-rspec.yml CHANGED
@@ -1,8 +1,6 @@
1
1
  require:
2
2
  - rubocop-rspec
3
3
 
4
- inherit_from: .rubocop.yml
5
-
6
4
  RSpec/NamedSubject:
7
5
  Enabled: false # Increase spec writing complexity
8
6
 
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.6.7
1
+ ruby-2.7.4
data/Gemfile.lock CHANGED
@@ -1,38 +1,70 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getaround-rubocop (0.2.6)
4
+ getaround-rubocop (0.2.7)
5
5
  relaxed-rubocop (= 2.5)
6
- rubocop (= 1.25.1)
7
- rubocop-rspec (= 2.4.0)
6
+ rubocop (= 1.55.0)
7
+ rubocop-performance (= 1.18.0)
8
+ rubocop-rails (= 2.20.2)
9
+ rubocop-rspec (= 2.23.0)
8
10
 
9
11
  GEM
10
12
  remote: https://rubygems.org/
11
13
  specs:
14
+ activesupport (7.0.6)
15
+ concurrent-ruby (~> 1.0, >= 1.0.2)
16
+ i18n (>= 1.6, < 2)
17
+ minitest (>= 5.1)
18
+ tzinfo (~> 2.0)
12
19
  ast (2.4.2)
13
- parallel (1.21.0)
14
- parser (3.1.1.0)
20
+ concurrent-ruby (1.2.2)
21
+ i18n (1.14.1)
22
+ concurrent-ruby (~> 1.0)
23
+ json (2.6.3)
24
+ language_server-protocol (3.17.0.3)
25
+ minitest (5.19.0)
26
+ parallel (1.23.0)
27
+ parser (3.2.2.3)
15
28
  ast (~> 2.4.1)
29
+ racc
30
+ racc (1.7.1)
31
+ rack (3.0.8)
16
32
  rainbow (3.1.1)
17
- regexp_parser (2.2.1)
33
+ regexp_parser (2.8.1)
18
34
  relaxed-rubocop (2.5)
19
- rexml (3.2.5)
20
- rubocop (1.25.1)
35
+ rexml (3.2.6)
36
+ rubocop (1.55.0)
37
+ json (~> 2.3)
38
+ language_server-protocol (>= 3.17.0)
21
39
  parallel (~> 1.10)
22
- parser (>= 3.1.0.0)
40
+ parser (>= 3.2.2.3)
23
41
  rainbow (>= 2.2.2, < 4.0)
24
42
  regexp_parser (>= 1.8, < 3.0)
25
- rexml
26
- rubocop-ast (>= 1.15.1, < 2.0)
43
+ rexml (>= 3.2.5, < 4.0)
44
+ rubocop-ast (>= 1.28.1, < 2.0)
27
45
  ruby-progressbar (~> 1.7)
28
- unicode-display_width (>= 1.4.0, < 3.0)
29
- rubocop-ast (1.16.0)
30
- parser (>= 3.1.1.0)
31
- rubocop-rspec (2.4.0)
32
- rubocop (~> 1.0)
33
- rubocop-ast (>= 1.1.0)
34
- ruby-progressbar (1.11.0)
35
- unicode-display_width (2.1.0)
46
+ unicode-display_width (>= 2.4.0, < 3.0)
47
+ rubocop-ast (1.29.0)
48
+ parser (>= 3.2.1.0)
49
+ rubocop-capybara (2.18.0)
50
+ rubocop (~> 1.41)
51
+ rubocop-factory_bot (2.23.1)
52
+ rubocop (~> 1.33)
53
+ rubocop-performance (1.18.0)
54
+ rubocop (>= 1.7.0, < 2.0)
55
+ rubocop-ast (>= 0.4.0)
56
+ rubocop-rails (2.20.2)
57
+ activesupport (>= 4.2.0)
58
+ rack (>= 1.1)
59
+ rubocop (>= 1.33.0, < 2.0)
60
+ rubocop-rspec (2.23.0)
61
+ rubocop (~> 1.33)
62
+ rubocop-capybara (~> 2.17)
63
+ rubocop-factory_bot (~> 2.22)
64
+ ruby-progressbar (1.13.0)
65
+ tzinfo (2.0.6)
66
+ concurrent-ruby (~> 1.0)
67
+ unicode-display_width (2.4.2)
36
68
 
37
69
  PLATFORMS
38
70
  ruby
@@ -41,4 +73,4 @@ DEPENDENCIES
41
73
  getaround-rubocop!
42
74
 
43
75
  BUNDLED WITH
44
- 2.2.21
76
+ 2.3.16
@@ -2,20 +2,22 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "getaround-rubocop"
5
- gem.version = '0.2.7'
5
+ gem.version = '0.2.8'
6
6
  gem.summary = "Backend configuration files"
7
7
  gem.description = "Shared base configuration for Getaround Backend Applications."
8
8
  gem.authors = ["Drivy", "Laurent Humez"]
9
9
  gem.email = ["oss@drivy.com"]
10
10
  gem.homepage = "https://github.com/drivy"
11
11
  gem.license = "MIT"
12
- gem.required_ruby_version = '>= 2.6'
12
+ gem.required_ruby_version = '>= 2.7'
13
13
 
14
14
  gem.files = Dir.chdir(File.expand_path(__dir__)) do
15
15
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
16
16
  end
17
17
 
18
18
  gem.add_runtime_dependency 'relaxed-rubocop', '= 2.5'
19
- gem.add_runtime_dependency 'rubocop', '= 1.25.1'
20
- gem.add_runtime_dependency 'rubocop-rspec', '= 2.4.0'
19
+ gem.add_runtime_dependency 'rubocop', '= 1.55.0'
20
+ gem.add_runtime_dependency 'rubocop-rspec', '= 2.23.0'
21
+ gem.add_runtime_dependency 'rubocop-rails', '= 2.20.2'
22
+ gem.add_runtime_dependency 'rubocop-performance', '= 1.18.0'
21
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getaround-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-02-28 00:00:00.000000000 Z
12
+ date: 2023-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: relaxed-rubocop
@@ -31,28 +31,56 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 1.25.1
34
+ version: 1.55.0
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 1.25.1
41
+ version: 1.55.0
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rubocop-rspec
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 2.4.0
48
+ version: 2.23.0
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 2.4.0
55
+ version: 2.23.0
56
+ - !ruby/object:Gem::Dependency
57
+ name: rubocop-rails
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - '='
61
+ - !ruby/object:Gem::Version
62
+ version: 2.20.2
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - '='
68
+ - !ruby/object:Gem::Version
69
+ version: 2.20.2
70
+ - !ruby/object:Gem::Dependency
71
+ name: rubocop-performance
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - '='
75
+ - !ruby/object:Gem::Version
76
+ version: 1.18.0
77
+ type: :runtime
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - '='
82
+ - !ruby/object:Gem::Version
83
+ version: 1.18.0
56
84
  description: Shared base configuration for Getaround Backend Applications.
57
85
  email:
58
86
  - oss@drivy.com
@@ -60,6 +88,8 @@ executables: []
60
88
  extensions: []
61
89
  extra_rdoc_files: []
62
90
  files:
91
+ - ".rubocop-performance.yml"
92
+ - ".rubocop-rails.yml"
63
93
  - ".rubocop-rspec.yml"
64
94
  - ".rubocop.yml"
65
95
  - ".ruby-version"
@@ -81,14 +111,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
111
  requirements:
82
112
  - - ">="
83
113
  - !ruby/object:Gem::Version
84
- version: '2.6'
114
+ version: '2.7'
85
115
  required_rubygems_version: !ruby/object:Gem::Requirement
86
116
  requirements:
87
117
  - - ">="
88
118
  - !ruby/object:Gem::Version
89
119
  version: '0'
90
120
  requirements: []
91
- rubygems_version: 3.0.3.1
121
+ rubygems_version: 3.1.6
92
122
  signing_key:
93
123
  specification_version: 4
94
124
  summary: Backend configuration files