Skip to content

Commit

Permalink
Merge pull request #75 from AlchemyCMS/allow-jsonapi.rb-2
Browse files Browse the repository at this point in the history
Allow jsonapi.rb 2.x
  • Loading branch information
tvdeyen authored Feb 1, 2024
2 parents 44784da + 57bb91c commit 94c4a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RSpec::Core::RakeTask.new(:spec)

task default: [:test_setup, :spec]

require "active_support"
require "active_support/core_ext/string"

desc "Setup test app"
Expand Down
2 changes: 1 addition & 1 deletion alchemy-json_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]

spec.add_dependency "alchemy_cms", [">= 7.0.0.a", "< 8"]
spec.add_dependency "jsonapi.rb", "~> 1.6"
spec.add_dependency "jsonapi.rb", [">= 1.6.0", "< 2.1"]

spec.add_development_dependency "factory_bot"
spec.add_development_dependency "github_changelog_generator"
Expand Down

0 comments on commit 94c4a10

Please sign in to comment.