Skip to content
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

Bump rubyzip from 1.1.7 to 1.3.0 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
47 changes: 26 additions & 21 deletions Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
capybara (2.5.0)
addressable (2.3.7)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-screenshot (1.0.11)
capybara-screenshot (1.0.7)
capybara (>= 1.0, < 3)
launchy
childprocess (0.5.8)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.0)
columnize (0.9.0)
columnize (>= 0.3.1)
coderay (1.1.3)
diff-lcs (1.2.5)
ffi (1.9.10)
headless (2.1.0)
Expand All @@ -31,18 +29,23 @@ GEM
addressable (~> 2.3)
method_source (0.8.2)
mime-types (2.6.2)
mini_portile (0.6.2)
mini_portile2 (2.6.1)
minitest (5.8.2)
multi_json (1.11.2)
nokogiri (1.6.6.3)
mini_portile (~> 0.6.0)
pry (0.10.3)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
parallel (1.21.0)
parallel_tests (3.7.3)
parallel
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand All @@ -56,7 +59,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubyzip (1.1.7)
rubyzip (1.3.0)
selenium-webdriver (2.47.1)
childprocess (~> 0.5)
multi_json (~> 1.0)
Expand All @@ -70,22 +73,24 @@ GEM
tzinfo (1.2.2)
thread_safe (~> 0.1)
websocket (1.2.2)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
activesupport (= 4.2.1)
addressable
capybara
capybara-screenshot
addressable (= 2.3.7)
capybara (= 2.4.4)
capybara-screenshot (= 1.0.7)
headless (= 2.1.0)
pry
rspec
mime-types (= 2.6.2)
parallel_tests
pry (= 0.10.1)
rspec (= 3.5.0)
selenium-webdriver (= 2.47.1)
settingslogic
settingslogic (= 2.0.9)
shoulda-matchers (= 2.8.0)

BUNDLED WITH
Expand Down