Re: [Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread Don Bottles
my gosh, did it and now its giving me; `check_for_activated_spec!': You have already activated bundler 2.0.1, but your Gemfile requires bundler 1.17.2. Prepending `bundle exec` to your command may solve this. (Gem::LoadError) On Wed, Feb 27, 2019 at 12:34 PM nanaya wrote: > Hi, > > On Wed, Feb

Re: [Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread Don Bottles
ok On Wed, Feb 27, 2019 at 12:34 PM nanaya wrote: > Hi, > > On Wed, Feb 27, 2019, at 21:30, Don Bottles wrote: > > thanks @nanaya , i checked my gem list and found this; > > > > bundler (2.0.1, default: 1.17.2). > > > > any help??. > > > > Check the last part of my previous message. > > -- > Yo

Re: [Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread nanaya
Hi, On Wed, Feb 27, 2019, at 21:30, Don Bottles wrote: > thanks @nanaya , i checked my gem list and found this; > > bundler (2.0.1, default: 1.17.2). > > any help??. > Check the last part of my previous message. -- You received this message because you are subscribed to the Google Groups "Ru

Re: [Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread Don Bottles
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 wrote: > Hi, > > On Wed, Feb 27, 2019, at 20:42, Don Bottles wrote:

Re: [Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread nanaya
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 wit

[Rails] BUNDLER PROBLEM WITH RAILS SERVER

2019-02-27 Thread Don Bottles
HELLO, PLEASE I NEED HELP VERSIONS: ruby 2.6.1p33 (2019-01-30 revision 66950) [x64-mingw32] RAILS 5.2.2 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 -- You received this message because you are subs