mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 05:12:47 +01:00
Gem
This commit is contained in:
parent
971b91f95a
commit
3211deda5f
3
Gemfile
3
Gemfile
@ -1,10 +1,11 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
||||||
ruby ">= 2.6.10"
|
ruby "2.6.10"
|
||||||
gem "rubyzip", "2.3.0"
|
gem "rubyzip", "2.3.0"
|
||||||
gem "algolia", "2.3.0"
|
gem "algolia", "2.3.0"
|
||||||
gem "cocoapods", ">= 1.13", "< 1.15"
|
gem "cocoapods", ">= 1.13", "< 1.15"
|
||||||
gem "activesupport", ">= 6.1.7.3", "< 7.1.0"
|
gem "activesupport", ">= 6.1.7.3", "< 7.1.0"
|
||||||
gem "public_suffix", "4.0"
|
gem "public_suffix", "4.0"
|
||||||
|
gem "domain_name", "0.5.20190701"
|
||||||
gem "fastlane"
|
gem "fastlane"
|
@ -298,6 +298,7 @@ DEPENDENCIES
|
|||||||
activesupport (>= 6.1.7.3, < 7.1.0)
|
activesupport (>= 6.1.7.3, < 7.1.0)
|
||||||
algolia (= 2.3.0)
|
algolia (= 2.3.0)
|
||||||
cocoapods (>= 1.13, < 1.15)
|
cocoapods (>= 1.13, < 1.15)
|
||||||
|
domain_name (= 0.5.20190701)
|
||||||
fastlane
|
fastlane
|
||||||
public_suffix (= 4.0)
|
public_suffix (= 4.0)
|
||||||
rubyzip (= 2.3.0)
|
rubyzip (= 2.3.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user