Skip to content

Update rubyzip #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 18 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oddb2xml (2.9.2)
oddb2xml (2.9.9)
htmlentities
httpi
mechanize
Expand All @@ -15,7 +15,7 @@ PATH
rexml
rubyXL (~> 3.4.0)
rubyntlm (= 0.5.1)
rubyzip
rubyzip (~> 3.0.1)
savon (~> 2.12.0)
sax-machine
spreadsheet
Expand All @@ -32,7 +32,6 @@ GEM
gyoku (>= 0.4.0)
nokogiri
ast (2.4.2)
base64 (0.1.1)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
Expand Down Expand Up @@ -82,7 +81,7 @@ GEM
nori (2.6.0)
ntlm-http (0.1.1)
optimist (3.1.0)
ox (2.14.17)
ox (2.14.14)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand All @@ -91,9 +90,9 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry (~> 0.10)
pry-doc (1.4.0)
pry (~> 0.11)
yard (~> 0.9.11)
Expand All @@ -119,21 +118,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.50.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-ole (1.2.12.2)
Expand All @@ -142,7 +139,7 @@ GEM
nokogiri (>= 1.10.8)
rubyzip (>= 1.3.0)
rubyntlm (0.5.1)
rubyzip (2.3.2)
rubyzip (3.0.1)
savon (2.12.1)
akami (~> 1.2)
builder (>= 2.1.2)
Expand All @@ -155,26 +152,26 @@ GEM
socksify (1.7.1)
spreadsheet (1.3.0)
ruby-ole
standard (1.31.1)
standard (1.28.5)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.2)
rubocop (~> 1.50.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-performance (~> 1.0.1)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.2.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
standard-performance (1.0.1)
lint_roller (~> 1.0)
rubocop-performance (~> 1.16.0)
standardrb (1.0.1)
standard
timecop (0.9.8)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
vcr (6.2.0)
vcr (6.1.0)
wasabi (3.7.0)
addressable
httpi (~> 2.0)
Expand Down Expand Up @@ -209,4 +206,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.24
2.4.19
Loading
Loading