Gemfile in jsonapi-authorization-0.6.1 vs Gemfile in jsonapi-authorization-0.8.0
- old
+ new
@@ -19,9 +19,9 @@
case jsonapi_resources_version
when 'master'
gem 'jsonapi-resources', git: 'https://github.com/cerebris/jsonapi-resources.git'
when 'default'
- gem 'jsonapi-resources', '0.7.0'
+ gem 'jsonapi-resources', '0.8.0.beta1'
else
gem 'jsonapi-resources', jsonapi_resources_version
end