🔍
🏠
Stack Overflow
🎲
Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
undefined method `name' for "aaronh-chronic":String
Asked
Aug 13 '13 at 07:22
Active
Aug 13 '13 at 08:05
Viewed
140 times
-3
Im getting this error on bundle install
undefined method `name' for "aaronh-chronic":String (NoMethodError)
rail version 2.3.14
ruby-on-rails
ruby
ruby-on-rails-2
edited
Aug 13 '13 at 07:45
Ghaus
asked Aug 13 '13 at 07:22
Ghaus
1
3
I'm not getting this error.
–
Pol0nium
Aug 13 '13 at 07:50
Did you forget to put aaronh-chronic in quotes?
–
Himanshu
Aug 13 '13 at 07:50
1 Answers
1
1
This is due to gem problem,
Try this
gem update --system 1.6.2
answered Aug 13 '13 at 08:05
Rukmangathan Govindarajan
421
1
4
11