fastlane: Problem trying to update fastlane

Hi! This is a problem I’m having, I can’t update fastlane. Any ideas on how to debug and solve this? Thanks! 👍

#######################################################################
# fastlane 1.38.0 is available. You are on 1.37.0.
# It is recommended to use the latest version.
# Update using 'sudo gem update fastlane'.
#######################################################################

1.38.0 Improvements
- Fixed using the wrong output path in the `cert` action
- Fixed bug in the `Fastfile` template file
- Enforcement of https URLs for the `install_xcode_plugin` action
- Added code coverage option for `xcodebuild` action
- Other smaller improvements

Update using 'sudo gem update fastlane'
LudvigHstvikMBP:test ludvig$ sudo gem update fastlane
Updating installed gems
Nothing to update
LudvigHstvikMBP:test ludvig$

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 23 (11 by maintainers)

Most upvoted comments

Ah, did you install fastlane via the Fabric Mac app?

It worked for me when I ran “gem update fastlane” i.e. without sudo.

Thanks! That worked

12 лип. 2016 р. о 5:34 пп David Ohayon notifications@github.com написав(ла):

Yeah! That would be great!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fastlane/fastlane/issues/824#issuecomment-232066519, or mute the thread https://github.com/notifications/unsubscribe/ACrI24o8l4xDFTT74dVgUjbL0n3vsDcYks5qU6XngaJpZM4GfxO4.

@ohwutup I installed fastlane yesterday via brew brew cask install fastlane

Today I’m seeing this: fastlane 2.11.0 is available. You are on 2.10.0. It is recommended to use the latest version. Please update using sudo gem update fastlane.

I tried with and without sudo as some comment above suggested:

Bunn-MBP:bunn$ sudo gem update fastlane Password: Updating installed gems Nothing to update

Bunn-MBP:bunn$ gem update fastlane Updating installed gems Nothing to update

ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]

Doing a bunn$ brew cask reinstall fastlane fixed the issue for me, but there’s definitely an issue with the gem update.

Yeah! That would be great!

We just deployed a new version so you should be able to get the most recent version of fastlane from the Fabric Mac app. 🚀

Try doing it without sudo. How did you install fastlane?