Ruby on Rails Wednesday, February 27, 2019

thanks @nanaya , i checked my gem list and found this;

bundler (2.0.1, default: 1.17.2).

any help??.

tried adding bundler version to gemfile but didn't work.i think that idea was dumb.

On Wed, Feb 27, 2019 at 11:55 AM nanaya <me@nanaya.pro> wrote:
Hi,

On Wed, Feb 27, 2019, at 20:42, Don Bottles wrote:
> HELLO, PLEASE I NEED HELP
> VERSIONS:
> ruby 2.6.1p33 (2019-01-30 revision 66950) [x64-mingw32]
> RAILS 5.2.2
>

Please avoid writing in all caps.

>
> when i run Rails server, this is what i get ::
> "You must use Bundler 2 or greater with this lockfile."
> though my using Bundler version 2.0.1
>

Try

bundle --version

If you have 2.0.1 installed (check using `gem list`) but the command above returns 1.x, try

bundle _2.0.1_

--
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/8a552e5e-a846-4ac0-9c85-88a9e452d4de%40www.fastmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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/CAJvOKtG1z2PkMgqdfC2k9nxZJRvYaW7PFbZP76PmCk4pK5wVyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment