gems: remove hardcoded version for zipline
The fix was eventually released.
This commit is contained in:
parent
d29e02d6c5
commit
e6ad411aae
2 changed files with 7 additions and 11 deletions
2
Gemfile
2
Gemfile
|
@ -83,7 +83,7 @@ gem 'spreadsheet_architect'
|
|||
gem 'typhoeus'
|
||||
gem 'warden'
|
||||
gem 'webpacker'
|
||||
gem 'zipline', github: 'fringd/zipline', ref: 'd637bbff2' # Unreleased 1.3.0, with a fix for Ruby 3.0 kwargs
|
||||
gem 'zipline'
|
||||
gem 'zxcvbn-ruby', require: 'zxcvbn'
|
||||
|
||||
group :test do
|
||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -1,12 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/fringd/zipline.git
|
||||
revision: d637bbff262f59718d23a65f50b50163b8ba749f
|
||||
ref: d637bbff2
|
||||
specs:
|
||||
zipline (1.3.0)
|
||||
actionpack (>= 3.2.1, < 7.0)
|
||||
zip_tricks (>= 4.2.1, < 6.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/mina-deploy/mina.git
|
||||
revision: 84fa84c7f7f94f9518ef9b7099396ab6676b5881
|
||||
|
@ -183,6 +174,7 @@ GEM
|
|||
descendants_tracker (~> 0.0.1)
|
||||
concurrent-ruby (1.1.9)
|
||||
connection_pool (2.2.3)
|
||||
content_disposition (1.0.0)
|
||||
crack (0.4.5)
|
||||
rexml
|
||||
crass (1.0.6)
|
||||
|
@ -770,6 +762,10 @@ GEM
|
|||
nokogiri (~> 1.8)
|
||||
zeitwerk (2.5.4)
|
||||
zip_tricks (5.6.0)
|
||||
zipline (1.4.1)
|
||||
actionpack (>= 6.0, < 8.0)
|
||||
content_disposition (~> 1.0)
|
||||
zip_tricks (>= 4.2.1, < 6.0)
|
||||
zxcvbn-ruby (1.2.0)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -892,7 +888,7 @@ DEPENDENCIES
|
|||
webdrivers (~> 4.0)
|
||||
webmock
|
||||
webpacker
|
||||
zipline!
|
||||
zipline
|
||||
zxcvbn-ruby
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Add table
Reference in a new issue