Skip to content

Commit

Permalink
Don't require doorkeeper from local path
Browse files Browse the repository at this point in the history
  • Loading branch information
nessamurmur committed Sep 4, 2014
1 parent 46ecf66 commit e29094c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ source 'https://rubygems.org'
# Define Rails version
gem 'rails', ENV['rails']

gem 'doorkeeper', path: '/Users/sdengler/src/doorkeeper'
#gem 'doorkeeper', path: '/Users/sdengler/src/doorkeeper'
gem 'doorkeeper'

gem 'pry'
gem 'sqlite3'
Expand Down

0 comments on commit e29094c

Please sign in to comment.