mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Merge pull request #6830 from BlueWallet/renovate/rubyzip-2.x
Update dependency rubyzip to v2.3.2
This commit is contained in:
commit
a42e5becdd
2
Gemfile
2
Gemfile
@ -2,7 +2,7 @@ source "https://rubygems.org"
|
||||
|
||||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
||||
ruby "3.1.6"
|
||||
gem 'rubyzip', '2.3.0'
|
||||
gem 'rubyzip', '2.3.2'
|
||||
gem "cocoapods", "1.15.2"
|
||||
gem "activesupport", ">= 6.1.7.3", "< 7.1.0"
|
||||
gem "fastlane"
|
@ -234,7 +234,7 @@ GEM
|
||||
rouge (2.0.7)
|
||||
ruby-macho (2.5.1)
|
||||
ruby2_keywords (0.0.5)
|
||||
rubyzip (2.3.0)
|
||||
rubyzip (2.3.2)
|
||||
security (0.1.5)
|
||||
signet (0.19.0)
|
||||
addressable (~> 2.8)
|
||||
@ -279,7 +279,7 @@ DEPENDENCIES
|
||||
activesupport (>= 6.1.7.3, < 7.1.0)
|
||||
cocoapods (= 1.15.2)
|
||||
fastlane
|
||||
rubyzip (= 2.3.0)
|
||||
rubyzip (= 2.3.2)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.1.6p260
|
||||
|
Loading…
Reference in New Issue
Block a user