Skip to content

Commit

Permalink
Limit compatibility to < 4.0.0 until #13 can be investigated
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed May 22, 2015
1 parent d5bbaf8 commit 801d188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-navigation-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 801d188

Please sign in to comment.