jetruby / apollo_upload_server-ruby

MIT License
180 stars 50 forks source link

Remove dependency on ActiveSupport #52

Closed pauljacksonrodgers closed 2 years ago

pauljacksonrodgers commented 2 years ago

I've removed the dependency on activesupport, so that no part of Rails is used in this gem. Only a single method was used (accessor_config) which wasn't really needed.

I've also removed the locks on the dependencies, which has bumped graphql up to 2.0.12.