Update rubyzip to version 3
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'rubyzip', '~> 2.4'
|
gem 'rubyzip', '~> 3.2'
|
||||||
gem 'pg', '~> 1.6'
|
gem 'pg', '~> 1.6'
|
||||||
gem "term-ansicolor", "~> 1.11"
|
gem "term-ansicolor", "~> 1.11"
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@@ -1,15 +1,17 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
bigdecimal (3.2.3)
|
bigdecimal (3.3.1)
|
||||||
|
mize (0.6.1)
|
||||||
pg (1.6.2)
|
pg (1.6.2)
|
||||||
pg (1.6.2-x86_64-linux)
|
pg (1.6.2-x86_64-linux)
|
||||||
rubyzip (2.4.1)
|
rubyzip (3.2.2)
|
||||||
sync (0.5.0)
|
sync (0.5.0)
|
||||||
term-ansicolor (1.11.2)
|
term-ansicolor (1.11.3)
|
||||||
tins (~> 1.0)
|
tins (~> 1)
|
||||||
tins (1.43.0)
|
tins (1.46.0)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
|
mize (~> 0.6)
|
||||||
sync
|
sync
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@@ -18,7 +20,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
pg (~> 1.6)
|
pg (~> 1.6)
|
||||||
rubyzip (~> 2.4)
|
rubyzip (~> 3.2)
|
||||||
term-ansicolor (~> 1.11)
|
term-ansicolor (~> 1.11)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ executable tea-cleaner
|
|||||||
base >= 4.20 && < 5,
|
base >= 4.20 && < 5,
|
||||||
bytestring ^>= 0.12.2,
|
bytestring ^>= 0.12.2,
|
||||||
modern-uri ^>= 0.3.6,
|
modern-uri ^>= 0.3.6,
|
||||||
optparse-applicative ^>= 0.18.1,
|
optparse-applicative ^>= 0.19.0,
|
||||||
req ^>= 3.13,
|
req ^>= 3.13,
|
||||||
time >= 1.9 && < 2,
|
time >= 1.9 && < 2,
|
||||||
text ^>= 2.1,
|
text ^>= 2.1,
|
||||||
|
|||||||
Reference in New Issue
Block a user