Re: [Rails] Re: Bundle The system cannot find the path specified.

2016-10-15 Thread Colin Law
On 15 October 2016 at 20:28, y nguyen wrote: > Hi Timothy, > > I have try to run 'gem install bundler' but i still ran into error. This > is my error > > ERROR: could not find a valid gem 'bundler' (>=0), here is why: > Unable to download data from https://rubygems.org/ - > SSL_

[Rails] Re: Bundle The system cannot find the path specified.

2016-10-15 Thread y nguyen
Hi Timothy, I have try to run 'gem install bundler' but i still ran into error. This is my error ERROR: could not find a valid gem 'bundler' (>=0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certifi

[Rails] Re: Bundle The system cannot find the path specified.

2016-08-27 Thread Jennifer Bedell
Thanks Timothy, super helpful! -- 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+unsubscr...@googlegroups.com. To post to this group, send

[Rails] Re: Bundle The system cannot find the path specified.

2016-07-20 Thread Timothy Chen
Try running `gem install bundler` and then `bundle install` On Wednesday, March 23, 2016 at 11:39:15 AM UTC-4, Ruby-Forum.com User wrote: > > I was going through tutorials in railstutorail.org. And I came up with > users password using bycrypt I add the gem 'bcrypt', '3.1.7' line in > gemfile

Re: [Rails] Re: Bundle The system cannot find the path specified.

2016-03-23 Thread Colin Law
On 23 March 2016 at 16:13, Aman Aman wrote: > ... > # Windows does not include zoneinfo files, so bundle the tzinfo-data gem > gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] Sorry, I forgot you are using Windows. You are on your own I am afraid unless someone else can help.

[Rails] Re: Bundle The system cannot find the path specified.

2016-03-23 Thread Aman Aman
Colin Law wrote in post #1182407: > Copy/paste your Gemfile here and also copy/paste the full output from > bundle install > > Colin My gemfile: source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.2.6' # Use mysql as the database for Act