Skip to content

Commit c3477c6

Browse files
committed
Update dependency to allow bootstrap-navbar ~> 2.0
1 parent eb77992 commit c3477c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_bootstrap_navbar.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Gem::Specification.new do |gem|
2525
gem.add_development_dependency 'rspec', '~> 2.13'
2626
gem.add_development_dependency 'guard-rspec', '~> 3.0'
2727

28-
gem.add_runtime_dependency 'bootstrap-navbar', '~> 1.1.0'
28+
gem.add_runtime_dependency 'bootstrap-navbar', '~> 2.0'
2929
gem.add_runtime_dependency 'rails', '>= 3.0.0'
3030
end

0 commit comments

Comments
 (0)