Skip to content

Commit

Permalink
Merge pull request #177 from solidusio-contrib/waiting-for-dev/explic…
Browse files Browse the repository at this point in the history
…it_rails_6_1_dependency

Make dependency on Rails > 6.1 explicit
  • Loading branch information
kennyadsl committed Sep 6, 2021
2 parents fdf6604 + 48724a3 commit a8bb333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solidus_graphql_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Gem::Specification.new do |spec|

spec.add_dependency 'batch-loader', '>= 1.4.1', '< 1.6.0'
spec.add_dependency 'graphql', '>= 1.10', '< 1.12'
spec.add_dependency 'solidus_core', ['>= 2.5', '< 4']
spec.add_dependency 'rails', '~> 6.1'
spec.add_dependency 'solidus_core', ['>= 2.10', '< 4']
spec.add_dependency 'solidus_support', '~> 0.6'

spec.add_development_dependency 'graphql-docs', '~> 2.0.1'
Expand Down

0 comments on commit a8bb333

Please sign in to comment.