From b771287893647ef34c43341de9b27c7b8e0b91c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 6 Jan 2014 17:10:29 +0100 Subject: [PATCH] bump omniauth-twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6578b9431..f8cb5bfa1 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ gem 'strong_parameters' gem 'omniauth', '1.1.4' gem 'omniauth-facebook', '1.6.0' gem 'omniauth-tumblr', '1.1' -gem 'omniauth-twitter', '1.0.0' +gem 'omniauth-twitter', '1.0.1' gem 'twitter', '4.8.1' gem 'omniauth-wordpress','0.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index d73c85f4c..23bb743fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM omniauth (~> 1.0) omniauth-tumblr (1.1) omniauth-oauth (~> 1.0) - omniauth-twitter (1.0.0) + omniauth-twitter (1.0.1) multi_json (~> 1.3) omniauth-oauth (~> 1.0) omniauth-wordpress (0.2.0) @@ -470,7 +470,7 @@ DEPENDENCIES omniauth (= 1.1.4) omniauth-facebook (= 1.6.0) omniauth-tumblr (= 1.1) - omniauth-twitter (= 1.0.0) + omniauth-twitter (= 1.0.1) omniauth-wordpress (= 0.2.0) opengraph_parser (= 0.2.3) rack-cors (= 0.2.8)