Skip to content

Commit

Permalink
Update dependency to allow bootstrap-navbar ~> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Feb 14, 2014
1 parent b573001 commit fa07d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleman-bootstrap-navbar.gemspec
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'guard-rspec', '~> 3.0'
gem.add_development_dependency 'middleman-core', '>= 3.0'

gem.add_runtime_dependency 'bootstrap-navbar', '~> 1.0.2'
gem.add_runtime_dependency 'bootstrap-navbar', '~> 2.0'
gem.add_runtime_dependency 'middleman-core', '>= 3.0'
end

0 comments on commit fa07d15

Please sign in to comment.