Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Legacy 3-0-stable] Allow minor globalize updates #3438

Draft
wants to merge 3 commits into
base: 3-0-stable
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/refinerycms-images.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- spec/*`.split("\n")

s.add_dependency 'dragonfly', '~> 1.1.0'
s.add_dependency 'globalize', ['>= 4.0.0', '< 5.2']
s.add_dependency 'globalize', ['>= 4.0.0', '< 5.4']
s.add_dependency 'refinerycms-core', version

s.required_ruby_version = Refinery::Version.required_ruby_version
Expand Down
2 changes: 1 addition & 1 deletion pages/refinerycms-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- spec/*`.split("\n")

s.add_dependency 'friendly_id', ['>= 5.1.0', '< 5.3']
s.add_dependency 'globalize', ['>= 4.0.0', '< 5.2']
s.add_dependency 'globalize', ['>= 4.0.0', '< 5.4']
s.add_dependency 'awesome_nested_set', '~> 3.0.0'
s.add_dependency 'seo_meta', '~> 2.0.0.rc.1'
s.add_dependency 'refinerycms-core', version
Expand Down
2 changes: 1 addition & 1 deletion resources/refinerycms-resources.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_dependency 'acts_as_indexed', '~> 0.8.0'
s.add_dependency 'dragonfly', '~> 1.1.0'
s.add_dependency 'globalize', ['>= 4.0.0', '< 5.2']
s.add_dependency 'globalize', ['>= 4.0.0', '< 5.4']
s.add_dependency 'refinerycms-core', version

s.required_ruby_version = Refinery::Version.required_ruby_version
Expand Down