Skip to content

Commit

Permalink
Update globalize dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Mendo committed Sep 11, 2015
1 parent e333f1d commit 1ea47a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
nocms-pages (0.1.0)
awesome_nested_set (>= 3.0.0.rc.6)
globalize (~> 4.0, >= 4.0.0)
globalize (>= 4.0.0, < 5.1)
nocms-blocks (~> 1.1.1)
rails (~> 4.0, >= 4.0.3)

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

s.add_dependency "rails", '~> 4.0', '>= 4.0.3'
s.add_dependency "globalize", '~> 4.0', '>= 4.0.0'
s.add_dependency "globalize", '>= 4.0.0', '< 5.1'
s.add_dependency "awesome_nested_set", '>= 3.0.0.rc.6'
s.add_dependency "nocms-blocks", '~> 1.1.1'

Expand Down

0 comments on commit 1ea47a5

Please sign in to comment.