diff --git a/Gemfile b/Gemfile index 2832f0a..aaa580d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,6 @@ ruby RUBY_VERSION gem "fastlane" + +plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') +eval(File.read(plugins_path), binding) if File.exist?(plugins_path) diff --git a/Gemfile.lock b/Gemfile.lock index 3fa1a99..8fe9b97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +GIT + remote: https://github.com/digital-me/fastlane-plugin-commit_android_version_bump + revision: 5c791192f8fd50f05bfeefcd938ed3954d8fc706 + specs: + fastlane-plugin-commit_android_version_bump (0.1.3) + GEM remote: https://rubygems.org/ specs: @@ -142,6 +148,7 @@ DEPENDENCIES fastlane + fastlane-plugin-commit_android_version_bump! RUBY VERSION ruby 2.0.0p648