Ruby on Rails Wednesday, September 6, 2017

Resolving dependencies.....
The latest bundler is 1.16.0.pre.1, but you are currently running 1.15.1.
To update, run `gem install bundler --pre`
Bundler could not find compatible versions for gem "railties":
  In Gemfile:
devise (>= 3.5.6, ~> 3.5) x64-mingw32 was resolved to 3.5.6, which depends
on
      railties (< 5, >= 3.2.6)

devise (>= 3.5.6, ~> 3.5) x64-mingw32 was resolved to 3.5.6, which depends
on
      railties (< 5, >= 3.2.6) x64-mingw32

devise (>= 3.5.6, ~> 3.5) x64-mingw32 was resolved to 3.5.6, which depends
on
      railties (< 5, >= 3.2.6) x86-mingw32

    rails (= 5.0) x86-mingw32 was resolved to 5.0.0, which depends on
      railties (= 5.0.0)

    rails (= 5.0) x86-mingw32 was resolved to 5.0.0, which depends on
      railties (= 5.0.0) x64-mingw32

    rails (= 5.0) x86-mingw32 was resolved to 5.0.0, which depends on
      railties (= 5.0.0) x86-mingw32


Here are  my problems on my problems on my mac.  I was using rails gem 4.2.5, but ran into a fix num error, and someone said that switching to rails 5.0 (in my gem file and running bundle update would fix it).

Unfortunately, I ran into more problems. :(



On Tuesday, September 5, 2017 at 8:37:11 AM UTC-4, Rolandas Barysas wrote:
What do you have in mind specifically? I can't recall the last time where I had any issues with bundler.

On Tue, Sep 5, 2017 at 3:07 PM, Joe Guerra <JGu...@jginfosys.com> wrote:
I'm trying to resolve some dependancies issues in my rails app.

How do you resolve these issues typically?

Thanks,
Joe

--
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-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e8499579-f2d4-466c-806b-d9eed1aedcb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Rolandas

--
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/a759d1ff-6b71-4bd5-a551-a865b061ff51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment