Skip to content

Commit

Permalink
Remove fastlane_core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Dec 14, 2016
1 parent 934c8be commit aad647b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
trainer (0.2.0)
trainer (0.3.0)
fastlane_core (>= 0.50.0, < 1.0.0)
plist (>= 3.1.0, < 4.0.0)

Expand All @@ -12,7 +12,7 @@ GEM
babosa (1.0.2)
coderay (1.1.1)
colored (1.2)
commander (4.3.5)
commander (4.4.0)
highline (~> 1.7.2)
credentials_manager (0.16.0)
colored
Expand All @@ -21,10 +21,10 @@ GEM
security
diff-lcs (1.2.5)
excon (0.45.4)
fastlane_core (0.50.0)
fastlane_core (0.50.3)
babosa
colored
commander (= 4.3.5)
commander (>= 4.4.0, <= 5.0.0)
credentials_manager (>= 0.16.0, < 1.0.0)
excon (~> 0.45.0)
gh_inspector (>= 1.0.1, < 2.0.0)
Expand Down
1 change: 0 additions & 1 deletion trainer.gemspec
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'fastlane_core', ">= 0.50.0", "< 1.0.0"
spec.add_dependency 'plist', ">= 3.1.0", "< 4.0.0"

# Development only
Expand Down

0 comments on commit aad647b

Please sign in to comment.