Skip to content

Commit

Permalink
Update Gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lgebhardt committed Jan 6, 2020
1 parent 3cbf7f7 commit 3d40cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonapi-authorization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = ["lib"]

spec.add_dependency "jsonapi-resources", "~> 0.9.0"
spec.add_dependency "jsonapi-resources", "~> 0.10.0"
spec.add_dependency "pundit", ">= 1.0.0", "< 3.0.0"

spec.add_development_dependency "appraisal"
spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "bundler", "~> 2.1.0"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.8"
spec.add_development_dependency "rspec-rails", "~> 3.8"
Expand Down

0 comments on commit 3d40cc1

Please sign in to comment.