Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ruby-3.0.0 #292

Closed
jiikko opened this issue Feb 1, 2021 · 3 comments
Closed

Support ruby-3.0.0 #292

jiikko opened this issue Feb 1, 2021 · 3 comments

Comments

@jiikko
Copy link
Contributor

jiikko commented Feb 1, 2021

It was installed 0.6.1 if ruby-3.0.0.

$ ruby -v
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin20]

$ gem i deploygate
Fetching deploygate-0.6.1.gem

dg installed! To get started fast:

  $ dg deploy

Successfully installed deploygate-0.6.1
Parsing documentation for deploygate-0.6.1
Installing ri documentation for deploygate-0.6.1
Done installing documentation for deploygate after 0 seconds
1 gem installed
Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    Ruby x86_64-darwin-20

    bundler (>= 2.1.4, < 3.0) x86_64-darwin-20 was resolved to 2.2.3, which depends on
      Ruby (>= 2.3.0) x86_64-darwin-20

    deploygate x86_64-darwin-20 was resolved to 0.8.3, which depends on
      fastlane (~> 2.148.1) was resolved to 2.148.1, which depends on
        Ruby (>= 2.4)

    deploygate x86_64-darwin-20 was resolved to 0.8.3, which depends on
      fastlane (~> 2.148.1) was resolved to 2.148.1, which depends on
        google-api-client (< 0.39.0, >= 0.37.0) was resolved to 0.38.0, which depends on
          Ruby (~> 2.4)

The workaround is to use ruby-2.x.

@henteko
Copy link
Member

henteko commented Apr 2, 2021

dg command depends on fastlane.
We wait for fastlane ruby 3.0.0 support to be completed.
fastlane/fastlane#17931

@ainame
Copy link

ainame commented May 17, 2021

👋 We released v2.183.0 which unblocks Ruby 3 installation. Hope it works for this project🤞
https://github.com/fastlane/fastlane/releases/tag/2.183.0

@jmatsu jmatsu changed the title Can not install latest version with ruby-3.0.0 Support ruby-3.0.0 Jan 7, 2022
@jmatsu
Copy link
Member

jmatsu commented May 14, 2024

Closed by #321

@jmatsu jmatsu closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants