Skip to content

Commit 6c4a16b

Browse files
author
Carol Nichols
committedDec 12, 2014
Relax railtie version so we can use foundation 2.2.1.2 w/rails 4
It totally works fine and now we don't have to update the CSS.
1 parent e6721c6 commit 6c4a16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎foundation.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Gem::Specification.new do |s|
2121
# specify any dependencies here; for example:
2222
# s.add_development_dependency "rspec"
2323
# s.add_runtime_dependency "rest-client"
24-
s.add_runtime_dependency "railties", ">= 3.1.0", "< 4.0"
24+
s.add_runtime_dependency "railties", ">= 4.0"
2525
s.add_runtime_dependency "jquery-rails", ">= 1.0"
2626
end

0 commit comments

Comments
 (0)
Failed to load comments.