bootstrap-ruby / rails-bootstrap-navbar

Easily generate a Bootstrap navbar in your Rails app
http://bootstrap-ruby.github.io/rails-bootstrap-navbar
MIT License
60 stars 13 forks source link

Support for Rails 6.1 #17

Closed jesperronn closed 3 years ago

jesperronn commented 3 years ago

I am using rails-bootstrap-navbar in a project I want to upgrade to rails v6.1.0.

However, this project prevents the upgrade:

$ bundle update railties
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    railties (~> 6.1.0)

    rails_bootstrap_navbar was resolved to 3.0.0, which depends on
      rails (>= 3.0.0) was resolved to 6.0.3.4, which depends on
        railties (= 6.0.3.4)

I could not (yet) find a pull-request so I consider making a PR since I presume we dont need any changes to support new function

jesperronn commented 3 years ago

Sorry, I was reading the output incorrectly. The error is caused by me running

bundle update railties

however, it works when I run

bundle update railties rails

closing this issue. Sorry for the noise :)