Skip to content

Commit

Permalink
make gem work with solidus_support >0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hefan committed Jun 13, 2020
1 parent db15e01 commit 3ae69be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_i18n.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
end

s.add_runtime_dependency 'solidus_core', ['>= 1.1', '< 3']
s.add_runtime_dependency 'solidus_support', '~> 0.4.0'
s.add_runtime_dependency 'solidus_support', '~> 0.4'

s.add_development_dependency 'solidus_dev_support'
end

0 comments on commit 3ae69be

Please sign in to comment.