getaround-rubocop 0.2.11 → 0.3.1

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: 5f8aaca19fc8193c892b6fd872b0a254ce181aa37ace9c66ca25b57daedd8c1e
4
- data.tar.gz: f216ab4d4238b365f2d3da315410b8a4bb9460dbbc79be051238514b12c7843d
3
+ metadata.gz: 4fc95aff7cb5305351f8b690f77563b3a791468cf29f59612f457cbd91b8913e
4
+ data.tar.gz: d4f54be6ce6b2f057f4954ad6c67fad572c58067032b566bd04917e060a23c49
5
5
  SHA512:
6
- metadata.gz: c8e03daa0d8ae044b0b9696b4fb76a25e4921c7ace86fad6d7e68a013a51c47015dc40bcccd2cf58db9d1d32c59ecbd12447a31ce5d096aaaf47359510eda5a7
7
- data.tar.gz: 340c68f50add99fc08e0c633cd6aa39eb05cffd22e4259e75b0e821e8dffa5f7df2bb138b28e213304501ec02a9b8b38fb0d9b9941a80ff96493f03510e218d6
6
+ metadata.gz: 5e200432f92f752acdf61909769e43d5a46ee6b391de027b628febb6ee9aec57d5e855269d03443579b117c995d442ed52442e3ae6f3b0c3e4e3fe0b6d58cb4b
7
+ data.tar.gz: cbc1a173ce7477038f622535edc62754c1f3added511a5a2def94a164510c374f19955f2e52a9fe0ebe34690b2107be6ceb464e751c90652639c247fc06999d9
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.3.5
1
+ ruby-4.0.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getaround-rubocop (0.2.11)
4
+ getaround-rubocop (0.3.1)
5
5
  relaxed-rubocop (~> 2.5)
6
6
  rubocop (~> 1.0)
7
7
  rubocop-performance (~> 1.0)
@@ -11,44 +11,44 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (8.0.2)
14
+ activesupport (8.1.2)
15
15
  base64
16
- benchmark (>= 0.3)
17
16
  bigdecimal
18
17
  concurrent-ruby (~> 1.0, >= 1.3.1)
19
18
  connection_pool (>= 2.2.5)
20
19
  drb
21
20
  i18n (>= 1.6, < 2)
21
+ json
22
22
  logger (>= 1.4.2)
23
23
  minitest (>= 5.1)
24
24
  securerandom (>= 0.3)
25
25
  tzinfo (~> 2.0, >= 2.0.5)
26
26
  uri (>= 0.13.1)
27
27
  ast (2.4.3)
28
- base64 (0.2.0)
29
- benchmark (0.4.0)
30
- bigdecimal (3.1.9)
31
- concurrent-ruby (1.3.5)
32
- connection_pool (2.5.3)
28
+ base64 (0.3.0)
29
+ bigdecimal (4.0.1)
30
+ concurrent-ruby (1.3.6)
31
+ connection_pool (3.0.2)
33
32
  drb (2.2.3)
34
- i18n (1.14.7)
33
+ i18n (1.14.8)
35
34
  concurrent-ruby (~> 1.0)
36
- json (2.12.2)
35
+ json (2.18.0)
37
36
  language_server-protocol (3.17.0.5)
38
37
  lint_roller (1.1.0)
39
38
  logger (1.7.0)
40
- minitest (5.25.5)
39
+ minitest (6.0.1)
40
+ prism (~> 1.5)
41
41
  parallel (1.27.0)
42
- parser (3.3.8.0)
42
+ parser (3.3.10.1)
43
43
  ast (~> 2.4.1)
44
44
  racc
45
- prism (1.4.0)
45
+ prism (1.8.0)
46
46
  racc (1.8.1)
47
- rack (3.1.15)
47
+ rack (3.2.4)
48
48
  rainbow (3.1.1)
49
- regexp_parser (2.10.0)
49
+ regexp_parser (2.11.3)
50
50
  relaxed-rubocop (2.5)
51
- rubocop (1.75.7)
51
+ rubocop (1.82.1)
52
52
  json (~> 2.3)
53
53
  language_server-protocol (~> 3.17.0.2)
54
54
  lint_roller (~> 1.1.0)
@@ -56,33 +56,33 @@ GEM
56
56
  parser (>= 3.3.0.2)
57
57
  rainbow (>= 2.2.2, < 4.0)
58
58
  regexp_parser (>= 2.9.3, < 3.0)
59
- rubocop-ast (>= 1.44.0, < 2.0)
59
+ rubocop-ast (>= 1.48.0, < 2.0)
60
60
  ruby-progressbar (~> 1.7)
61
61
  unicode-display_width (>= 2.4.0, < 4.0)
62
- rubocop-ast (1.44.1)
62
+ rubocop-ast (1.49.0)
63
63
  parser (>= 3.3.7.2)
64
- prism (~> 1.4)
65
- rubocop-performance (1.25.0)
64
+ prism (~> 1.7)
65
+ rubocop-performance (1.26.1)
66
66
  lint_roller (~> 1.1)
67
67
  rubocop (>= 1.75.0, < 2.0)
68
- rubocop-ast (>= 1.38.0, < 2.0)
69
- rubocop-rails (2.32.0)
68
+ rubocop-ast (>= 1.47.1, < 2.0)
69
+ rubocop-rails (2.34.3)
70
70
  activesupport (>= 4.2.0)
71
71
  lint_roller (~> 1.1)
72
72
  rack (>= 1.1)
73
73
  rubocop (>= 1.75.0, < 2.0)
74
74
  rubocop-ast (>= 1.44.0, < 2.0)
75
- rubocop-rspec (3.6.0)
75
+ rubocop-rspec (3.9.0)
76
76
  lint_roller (~> 1.1)
77
- rubocop (~> 1.72, >= 1.72.1)
77
+ rubocop (~> 1.81)
78
78
  ruby-progressbar (1.13.0)
79
79
  securerandom (0.4.1)
80
80
  tzinfo (2.0.6)
81
81
  concurrent-ruby (~> 1.0)
82
- unicode-display_width (3.1.4)
83
- unicode-emoji (~> 4.0, >= 4.0.4)
84
- unicode-emoji (4.0.4)
85
- uri (1.0.3)
82
+ unicode-display_width (3.2.0)
83
+ unicode-emoji (~> 4.1)
84
+ unicode-emoji (4.2.0)
85
+ uri (1.1.1)
86
86
 
87
87
  PLATFORMS
88
88
  ruby
@@ -91,4 +91,4 @@ DEPENDENCIES
91
91
  getaround-rubocop!
92
92
 
93
93
  BUNDLED WITH
94
- 2.4.22
94
+ 4.0.4
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "getaround-rubocop"
5
- gem.version = '0.2.11'
5
+ gem.version = '0.3.1'
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"]
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getaround-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy
8
8
  - Laurent Humez
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2025-05-28 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: relaxed-rubocop
@@ -103,7 +102,6 @@ homepage: https://github.com/drivy
103
102
  licenses:
104
103
  - MIT
105
104
  metadata: {}
106
- post_install_message:
107
105
  rdoc_options: []
108
106
  require_paths:
109
107
  - lib
@@ -118,8 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
116
  - !ruby/object:Gem::Version
119
117
  version: '0'
120
118
  requirements: []
121
- rubygems_version: 3.5.16
122
- signing_key:
119
+ rubygems_version: 4.0.3
123
120
  specification_version: 4
124
121
  summary: Backend configuration files
125
122
  test_files: []