Skip to content

Commit

Permalink
correctly include bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwand committed Feb 10, 2011
1 parent e79621a commit a780e77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
source :rubygems
source :gemcutter

gem 'tinder', "> 1.4.0"
gem 'twitter-stream'
gem 'tinder', ">= 1.4.3"
gem 'hpricot'
gem 'mime-types'
gem 'activesupport'
gem 'logging'
gem 'eventmachine'
gem 'i18n'
gem 'i18n'
2 changes: 2 additions & 0 deletions script/bot
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
BOT_ENVIRONMENT = ARGV.first
BOT_ROOT = File.join(File.dirname(__FILE__), '..')

require 'rubygems'
require 'bundler/setup'
require File.join(BOT_ROOT, 'lib', 'bot')

bot.connect
Expand Down

0 comments on commit a780e77

Please sign in to comment.