ncbo / ontologies_api_ruby_client

A Ruby client for accessing NCBO's hypermedia api
Other
2 stars 6 forks source link

Fix: unpin activesupport version (for Rails >= 6.1) #11

Closed syphax-bouazzouni closed 1 year ago

syphax-bouazzouni commented 2 years ago

The PR unpin the active support gem to be able to update the UI rails version from 6 to 6.1 (and then from 6.1 to 7)

requires ruby version >= 2.7.0