Skip to content

Commit

Permalink
Set up watchbuild for fastlane 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu Wallner committed Dec 13, 2016
1 parent c0d0dc1 commit 50d3c1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions watchbuild.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ 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.60.0", "< 1.0.0" # all shared code and dependencies
spec.add_dependency "spaceship", ">= 0.39.0", "< 1.0.0" # communication with Apple
spec.add_dependency "fastlane", ">= 2.0.0", "< 3.0.0" # all shared code and dependencies
spec.add_dependency 'terminal-notifier' # show a notification once the build is ready

# Development only
Expand All @@ -34,6 +33,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'yard', '~> 0.8.7.4'
spec.add_development_dependency 'webmock', '~> 1.19.0'
spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'fastlane'
spec.add_development_dependency 'rubocop', '~> 0.44.0'
end

0 comments on commit 50d3c1b

Please sign in to comment.