mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
OPS:Gem
This commit is contained in:
parent
5c06f1d378
commit
dbf396cd5c
3
Gemfile
3
Gemfile
@ -3,7 +3,8 @@ source 'https://rubygems.org'
|
||||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
||||
ruby '>= 2.6.10'
|
||||
gem 'rubyzip', '2.3.0'
|
||||
gem "algolia", '2.3.0'
|
||||
gem 'cocoapods', '>= 1.13', '< 1.15'
|
||||
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
|
||||
gem "public_suffix", "4.0"
|
||||
gem "public_suffix", '4.0'
|
||||
gem "fastlane"
|
32
Gemfile.lock
32
Gemfile.lock
@ -13,6 +13,11 @@ GEM
|
||||
zeitwerk (~> 2.3)
|
||||
addressable (2.8.6)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
algolia (2.3.0)
|
||||
faraday (>= 0.15, < 3)
|
||||
faraday-net_http_persistent (>= 0.15, < 3)
|
||||
multi_json (~> 1.0)
|
||||
net-http-persistent
|
||||
algoliasearch (1.27.5)
|
||||
httpclient (~> 2.8, >= 2.8.3)
|
||||
json (>= 1.5.1)
|
||||
@ -79,6 +84,7 @@ GEM
|
||||
commander (4.6.0)
|
||||
highline (~> 2.0.0)
|
||||
concurrent-ruby (1.3.3)
|
||||
connection_pool (2.4.1)
|
||||
declarative (0.0.20)
|
||||
digest-crc (0.6.5)
|
||||
rake (>= 12.0.0, < 14.0.0)
|
||||
@ -90,15 +96,15 @@ GEM
|
||||
ethon (0.16.0)
|
||||
ffi (>= 1.15.0)
|
||||
excon (0.109.0)
|
||||
faraday (1.10.3)
|
||||
faraday (1.9.0)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
faraday-excon (~> 1.1)
|
||||
faraday-httpclient (~> 1.0)
|
||||
faraday-httpclient (< 3)
|
||||
faraday-multipart (~> 1.0)
|
||||
faraday-net_http (~> 1.0)
|
||||
faraday-net_http_persistent (~> 1.0)
|
||||
faraday-patron (~> 1.0)
|
||||
faraday-net_http (< 3)
|
||||
faraday-net_http_persistent (< 3)
|
||||
faraday-patron (< 3)
|
||||
faraday-rack (~> 1.0)
|
||||
faraday-retry (~> 1.0)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
@ -108,12 +114,16 @@ GEM
|
||||
faraday-em_http (1.0.0)
|
||||
faraday-em_synchrony (1.0.0)
|
||||
faraday-excon (1.1.0)
|
||||
faraday-httpclient (1.0.1)
|
||||
faraday-httpclient (2.0.1)
|
||||
httpclient (>= 2.2)
|
||||
faraday-multipart (1.0.4)
|
||||
multipart-post (~> 2)
|
||||
faraday-net_http (1.0.1)
|
||||
faraday-net_http_persistent (1.2.0)
|
||||
faraday-patron (1.0.0)
|
||||
faraday-net_http (2.1.0)
|
||||
faraday-net_http_persistent (2.0.2)
|
||||
faraday-net_http (< 3)
|
||||
net-http-persistent (~> 4.0)
|
||||
faraday-patron (2.0.1)
|
||||
patron (>= 0.4.2)
|
||||
faraday-rack (1.0.0)
|
||||
faraday-retry (1.0.3)
|
||||
faraday_middleware (1.2.0)
|
||||
@ -219,10 +229,13 @@ GEM
|
||||
nanaimo (0.3.0)
|
||||
nap (1.1.0)
|
||||
naturally (2.2.1)
|
||||
net-http-persistent (4.0.2)
|
||||
connection_pool (~> 2.2)
|
||||
netrc (0.11.0)
|
||||
nkf (0.2.0)
|
||||
optparse (0.5.0)
|
||||
os (1.1.4)
|
||||
patron (0.13.3)
|
||||
plist (3.7.1)
|
||||
public_suffix (4.0.0)
|
||||
rake (13.2.1)
|
||||
@ -283,6 +296,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
activesupport (>= 6.1.7.3, < 7.1.0)
|
||||
algolia (= 2.3.0)
|
||||
cocoapods (>= 1.13, < 1.15)
|
||||
fastlane
|
||||
public_suffix (= 4.0)
|
||||
|
Loading…
Reference in New Issue
Block a user