File tree Expand file tree Collapse file tree 7 files changed +26
-25
lines changed Expand file tree Collapse file tree 7 files changed +26
-25
lines changed Original file line number Diff line number Diff line change 13
13
- uses : ruby/setup-ruby@v1
14
14
with :
15
15
bundler-cache : true
16
- ruby-version : " 3.2.2 "
16
+ ruby-version : " 3.3.0 "
17
17
- run : bundle exec rubocop
18
18
- run : bundle exec rake test
Original file line number Diff line number Diff line change 6
6
- rubocop-rspec
7
7
8
8
AllCops :
9
- TargetRubyVersion : 2.7
9
+ TargetRubyVersion : 3.0
Original file line number Diff line number Diff line change 1
- 3.2.2
1
+ 3.3.0
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- ruby "3.2.2 "
3
+ ruby "3.3.0 "
4
4
5
5
source "https://rubygems.org"
6
6
Original file line number Diff line number Diff line change 88
88
tzinfo (~> 2.0 )
89
89
ast (2.4.2 )
90
90
base64 (0.1.1 )
91
- bigdecimal (3.1.4 )
91
+ bigdecimal (3.1.5 )
92
92
builder (3.2.4 )
93
93
concurrent-ruby (1.2.2 )
94
94
connection_pool (2.4.1 )
105
105
activesupport (>= 6.1 )
106
106
i18n (1.14.1 )
107
107
concurrent-ruby (~> 1.0 )
108
- io-console (0.6.0 )
109
- irb (1.10.1 )
108
+ io-console (0.7.1 )
109
+ irb (1.11.0 )
110
110
rdoc
111
111
reline (>= 0.3.8 )
112
112
json (2.7.1 )
123
123
mini_mime (1.1.5 )
124
124
minitest (5.20.0 )
125
125
mutex_m (0.2.0 )
126
- net-imap (0.4.7 )
126
+ net-imap (0.4.9 )
127
127
date
128
128
net-protocol
129
129
net-pop (0.1.2 )
@@ -133,17 +133,17 @@ GEM
133
133
net-smtp (0.4.0 )
134
134
net-protocol
135
135
nio4r (2.7.0 )
136
- nokogiri (1.15.5 -arm64-darwin )
136
+ nokogiri (1.16.0 -arm64-darwin )
137
137
racc (~> 1.4 )
138
- nokogiri (1.15.5 -x86_64-darwin )
138
+ nokogiri (1.16.0 -x86_64-darwin )
139
139
racc (~> 1.4 )
140
- nokogiri (1.15.5 -x86_64-linux )
140
+ nokogiri (1.16.0 -x86_64-linux )
141
141
racc (~> 1.4 )
142
- parallel (1.23 .0 )
142
+ parallel (1.24 .0 )
143
143
parser (3.2.2.4 )
144
144
ast (~> 2.4.1 )
145
145
racc
146
- psych (5.1.1.1 )
146
+ psych (5.1.2 )
147
147
stringio
148
148
racc (1.7.3 )
149
149
rack (3.0.8 )
185
185
zeitwerk (~> 2.6 )
186
186
rainbow (3.1.1 )
187
187
rake (13.1.0 )
188
- rdoc (6.6.1 )
188
+ rdoc (6.6.2 )
189
189
psych (>= 4.0.0 )
190
190
regexp_parser (2.8.3 )
191
191
reline (0.4.1 )
@@ -262,6 +262,7 @@ PLATFORMS
262
262
arm64-darwin-20
263
263
arm64-darwin-21
264
264
arm64-darwin-22
265
+ arm64-darwin-23
265
266
x86_64-darwin-19
266
267
x86_64-darwin-20
267
268
x86_64-darwin-21
@@ -275,7 +276,7 @@ DEPENDENCIES
275
276
simplecov (~> 0.22 )
276
277
277
278
RUBY VERSION
278
- ruby 3.2.2p53
279
+ ruby 3.3.0p0
279
280
280
281
BUNDLED WITH
281
- 2.4.10
282
+ 2.5.3
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Base [Rubocop](https://rubocop.org) settings for all Boxt Ruby projects.
7
7
8
8
## Requirements
9
9
10
- * Ruby >= 2.7
10
+ - Ruby >= 3.0
11
11
12
12
## Installation
13
13
@@ -32,8 +32,8 @@ Put this into your .rubocop.yml.
32
32
33
33
``` yml
34
34
require :
35
- - boxt_rubocop
36
- ` ` `
35
+ - boxt_rubocop
36
+ ` ` `
37
37
38
38
To enable additional configuration for ` rubocop-rails` and `rubocop-rspec`, add the following to your .rubocop.yml:
39
39
@@ -67,11 +67,11 @@ Documentation on creating a new cop can be found [here](https://docs.rubocop.org
67
67
68
68
The following Rubocop gems are also installed with this gem:
69
69
70
- * [ rubocop-faker] ( https://github.com/koic/rubocop-faker )
71
- * [ rubocop-performance] ( https://github.com/rubocop/rubocop-performance )
72
- * [ rubocop-rails] ( https://github.com/rubocop-hq/rubocop-rails )
73
- * [ rubocop-rake] ( https://github.com/rubocop-hq/rubocop-rake )
74
- * [ rubocop-rspec] ( https://github.com/rubocop-hq/rubocop-rspec )
70
+ - [ rubocop-faker] ( https://github.com/koic/rubocop-faker )
71
+ - [ rubocop-performance] ( https://github.com/rubocop/rubocop-performance )
72
+ - [ rubocop-rails] ( https://github.com/rubocop-hq/rubocop-rails )
73
+ - [ rubocop-rake] ( https://github.com/rubocop-hq/rubocop-rake )
74
+ - [ rubocop-rspec] ( https://github.com/rubocop-hq/rubocop-rspec )
75
75
76
76
To enable these add the following to your ` .rubocop.yml ` file.
77
77
Original file line number Diff line number Diff line change 3
3
require_relative "lib/rubocop/boxt/version"
4
4
5
5
Gem ::Specification . new do |spec |
6
- spec . required_ruby_version = ">= 2.7 "
6
+ spec . required_ruby_version = ">= 3.0 "
7
7
spec . authors = [ "Boxt" ]
8
8
spec . description = "Base Rubocop settings for all Boxt Ruby projects"
9
9
spec . email = [ "[email protected] " ]
You can’t perform that action at this time.
0 commit comments