We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a0509 commit 5d22a0bCopy full SHA for 5d22a0b
Gemfile
@@ -1,7 +1,3 @@
1
source 'https://rubygems.org'
2
3
-# TODO(beauby): Remove before merging.
4
-gem 'jsonapi-renderer', github: 'jsonapi-rb/jsonapi-renderer'
5
-gem 'jsonapi-serializable', github: 'jsonapi-rb/jsonapi-serializable'
6
-
7
gemspec
jsonapi-rails.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
spec.files = Dir['README.md', 'lib/**/*']
15
spec.require_path = 'lib'
16
17
- spec.add_dependency 'jsonapi-rb', '~> 0.3.0'
+ spec.add_dependency 'jsonapi-rb', '~> 0.4.0'
18
spec.add_dependency 'jsonapi-parser', '~> 0.1.0'
19
20
spec.add_development_dependency 'rails', '~> 5.0'
0 commit comments