File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
ruby :
17
+ - ' 3.1.2' # using 3.1.2 instead of latest patch as 3.1.2 is the minimum specified in the gemspec
17
18
- ' 3.2.2'
19
+ - ' 3.3.6'
18
20
19
21
steps :
20
22
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3
3
- rubocop-rspec
4
4
5
5
AllCops :
6
- TargetRubyVersion : 3.0.0
6
+ TargetRubyVersion : 3.1.2
7
7
NewCops : enable
8
8
9
9
Gemspec/DevelopmentDependencies :
@@ -38,6 +38,9 @@ RSpec/ExampleLength:
38
38
Style/Documentation :
39
39
Enabled : false
40
40
41
+ Style/HashSyntax :
42
+ EnforcedShorthandSyntax : never
43
+
41
44
RSpec/MultipleMemoizedHelpers :
42
45
Enabled : false
43
46
RSpec/MultipleExpectations :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
spec . summary = "Library to manage external identities"
12
12
spec . homepage = "https://github.com/code0-tech/code0-identities"
13
13
spec . license = "MIT"
14
- spec . required_ruby_version = ">= 3.0.0 "
14
+ spec . required_ruby_version = ">= 3.1.2 "
15
15
16
16
spec . metadata [ "homepage_uri" ] = spec . homepage
17
17
spec . metadata [ "source_code_uri" ] = spec . homepage
You can’t perform that action at this time.
0 commit comments