Skip to content

Commit

Permalink
Revert "Lock OmniAuth to a specific ref"
Browse files Browse the repository at this point in the history
This reverts commit bc1f7c9.
  • Loading branch information
sferik committed Mar 6, 2012
1 parent 876bc70 commit 80c34e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '~> 3.2'

gem 'haml', '~> 3.2.0.alpha'
gem 'omniauth', :git => 'git://github.com/intridea/omniauth.git', :ref => '50c354b813b0e37fac4c95f67c8c0c34a58bb924'
gem 'omniauth'
gem 'omniauth-twitter'
gem 'twitter'
gem 'twitter-text'
Expand Down
14 changes: 4 additions & 10 deletions Gemfile.lock
@@ -1,12 +1,3 @@
GIT
remote: git://github.com/intridea/omniauth.git
revision: 50c354b813b0e37fac4c95f67c8c0c34a58bb924
ref: 50c354b813b0e37fac4c95f67c8c0c34a58bb924
specs:
omniauth (1.0.1)
hashie (~> 1.2)
rack (~> 1.4)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -67,6 +58,9 @@ GEM
multi_json (1.1.0)
multipart-post (1.1.5)
oauth (0.4.5)
omniauth (1.0.3)
hashie (~> 1.2)
rack
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
Expand Down Expand Up @@ -142,7 +136,7 @@ PLATFORMS
DEPENDENCIES
haml (~> 3.2.0.alpha)
mocha
omniauth!
omniauth
omniauth-twitter
rails (~> 3.2)
sass-rails
Expand Down

0 comments on commit 80c34e6

Please sign in to comment.