From 90c294c4d5f1fdec1e26c549b5debfa24839d2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de> Date: Thu, 4 Apr 2013 21:35:16 +0200 Subject: [PATCH] bump omniauth-twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 77dfbbb6b6..526e149c85 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ gem 'ruby-oembed', '0.8.8' gem 'omniauth', '1.1.3' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' -gem 'omniauth-twitter', '0.0.15' +gem 'omniauth-twitter', '0.0.16' gem 'twitter', '4.6.2' # Tags diff --git a/Gemfile.lock b/Gemfile.lock index fb0d50a2ef..e36829d153 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -239,7 +239,7 @@ GEM omniauth (~> 1.0) omniauth-tumblr (1.1) omniauth-oauth (~> 1.0) - omniauth-twitter (0.0.15) + omniauth-twitter (0.0.16) multi_json (~> 1.3) omniauth-oauth (~> 1.0) orm_adapter (0.4.0) @@ -451,7 +451,7 @@ DEPENDENCIES omniauth (= 1.1.3) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) - omniauth-twitter (= 0.0.15) + omniauth-twitter (= 0.0.16) rack-cors (= 0.2.7) rack-google-analytics (= 0.11.0) rack-piwik (= 0.2.2) -- GitLab