Skip to content

Commit

Permalink
Merge pull request #105 from grk/resources-0.9.11
Browse files Browse the repository at this point in the history
Compatibility with [email protected]
  • Loading branch information
tiagopog authored Apr 14, 2020
2 parents 6d30f23 + 8ba1e27 commit df06bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonapi-utils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'jsonapi-resources', '0.9.10'
spec.add_runtime_dependency 'jsonapi-resources', '0.9.11'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.3.3'
Expand Down

0 comments on commit df06bd4

Please sign in to comment.