ruboconf-rails 1.20.0 → 1.21.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +19 -18
  3. data/ruboconf-rails.gemspec +3 -3
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d7f14d0d02b6cc0036f14fbfb9419494d6023c164a8593936a6881f4b0b9d37
4
- data.tar.gz: 3a5048e9206f46085d2516c7760f6272e497b699c6b96a23e82687202cd0f288
3
+ metadata.gz: f39b46cda31da938a0b02851a41789267a9f0878dc9905d34f2acbfe1d459689
4
+ data.tar.gz: 741bbca9a7a428a5a7ca1dceb168b9e9a6acf7f3dda6472ad6169aa4f5e52cf3
5
5
  SHA512:
6
- metadata.gz: 5c486a5a1faab7a3eceb6f81da73525fb99a8aa466447a7f0b24727499bb8c47924dc9f01d44de1b966a35c7a067c35a534971b8b809dee421f7c431a2744edc
7
- data.tar.gz: f7e7116a194b0dbcf1a7fdf058fd68074887d7c931855f037166cf98c03f23aeb1f98cc7be2452fb9b26c26bce5b01a828f8d644bca2384a6d4e729faa505944
6
+ metadata.gz: 1d9bac7dd2a331b1bb2108b695d5eadbfc845548a3bcf5fb116cc637cd4bdd6260d36dcbf890153c7f3fd4143dbadde8fb6023368f4b7354d912b870b47a427f
7
+ data.tar.gz: 380cecd18ccb08857da5de23adb16b892e132f77c1a0b3a47db3e716c4f9231ab1c466912d5c68466602f8a043005f44453fa2085b3d8bb18cac013d6f436e28
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruboconf-rails (1.20.0)
5
- ruboconf (~> 1.19.0)
6
- rubocop-rails (~> 2.34.2)
4
+ ruboconf-rails (1.21.0)
5
+ ruboconf (~> 1.20.0)
6
+ rubocop-rails (~> 2.34.3)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (8.1.1)
11
+ activesupport (8.1.3)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -23,32 +23,33 @@ GEM
23
23
  uri (>= 0.13.1)
24
24
  ast (2.4.3)
25
25
  base64 (0.3.0)
26
- bigdecimal (4.0.1)
26
+ bigdecimal (4.1.1)
27
27
  concurrent-ruby (1.3.6)
28
28
  connection_pool (3.0.2)
29
29
  drb (2.2.3)
30
30
  i18n (1.14.8)
31
31
  concurrent-ruby (~> 1.0)
32
- json (2.18.0)
32
+ json (2.19.3)
33
33
  language_server-protocol (3.17.0.5)
34
34
  lint_roller (1.1.0)
35
35
  logger (1.7.0)
36
- minitest (6.0.1)
36
+ minitest (6.0.3)
37
+ drb (~> 2.0)
37
38
  prism (~> 1.5)
38
- parallel (1.27.0)
39
- parser (3.3.10.0)
39
+ parallel (1.28.0)
40
+ parser (3.3.11.1)
40
41
  ast (~> 2.4.1)
41
42
  racc
42
- prism (1.7.0)
43
+ prism (1.9.0)
43
44
  racc (1.8.1)
44
- rack (3.2.4)
45
+ rack (3.2.6)
45
46
  rainbow (3.1.1)
46
47
  rake (13.3.1)
47
- regexp_parser (2.11.3)
48
- ruboconf (1.19.0)
49
- rubocop (~> 1.82.1)
48
+ regexp_parser (2.12.0)
49
+ ruboconf (1.20.0)
50
+ rubocop (~> 1.86.0)
50
51
  rubocop-performance (~> 1.26.1)
51
- rubocop (1.82.1)
52
+ rubocop (1.86.0)
52
53
  json (~> 2.3)
53
54
  language_server-protocol (~> 3.17.0.2)
54
55
  lint_roller (~> 1.1.0)
@@ -56,17 +57,17 @@ GEM
56
57
  parser (>= 3.3.0.2)
57
58
  rainbow (>= 2.2.2, < 4.0)
58
59
  regexp_parser (>= 2.9.3, < 3.0)
59
- rubocop-ast (>= 1.48.0, < 2.0)
60
+ rubocop-ast (>= 1.49.0, < 2.0)
60
61
  ruby-progressbar (~> 1.7)
61
62
  unicode-display_width (>= 2.4.0, < 4.0)
62
- rubocop-ast (1.49.0)
63
+ rubocop-ast (1.49.1)
63
64
  parser (>= 3.3.7.2)
64
65
  prism (~> 1.7)
65
66
  rubocop-performance (1.26.1)
66
67
  lint_roller (~> 1.1)
67
68
  rubocop (>= 1.75.0, < 2.0)
68
69
  rubocop-ast (>= 1.47.1, < 2.0)
69
- rubocop-rails (2.34.2)
70
+ rubocop-rails (2.34.3)
70
71
  activesupport (>= 4.2.0)
71
72
  lint_roller (~> 1.1)
72
73
  rack (>= 1.1)
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "ruboconf-rails"
5
- spec.version = "1.20.0"
5
+ spec.version = "1.21.0"
6
6
  spec.authors = ["Richard Böhme"]
7
7
  spec.email = ["richard.boehme1999@gmail.com"]
8
8
 
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  end
23
23
  end
24
24
 
25
- spec.add_dependency "ruboconf", "~> 1.19.0"
26
- spec.add_dependency "rubocop-rails", "~> 2.34.2"
25
+ spec.add_dependency "ruboconf", "~> 1.20.0"
26
+ spec.add_dependency "rubocop-rails", "~> 2.34.3"
27
27
  spec.metadata["rubygems_mfa_required"] = "true"
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboconf-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Böhme
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 1.19.0
18
+ version: 1.20.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 1.19.0
25
+ version: 1.20.0
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rubocop-rails
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: 2.34.2
32
+ version: 2.34.3
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 2.34.2
39
+ version: 2.34.3
40
40
  email:
41
41
  - richard.boehme1999@gmail.com
42
42
  executables: []