File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 99GEM
1010 remote: https://rubygems.org/
1111 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 )
1414 ast (2.4.2 )
15+ bigdecimal (3.1.9 )
1516 byebug (11.1.3 )
1617 childprocess (4.1.0 )
1718 codecov (0.6.0 )
1819 simplecov (>= 0.15 , < 0.22 )
1920 coderay (1.1.3 )
2021 cookiejar (0.3.3 )
21- crack (0.4.5 )
22+ crack (1.0.0 )
23+ bigdecimal
2224 rexml
2325 curb (1.0.6 )
2426 diff-lcs (1.5.1 )
3941 eventmachine (1.2.7 )
4042 ffi (1.15.5 )
4143 github-markup (4.0.1 )
42- hashdiff (1.0.1 )
44+ hashdiff (1.1.2 )
4345 hashie (5.0.0 )
4446 http-accept (1.7.0 )
4547 http-cookie (1.0.5 )
7375 pry-byebug (3.10.1 )
7476 byebug (~> 11.0 )
7577 pry (>= 0.13 , < 0.15 )
76- public_suffix (5.0.0 )
78+ public_suffix (5.1.1 )
7779 racc (1.8.1 )
7880 rack (3.1.15 )
7981 rack-test (2.1.0 )
8789 http-cookie (>= 1.0.2 , < 2.0 )
8890 mime-types (>= 1.16 , < 4.0 )
8991 netrc (~> 0.8 )
90- rexml (3.3.9 )
92+ rexml (3.4.1 )
9193 rubocop (1.66.1 )
9294 json (~> 2.3 )
9395 language_server-protocol (>= 3.17.0 )
175177 unf_ext (0.0.8.2 )
176178 unicode-display_width (2.5.0 )
177179 version_gem (1.1.4 )
178- webmock (3.18 .1 )
180+ webmock (3.25 .1 )
179181 addressable (>= 2.8.0 )
180182 crack (>= 0.3.2 )
181183 hashdiff (>= 0.4.0 , < 2.0.0 )
@@ -214,7 +216,7 @@ DEPENDENCIES
214216 simplecov-json
215217 simplecov-lcov (~> 0.8 )
216218 typhoeus (>= 0.1.13 )
217- webmock (<= 3.19 .0 )
219+ webmock (<= 3.26 .0 )
218220 yard
219221
220222BUNDLED WITH
Original file line number Diff line number Diff line change @@ -89,5 +89,5 @@ Thanks, |7eter l-|. l3oling
8989 spec . add_development_dependency ( "rest-client" )
9090 spec . add_development_dependency ( "rubocop-lts" , "~> 18.0" )
9191 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" )
9393end
You can’t perform that action at this time.
0 commit comments