File tree 4 files changed +17
-11
lines changed
4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ Style/TrailingCommaInArguments:
23
23
Style/TrailingCommaInHashLiteral :
24
24
EnforcedStyleForMultiline : ' consistent_comma'
25
25
AllCops :
26
- TargetRubyVersion : 2.5
26
+ TargetRubyVersion : 2.7
Original file line number Diff line number Diff line change 29
29
ast (~> 2.4.1 )
30
30
racc
31
31
prettier_print (1.2.1 )
32
- prism (0.24.0 )
33
32
public_suffix (5.0.4 )
34
33
racc (1.7.3 )
35
34
rainbow (3.1.1 )
36
- rbi (0.1.9 )
37
- prism (>= 0.18.0 , < 0.25 )
35
+ rbi (0.0.17 )
36
+ ast
37
+ parser (>= 3.0.0 )
38
38
sorbet-runtime (>= 0.5.9204 )
39
+ unparser (>= 0.5.6 )
39
40
regexp_parser (2.9.0 )
40
41
rexml (3.2.6 )
41
42
rspec (3.9.0 )
87
88
thor (>= 0.19.2 )
88
89
syntax_tree (6.2.0 )
89
90
prettier_print (>= 1.2.0 )
90
- tapioca (0.12.0 )
91
+ tapioca (0.11.8 )
91
92
bundler (>= 2.2.25 )
92
93
netrc (>= 0.11.0 )
93
94
parallel (>= 1.21.0 )
94
- rbi (>= 0.1.4 , < 0.2 )
95
- sorbet-static-and-runtime (>= 0.5.10820 )
95
+ rbi (~> 0.0.0 , >= 0.0.16 )
96
+ sorbet-static-and-runtime (>= 0.5.10187 )
96
97
spoom (~> 1.2.0 , >= 1.2.0 )
97
98
thor (>= 1.2.0 )
98
99
yard-sorbet
99
100
thor (1.3.1 )
100
101
unicode-display_width (2.5.0 )
102
+ unparser (0.6.13 )
103
+ diff-lcs (~> 1.3 )
104
+ parser (>= 3.3.0 )
101
105
vcr (5.0.0 )
102
106
webmock (3.23.0 )
103
107
addressable (>= 2.8.0 )
@@ -114,10 +118,11 @@ PLATFORMS
114
118
DEPENDENCIES
115
119
bundler (>= 2.0.1 )
116
120
codecov (~> 0.2.8 )
121
+ rbi (= 0.0.17 )
117
122
rspec (~> 3.9.0 )
118
123
rubocop (~> 1.62.1 )
119
124
sorbet (~> 0.5 )
120
- tapioca
125
+ tapioca ( = 0.11.8 )
121
126
vcr (~> 5.0.0 )
122
127
webmock
123
128
workos !
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def class_name
56
56
# implementing the demodulize and underscore methods here.
57
57
def object_name
58
58
i = class_name . rindex ( '::' )
59
- object_name = i ? class_name [ ( i + 2 ) ..- 1 ] : class_name
59
+ object_name = i ? class_name [ ( i + 2 ) ..] : class_name
60
60
underscore ( object_name )
61
61
end
62
62
Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ Gem::Specification.new do |spec|
25
25
26
26
spec . add_development_dependency 'bundler' , '>= 2.0.1'
27
27
spec . add_development_dependency 'codecov' , '~> 0.2.8'
28
+ spec . add_development_dependency 'rbi' , '0.0.17'
28
29
spec . add_development_dependency 'rspec' , '~> 3.9.0'
29
30
spec . add_development_dependency 'rubocop' , '~> 1.62.1'
30
31
spec . add_development_dependency 'sorbet' , '~> 0.5'
31
- spec . add_development_dependency 'tapioca'
32
+ spec . add_development_dependency 'tapioca' , '0.11.8'
32
33
spec . add_development_dependency 'vcr' , '~> 5.0.0'
33
34
spec . add_development_dependency 'webmock'
34
35
35
- spec . required_ruby_version = '>= 2.5 '
36
+ spec . required_ruby_version = '>= 2.7 '
36
37
end
You can’t perform that action at this time.
0 commit comments