ruboconf-rails 1.13.0 → 1.14.0

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: 2d213bf6fbd7d1e425337436b638b41025838e98c7d551a432da134bdce72427
4
- data.tar.gz: 908edc5722f156727a462377fae6839a55680ad231435bb459c7ef069d7b05b6
3
+ metadata.gz: a4eaabd1feb9f9c617d5a8f04f2142916aab77e6b2bac3adec723e3adc3a9757
4
+ data.tar.gz: 76654e25bb4ade086227698f47aab945e53ef71be722b249d8081d49d3692dd1
5
5
  SHA512:
6
- metadata.gz: df266eedce4d264366a6c58d66bec1dd4a045cd4fbe5470a371bfe60416552132bc1d829de86124ea90c5b755d31d4b7a53de15693c4ba05ab75cb3ff72e0eaa
7
- data.tar.gz: 471defcd8219408425f03da9a9968b04592b6e6d494cbfbe4a0fd325521e274360dd43e9052eeb0b018b545f927cf5bc811507b7eec19a08e3bb694ce717e5a6
6
+ metadata.gz: 48760c0db7872aff98c6dbc40ef5aa1a1d2ed425cb31f6b7cc871167d64d12f77b3a9855fea66dc6eb306d1d0c7b97167cdb22031bfb841966dceaf30d13096b
7
+ data.tar.gz: 3088723d930b4d26f5846d807ebbbd43aef165c2771d63c43869efc4692d8c91e2e241827b673b3bb7989182a1322484f04ed415121ff42038c3d1303464a7e6
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 3.2.2
1
+ ruby 3.3.0
data/Gemfile CHANGED
@@ -5,4 +5,4 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in ruboconf.gemspec
6
6
  gemspec
7
7
 
8
- gem 'rake', '~> 13.0'
8
+ gem 'rake', '~> 13.1'
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruboconf-rails (1.13.0)
5
- ruboconf (~> 1.13.0)
6
- rubocop-rails (~> 2.22)
4
+ ruboconf-rails (1.14.0)
5
+ ruboconf (~> 1.14.0)
6
+ rubocop-rails (~> 2.23.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.2)
11
+ activesupport (7.1.3.2)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,53 +20,51 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.4)
24
- concurrent-ruby (1.2.2)
23
+ bigdecimal (3.1.6)
24
+ concurrent-ruby (1.2.3)
25
25
  connection_pool (2.4.1)
26
- drb (2.2.0)
27
- ruby2_keywords
26
+ drb (2.2.1)
28
27
  i18n (1.14.1)
29
28
  concurrent-ruby (~> 1.0)
30
29
  json (2.7.1)
31
30
  language_server-protocol (3.17.0.3)
32
- minitest (5.20.0)
31
+ minitest (5.22.2)
33
32
  mutex_m (0.2.0)
34
- parallel (1.23.0)
35
- parser (3.2.2.4)
33
+ parallel (1.24.0)
34
+ parser (3.3.0.5)
36
35
  ast (~> 2.4.1)
37
36
  racc
38
37
  racc (1.7.3)
39
- rack (3.0.8)
38
+ rack (3.0.9.1)
40
39
  rainbow (3.1.1)
41
- rake (13.0.6)
42
- regexp_parser (2.8.3)
40
+ rake (13.1.0)
41
+ regexp_parser (2.9.0)
43
42
  rexml (3.2.6)
44
- ruboconf (1.13.0)
45
- rubocop (~> 1.58)
46
- rubocop-performance (~> 1.19)
47
- rubocop (1.58.0)
43
+ ruboconf (1.14.0)
44
+ rubocop (~> 1.61.0)
45
+ rubocop-performance (~> 1.20.0)
46
+ rubocop (1.61.0)
48
47
  json (~> 2.3)
49
48
  language_server-protocol (>= 3.17.0)
50
49
  parallel (~> 1.10)
51
- parser (>= 3.2.2.4)
50
+ parser (>= 3.3.0.2)
52
51
  rainbow (>= 2.2.2, < 4.0)
53
52
  regexp_parser (>= 1.8, < 3.0)
54
53
  rexml (>= 3.2.5, < 4.0)
55
54
  rubocop-ast (>= 1.30.0, < 2.0)
56
55
  ruby-progressbar (~> 1.7)
57
56
  unicode-display_width (>= 2.4.0, < 3.0)
58
- rubocop-ast (1.30.0)
59
- parser (>= 3.2.1.0)
60
- rubocop-performance (1.19.1)
61
- rubocop (>= 1.7.0, < 2.0)
62
- rubocop-ast (>= 0.4.0)
63
- rubocop-rails (2.22.2)
57
+ rubocop-ast (1.31.1)
58
+ parser (>= 3.3.0.4)
59
+ rubocop-performance (1.20.2)
60
+ rubocop (>= 1.48.1, < 2.0)
61
+ rubocop-ast (>= 1.30.0, < 2.0)
62
+ rubocop-rails (2.23.1)
64
63
  activesupport (>= 4.2.0)
65
64
  rack (>= 1.1)
66
65
  rubocop (>= 1.33.0, < 2.0)
67
66
  rubocop-ast (>= 1.30.0, < 2.0)
68
67
  ruby-progressbar (1.13.0)
69
- ruby2_keywords (0.0.5)
70
68
  tzinfo (2.0.6)
71
69
  concurrent-ruby (~> 1.0)
72
70
  unicode-display_width (2.5.0)
@@ -75,7 +73,7 @@ PLATFORMS
75
73
  x86_64-linux
76
74
 
77
75
  DEPENDENCIES
78
- rake (~> 13.0)
76
+ rake (~> 13.1)
79
77
  ruboconf-rails!
80
78
 
81
79
  BUNDLED WITH
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'ruboconf-rails'
5
- spec.version = '1.13.0'
5
+ spec.version = '1.14.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.13.0'
26
- spec.add_dependency 'rubocop-rails', '~> 2.22'
25
+ spec.add_dependency 'ruboconf', '~> 1.14.0'
26
+ spec.add_dependency 'rubocop-rails', '~> 2.23.0'
27
27
  spec.metadata['rubygems_mfa_required'] = 'true'
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboconf-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Böhme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-08 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboconf
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.13.0
19
+ version: 1.14.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.13.0
26
+ version: 1.14.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.22'
33
+ version: 2.23.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '2.22'
40
+ version: 2.23.0
41
41
  description:
42
42
  email:
43
43
  - richard.boehme1999@gmail.com
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.4.10
82
+ rubygems_version: 3.5.3
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Opinionated RuboCop Rails configuration for personal projects.