nextcloud
nextcloud copied to clipboard
Not working for Activesupport >5.x
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"?
See also https://github.com/dachinat/nextcloud/pull/29. Can we merge this?
Hi, any way to do this? I need this gem in Ruby 6 and it does not work...
I don't know. I eventually gave up and used the HTTParty gem to call the Nextcloud API endpoints manually.