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

Not working for Activesupport >5.x #30

Open
jensb opened this issue Feb 12, 2023 · 3 comments
Open

Not working for Activesupport >5.x #30

jensb opened this issue Feb 12, 2023 · 3 comments

Comments

@jensb
Copy link

jensb commented Feb 12, 2023

I am trying to use the gem with a Ruby on Rails 7 app. This fails:

$ bundle
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    nextcloud was resolved to 1.3.2, which depends on
      activesupport (~> 5.1)

    rails (~> 7.0.4) was resolved to 7.0.4, which depends on
      activesupport (= 7.0.4)

Is this an intentional restriction, or can we just change ActiveSupport requirements to "any"?

@jensb
Copy link
Author

jensb commented Feb 12, 2023

See also #29. Can we merge this?

@hdbreaker
Copy link

Hi, any way to do this? I need this gem in Ruby 6 and it does not work...

@jensb
Copy link
Author

jensb commented Jan 27, 2024

I don't know.
I eventually gave up and used the HTTParty gem to call the Nextcloud API endpoints manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants