dachinat / nextcloud

Nextcloud OCS and WebDAV API wrapper for Ruby.
https://rubygems.org/gems/nextcloud
MIT License
17 stars 17 forks source link

Loosen up activesupport version requirement for upcoming release #4

Closed brigriffin closed 3 years ago

brigriffin commented 5 years ago

The new version 6 of the activesupport gem will be coming out soon with Rails 6 and therefore would suggest already loosening up this gem version requirements to match version 5.1 up to and including 6.1.

The reason why I also included version 6.1 (and not only 6.0) of activesupport is because this enables Rails developers to use your nextcloud gem with the master branch of Rails 6 which is currently at version 6.1.0.alpha.

I tested your gem with the master branch of Rails and hence with activesupport 6.1.0alpha and it works fine without any further modifications of your gem.

Thank you very much in advance for considering this PR.