File tree 2 files changed +11
-9
lines changed 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 9
9
GEM
10
10
remote: https://rubygems.org/
11
11
specs:
12
- addressable (2.8.1 )
13
- public_suffix (>= 2.0.2 , < 6 .0 )
12
+ addressable (2.8.7 )
13
+ public_suffix (>= 2.0.2 , < 7 .0 )
14
14
ast (2.4.2 )
15
+ bigdecimal (3.1.9 )
15
16
byebug (11.1.3 )
16
17
childprocess (4.1.0 )
17
18
codecov (0.6.0 )
18
19
simplecov (>= 0.15 , < 0.22 )
19
20
coderay (1.1.3 )
20
21
cookiejar (0.3.3 )
21
- crack (0.4.5 )
22
+ crack (1.0.0 )
23
+ bigdecimal
22
24
rexml
23
25
curb (1.0.6 )
24
26
diff-lcs (1.5.1 )
39
41
eventmachine (1.2.7 )
40
42
ffi (1.15.5 )
41
43
github-markup (4.0.1 )
42
- hashdiff (1.0.1 )
44
+ hashdiff (1.1.2 )
43
45
hashie (5.0.0 )
44
46
http-accept (1.7.0 )
45
47
http-cookie (1.0.5 )
73
75
pry-byebug (3.10.1 )
74
76
byebug (~> 11.0 )
75
77
pry (>= 0.13 , < 0.15 )
76
- public_suffix (5.0.0 )
78
+ public_suffix (5.1.1 )
77
79
racc (1.8.1 )
78
80
rack (3.1.15 )
79
81
rack-test (2.1.0 )
87
89
http-cookie (>= 1.0.2 , < 2.0 )
88
90
mime-types (>= 1.16 , < 4.0 )
89
91
netrc (~> 0.8 )
90
- rexml (3.3.9 )
92
+ rexml (3.4.1 )
91
93
rubocop (1.66.1 )
92
94
json (~> 2.3 )
93
95
language_server-protocol (>= 3.17.0 )
175
177
unf_ext (0.0.8.2 )
176
178
unicode-display_width (2.5.0 )
177
179
version_gem (1.1.4 )
178
- webmock (3.18 .1 )
180
+ webmock (3.25 .1 )
179
181
addressable (>= 2.8.0 )
180
182
crack (>= 0.3.2 )
181
183
hashdiff (>= 0.4.0 , < 2.0.0 )
@@ -214,7 +216,7 @@ DEPENDENCIES
214
216
simplecov-json
215
217
simplecov-lcov (~> 0.8 )
216
218
typhoeus (>= 0.1.13 )
217
- webmock (<= 3.19 .0 )
219
+ webmock (<= 3.26 .0 )
218
220
yard
219
221
220
222
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -89,5 +89,5 @@ Thanks, |7eter l-|. l3oling
89
89
spec . add_development_dependency ( "rest-client" )
90
90
spec . add_development_dependency ( "rubocop-lts" , "~> 18.0" )
91
91
spec . add_development_dependency ( "typhoeus" , ">= 0.1.13" )
92
- spec . add_development_dependency ( "webmock" , "<= 3.19 .0" )
92
+ spec . add_development_dependency ( "webmock" , "<= 3.26 .0" )
93
93
end
You can’t perform that action at this time.
0 commit comments