File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ install:
121121 # install fastlane (if at first you don't succeed, try once more)
122122 - bundle install || bundle install
123123
124- - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew install imagemagick; fi
125-
126124before_script :
127125 - if [[ $JS ]]; then greenkeeper-lockfile-update; fi
128126 # Fire up the Android emulator
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "badge"
43gem "fastlane"
54gem "hockeyapp"
65gem "json"
Original file line number Diff line number Diff line change 1313 public_suffix (>= 2.0.2 , < 4.0 )
1414 awesome_print (1.8.0 )
1515 babosa (1.0.2 )
16- badge (0.8.5 )
17- curb (~> 0.9 )
18- fastimage (>= 1.6 )
19- fastlane (>= 2.0 )
20- mini_magick (>= 4.5 )
2116 claide (1.0.2 )
2217 colored (1.2 )
2318 colored2 (3.1.2 )
2419 commander-fastlane (4.4.5 )
2520 highline (~> 1.7.2 )
2621 concurrent-ruby (1.0.5 )
27- curb (0.9.4 )
28- declarative (0.0.9 )
22+ declarative (0.0.10 )
2923 declarative-option (0.1.0 )
3024 diff-lcs (1.3 )
3125 docile (1.1.5 )
3226 domain_name (0.5.20170404 )
3327 unf (>= 0.0.5 , < 1.0.0 )
3428 dotenv (2.2.1 )
35- excon (0.58 .0 )
29+ excon (0.59 .0 )
3630 faraday (0.13.1 )
3731 multipart-post (>= 1.2 , < 3 )
3832 faraday-cookie_jar (0.0.6 )
4135 faraday_middleware (0.12.2 )
4236 faraday (>= 0.7.4 , < 1.0 )
4337 fastimage (2.1.0 )
44- fastlane (2.55 .0 )
38+ fastlane (2.56 .0 )
4539 CFPropertyList (>= 2.3 , < 3.0.0 )
4640 addressable (>= 2.3 , < 3.0.0 )
4741 babosa (>= 1.0.2 , < 2.0.0 )
7670 xcpretty-travis-formatter (>= 0.0.3 )
7771 fastlane-plugin-bugsnag (1.1.0 )
7872 gh_inspector (1.0.3 )
79- google-api-client (0.13.4 )
73+ google-api-client (0.13.6 )
8074 addressable (~> 2.5 , >= 2.5.1 )
8175 googleauth (~> 0.5 )
8276 httpclient (>= 2.8.1 , < 3.0 )
123117 mimemagic (0.3.2 )
124118 mini_magick (4.5.1 )
125119 minitest (5.10.3 )
126- multi_json (1.12.1 )
120+ multi_json (1.12.2 )
127121 multi_xml (0.6.0 )
128122 multipart-post (2.0.0 )
129123 nanaimo (0.2.3 )
@@ -190,13 +184,11 @@ PLATFORMS
190184 ruby
191185
192186DEPENDENCIES
193- badge
194187 fastlane
195188 fastlane-plugin-bugsnag
196189 hockeyapp
197190 json
198191 xcodeproj
199192
200-
201193BUNDLED WITH
202194 1.14.6
You can’t perform that action at this time.
0 commit comments