Skip to content

Commit

Permalink
Darn, local path to bento_search keeps making it into our gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Aug 22, 2012
1 parent 6c6560a commit d21747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '3.2.6'
# gem 'rails', :git => 'git://github.com/rails/rails.git' # gem 'rails', :git => 'git://github.com/rails/rails.git'


gem 'sqlite3' gem 'sqlite3'
gem 'bento_search', :path => "../bento_search" gem 'bento_search', :git => "git://github.com/jrochkind/bento_search.git"
gem "celluloid" gem "celluloid"




Expand Down

0 comments on commit d21747b

Please sign in to comment.