You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?
The text was updated successfully, but these errors were encountered:
I am trying to use the gem with a Ruby on Rails 7 app. This fails:
Is this an intentional restriction, or can we just change ActiveSupport requirements to "any"?
The text was updated successfully, but these errors were encountered: