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

Ruby 3 Support #8

Closed
2 tasks done
narciero opened this issue Sep 25, 2021 · 0 comments · Fixed by #12
Closed
2 tasks done

Ruby 3 Support #8

narciero opened this issue Sep 25, 2021 · 0 comments · Fixed by #12

Comments

@narciero
Copy link

✅ Prerequisites

  • Did you perform a cursory search of open issues? Is this feature already requested elsewhere?
  • Are you reporting to the correct repository (magic-admin-ruby)?

✨ Feature Request

Hi, i was hoping to be able to use Magic in a new Rails 7 app with Ruby 3, however it appears the dependencies of this gem require Ruby (~> 2.2) and so i get an error when running bundle install.

🧩 Context

Here's my Gemfile

gem "magic-admin", ">= 0.1.2"

Output after running bin/bundle install

Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    Ruby (~> 3.0.2.0)

    magic-admin (>= 0.1.2) was resolved to 0.1.2, which depends on
      eth (~> 0.4) was resolved to 0.4.0, which depends on
        ethereum-base (~> 0.1.4) was resolved to 0.1.4, which depends on
          digest-sha3 (~> 1.1) was resolved to 1.1.0, which depends on
            Ruby (~> 2.2)

💻 Examples

[Do you have any example(s) for the requested feature? If so, describe/demonstrate your example(s) here.]

@q9f q9f mentioned this issue Mar 23, 2022
4 tasks
@FYJen FYJen mentioned this issue Mar 30, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant