spaceship/lib/spaceship/playground.rb in fastlane_hotfix-2.165.1 vs spaceship/lib/spaceship/playground.rb in fastlane_hotfix-2.187.0
- old
+ new
@@ -11,11 +11,11 @@
begin
Gem::Specification.find_by_name("pry")
rescue Gem::LoadError
puts("Could not find gem 'pry'".red)
puts("")
- puts("If you installed spaceship using `sudo gem install spaceship` run")
- puts(" sudo gem install pry".yellow)
+ puts("If you installed spaceship using `gem install spaceship` run")
+ puts(" gem install pry".yellow)
puts("to install the missing gem")
puts("")
puts("If you use a Gemfile add this to your Gemfile:")
puts(" gem 'pry'".yellow)
puts("and run " + "`bundle install`".yellow)