Bump rubyzip
This commit is contained in:
parent
ee98a96594
commit
81779a86e5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -176,7 +176,7 @@ gem "logging-rails", "0.5.0", require: "logging/rails"
|
||||||
|
|
||||||
# Reading and writing zip files
|
# Reading and writing zip files
|
||||||
|
|
||||||
gem "rubyzip", "1.1.7", require: "zip"
|
gem "rubyzip", "1.2.0", require: "zip"
|
||||||
|
|
||||||
# Prevent occasions where minitest is not bundled in
|
# Prevent occasions where minitest is not bundled in
|
||||||
# packaged versions of ruby. See following issues/prs:
|
# packaged versions of ruby. See following issues/prs:
|
||||||
|
|
|
||||||
|
|
@ -684,7 +684,7 @@ GEM
|
||||||
tins (<= 1.6.0)
|
tins (<= 1.6.0)
|
||||||
ruby-oembed (0.10.0)
|
ruby-oembed (0.10.0)
|
||||||
ruby-progressbar (1.7.5)
|
ruby-progressbar (1.7.5)
|
||||||
rubyzip (1.1.7)
|
rubyzip (1.2.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.21)
|
sass (3.4.21)
|
||||||
sass-rails (5.0.4)
|
sass-rails (5.0.4)
|
||||||
|
|
@ -904,7 +904,7 @@ DEPENDENCIES
|
||||||
rspec-rails (= 3.4.2)
|
rspec-rails (= 3.4.2)
|
||||||
rubocop (= 0.35.1)
|
rubocop (= 0.35.1)
|
||||||
ruby-oembed (= 0.10.0)
|
ruby-oembed (= 0.10.0)
|
||||||
rubyzip (= 1.1.7)
|
rubyzip (= 1.2.0)
|
||||||
sass-rails (= 5.0.4)
|
sass-rails (= 5.0.4)
|
||||||
selenium-webdriver (= 2.47.1)
|
selenium-webdriver (= 2.47.1)
|
||||||
shoulda-matchers (= 3.1.1)
|
shoulda-matchers (= 3.1.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue