Add rest-client in the Gemfile for mailgun
This commit is contained in:
parent
914884660b
commit
11c453a46a
2 changed files with 2 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -2,3 +2,4 @@ source "https://rubygems.org"
|
|||
|
||||
gem "fastlane"
|
||||
gem "xcodeproj"
|
||||
gem "rest-client"
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ GEM
|
|||
http-cookie (~> 1.0.0)
|
||||
faraday_middleware (1.0.0)
|
||||
faraday (~> 1.0)
|
||||
fastimage (2.1.7)
|
||||
fastimage (2.2.0)
|
||||
fastlane (2.153.1)
|
||||
CFPropertyList (>= 2.3, < 4.0.0)
|
||||
addressable (>= 2.3, < 3.0.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue