Ruby on Rails Monday, December 12, 2016



On Monday, December 12, 2016 at 4:00:39 PM UTC-5, Colin Law wrote:
On 12 December 2016 at 18:30, fugee ohu <fuge...@gmail.com> wrote:
> Getting this error re rack I think the problem is an unwanted gem or gem
> version somewhere Sometimes you shouldn't put gems in the Gemfile even if
> you're using them, it borks everything so I'm thinking there's a gem
> implicitly stated in my Gemfile that shouldn't be there
>
> Bundler could not find compatible versions for gem "rack":
>   In Gemfile:
>     rails (= 5.0.0.1) was resolved to 5.0.0.1, which depends on
>       actionpack (= 5.0.0.1) was resolved to 5.0.0.1, which depends on
>         rack (~> 2.0)
>
>     capybara was resolved to 2.11.0, which depends on
>       rack (>= 1.0.0)

Have you tried running
bundle update

Colin

Yes i edited the gemfile and have a new set of errors

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a3be280f-2220-4c6b-b386-fae5c2a21268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment