Skip to content

Commit

Permalink
Gem: fastlane is a dependency of this gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoody committed Jan 4, 2018
1 parent 56432db commit 747a20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'plist', ">= 3.1.0", "< 4.0.0"
spec.add_dependency 'fastlane', '>= 2.25.0'

# Development only
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rspec', '~> 3.1.0'
spec.add_development_dependency 'rubocop', '~> 0.38.0'
spec.add_development_dependency 'fastlane', '>= 2.25.0'
end

0 comments on commit 747a20d

Please sign in to comment.