0

I am new to Ruby on rails. I just installed the railsinstaller 3.0.3 for windows from the railsinstaller.org website.

It has rails version : 4.0.2 ruby version : 2.0

I also did a

bundle install

I cloned a project from github and when I try to run commands

rake db:create. or

rails s

It give me the following error :

DL is deprecated, please use Fiddle
For a better pry experience, please use ansicon: http://adoxa.3eeweb.com/ansicon.

Does anyone know what it means ? and how to resolve it ?

CodeNinja
  • 3,188
  • 19
  • 69
  • 112
  • 1
    Are you sure is giving you an error and not just a warning? Possibly related: http://stackoverflow.com/questions/15590450/ruby-2-0-0p0-irb-error-dl-is-deprecated-please-use-fiddle – fmendez Dec 26 '13 at 23:34

1 Answers1

0

Its a warning that appears on Windows installs of Ruby 2. See this post on the subject.

Community
  • 1
  • 1
rafroehlich2
  • 1,308
  • 12
  • 16