Skip to content

Commit

Permalink
Merge pull request #164 from DeployGate/work/update_fastlane_2.15.1
Browse files Browse the repository at this point in the history
Update fastlane 2.15.1
  • Loading branch information
henteko authored Feb 14, 2017
2 parents 5dd587a + 9c08cc2 commit aa6f240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploygate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ POST_INSTALL_MESSAGE
spec.add_dependency 'workers'

# ios build
spec.add_dependency 'fastlane', '~> 2.13.0'
spec.add_dependency 'fastlane', '~> 2.15.1'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
Expand Down
2 changes: 1 addition & 1 deletion lib/deploygate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeployGate
VERSION = '0.5.2'
VERSION = '0.5.3'
end

0 comments on commit aa6f240

Please sign in to comment.