Gemfile in hipbot-0.1.0 vs Gemfile in hipbot-0.2.0

- old
+ new

@@ -3,11 +3,12 @@ gem 'rake' gem 'eventmachine' gem 'em-http-request' gem 'xmpp4r' gem 'httparty' -gem 'active_support' +gem 'activesupport' gem 'i18n' gem 'daemons' gem 'rspec' +gem 'guard-rspec' gem 'mocha'