gym/lib/gym/commands_generator.rb in fastlane-2.14.2 vs gym/lib/gym/commands_generator.rb in fastlane-2.15.0.beta.20170213032052

- old
+ new

@@ -27,10 +27,10 @@ program :help, "Author", "Felix Krause <gym@krausefx.com>" program :help, "Website", "https://fastlane.tools" program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/gym" program :help_formatter, :compact - global_option("--verbose") { $verbose = true } + global_option("--verbose") { FastlaneCore::Globals.verbose = true } command :build do |c| c.syntax = "fastlane gym" c.description = "Just builds your app" c.action do |_args, options|