bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

Should " gem.add_development_dependency 'active_support' " be " gem.add_development_dependency 'activesupport' " ? #178

Open ayonliu opened 10 years ago

ayonliu commented 10 years ago

file : genghisapp.gemspec , line: 21 Should " gem.add_development_dependency 'active_support' " be " gem.add_development_dependency 'activesupport' " ?

Wher i run "bundle install", i got this: Fetching gem metadata from https://ruby.taobao.org/........ Fetching additional metadata from https://ruby.taobao.org/.. Resolving dependencies... Could not find gem 'active_support (>= 0) ruby' in the gems available on this machine.

bobthecow commented 10 years ago

Yes. It's fixed in the develop branch, but that one's still a bit away from stable release.

ayonliu commented 10 years ago

Ok, thanks for the answer.