From 801d1885352e10c9ab924c72d38917a1ef0c1c99 Mon Sep 17 00:00:00 2001 From: Peter Fern Date: Fri, 22 May 2015 11:49:33 +1000 Subject: [PATCH] Limit compatibility to < 4.0.0 until #13 can be investigated --- simple-navigation-bootstrap.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-navigation-bootstrap.gemspec b/simple-navigation-bootstrap.gemspec index 0805dff..535e2f2 100644 --- a/simple-navigation-bootstrap.gemspec +++ b/simple-navigation-bootstrap.gemspec @@ -18,6 +18,6 @@ Gem::Specification.new do |s| # specify any dependencies here; for example: s.add_development_dependency "rake" - s.add_runtime_dependency "simple-navigation", ">= 3.7.0" + s.add_runtime_dependency "simple-navigation", ">= 3.7.0", "< 4.0.0" s.add_runtime_dependency "railties", ">= 3.1" end