Skip to content

Commit

Permalink
Pin dependencies. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
beauby authored Nov 30, 2017
1 parent 2b46966 commit 80c6d02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonapi-hanami.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
spec.files = Dir['README.md', 'lib/**/*']
spec.require_path = 'lib'

spec.add_dependency 'jsonapi-renderer', '~> 0.1.0'
spec.add_dependency 'jsonapi-serializable', '~> 0.1.3'
spec.add_dependency 'jsonapi-rb', '~> 0.1.1'

spec.add_development_dependency 'rake', '~> 11.3'
Expand Down

0 comments on commit 80c6d02

Please sign in to comment.