From 599ddbb575fae150a101db80413f9fa20b91d1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Wed, 23 Sep 2015 17:07:33 +0200 Subject: [PATCH] updates social-share-button version --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f03896695..869e687a0 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'acts_as_votable' gem 'simple_captcha2', require: 'simple_captcha' gem 'ckeditor' gem 'cancancan' -gem 'social-share-button' +gem 'social-share-button', git: 'https://github.com/huacnlee/social-share-button.git', ref: 'e46a6a3e82b86023bc' gem 'initialjs-rails', '0.2.0.1' gem 'unicorn' gem 'paranoia' diff --git a/Gemfile.lock b/Gemfile.lock index dd63edb80..28149a401 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/huacnlee/social-share-button.git + revision: e46a6a3e82b86023bc43b72c9379d3c6afe36b6b + ref: e46a6a3e82b86023bc + specs: + social-share-button (0.1.9) + coffee-rails + sass-rails + GEM remote: https://rubygems.org/ specs: @@ -343,9 +352,6 @@ GEM json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - social-share-button (0.1.8) - coffee-rails - sass-rails spring (1.4.0) sprockets (3.3.4) rack (~> 1.0) @@ -457,7 +463,7 @@ DEPENDENCIES sass-rails (~> 5.0) savon simple_captcha2 - social-share-button + social-share-button! spring turbolinks uglifier (>= 1.3.0)