Skip to content

Commit

Permalink
bump omniauth-tumblr as tumblr made breaking api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Sep 30, 2012
1 parent 8678c14 commit 4c8e08e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'remotipart', '1.0.2'

gem 'omniauth', '1.1.1'
gem 'omniauth-facebook', '1.3.0'
gem 'omniauth-tumblr', '1.0'
gem 'omniauth-tumblr', '1.1'
gem 'omniauth-twitter', '0.0.11'

gem 'twitter', '2.0.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ GEM
omniauth-oauth2 (1.0.2)
oauth2 (~> 0.6.0)
omniauth (~> 1.0)
omniauth-tumblr (1.0)
omniauth-tumblr (1.1)
omniauth-oauth (~> 1.0)
omniauth-twitter (0.0.11)
multi_json (~> 1.3)
Expand Down Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
oink (= 0.9.3)
omniauth (= 1.1.1)
omniauth-facebook (= 1.3.0)
omniauth-tumblr (= 1.0)
omniauth-tumblr (= 1.1)
omniauth-twitter (= 0.0.11)
rack-cors (= 0.2.7)
rack-google-analytics (= 0.11.0)
Expand Down

1 comment on commit 4c8e08e

@apotek
Copy link

@apotek apotek commented on 4c8e08e Oct 5, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this fix. Waiting now for the pods to get updated so we can have joy. Thanks again.

Please sign in to comment.