Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 229b860

Browse files
committed
Relaxed globalize gem version
1 parent b40ba3e commit 229b860

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PATH
2222
specs:
2323
activeadmin-globalize (1.0.0)
2424
activeadmin
25-
globalize (~> 4.0.0)
25+
globalize (>= 3.0.4)
2626

2727
GEM
2828
remote: https://rubygems.org/
@@ -77,7 +77,7 @@ GEM
7777
execjs (2.0.2)
7878
formtastic (2.3.0.rc2)
7979
actionpack (>= 3.0)
80-
globalize (4.0.0)
80+
globalize (4.0.1)
8181
activemodel (>= 4.0.0, < 5)
8282
activerecord (>= 4.0.0, < 5)
8383
has_scope (0.6.0.rc)

activeadmin-globalize.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
1616
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "README.md"]
1717

1818
s.add_dependency "activeadmin"
19-
s.add_dependency "globalize", '~> 3.0.4'
19+
s.add_dependency "globalize", '>= 3.0.4'
2020
end
2121

0 commit comments

Comments
 (0)