Skip to content

Commit 9907f4c

Browse files
authored
Merge pull request #4132 from QuantiModo/feature/gemfile
Updated Gemfile.lock
2 parents bc43424 + 6593171 commit 9907f4c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@ source "https://rubygems.org"
22

33
gem "fastlane"
44
gem 'travis'
5+
#gem 'fastlane-plugin-cordova'
6+
#gem 'fastlane-plugin-ionic'
7+
#gem 'fastlane-plugin-upgrade_super_old_xcode_project'
8+
59
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
610
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ GEM
6666
xcodeproj (>= 1.5.7, < 2.0.0)
6767
xcpretty (~> 0.2.8)
6868
xcpretty-travis-formatter (>= 0.0.3)
69-
fastlane-plugin-cordova (2.0.0)
70-
fastlane-plugin-ionic (0.0.4)
71-
fastlane-plugin-upgrade_super_old_xcode_project (0.0.2)
7269
ffi (1.9.25)
7370
gh (0.14.0)
7471
addressable
@@ -178,10 +175,7 @@ PLATFORMS
178175

179176
DEPENDENCIES
180177
fastlane
181-
fastlane-plugin-cordova
182-
fastlane-plugin-ionic
183-
fastlane-plugin-upgrade_super_old_xcode_project
184178
travis
185179

186180
BUNDLED WITH
187-
1.16.1
181+
2.1.4

0 commit comments

Comments
 (0)