Skip to content

Commit

Permalink
Test against Spree 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vernondegoede committed Oct 11, 2018
1 parent 51bc2de commit 44bf023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_mollie_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spree_version = '>= 3.6.3', '< 4.0'
spree_version = '~> 3.6.3'
spec.add_dependency 'spree_core', spree_version
spec.add_dependency 'spree_backend', spree_version
spec.add_dependency 'spree_frontend', spree_version
Expand Down

0 comments on commit 44bf023

Please sign in to comment.