updates social-share-button version
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -36,7 +36,7 @@ gem 'acts_as_votable'
|
|||||||
gem 'simple_captcha2', require: 'simple_captcha'
|
gem 'simple_captcha2', require: 'simple_captcha'
|
||||||
gem 'ckeditor'
|
gem 'ckeditor'
|
||||||
gem 'cancancan'
|
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 'initialjs-rails', '0.2.0.1'
|
||||||
gem 'unicorn'
|
gem 'unicorn'
|
||||||
gem 'paranoia'
|
gem 'paranoia'
|
||||||
|
|||||||
14
Gemfile.lock
14
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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@@ -343,9 +352,6 @@ GEM
|
|||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.0)
|
simplecov-html (0.10.0)
|
||||||
social-share-button (0.1.8)
|
|
||||||
coffee-rails
|
|
||||||
sass-rails
|
|
||||||
spring (1.4.0)
|
spring (1.4.0)
|
||||||
sprockets (3.3.4)
|
sprockets (3.3.4)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
@@ -457,7 +463,7 @@ DEPENDENCIES
|
|||||||
sass-rails (~> 5.0)
|
sass-rails (~> 5.0)
|
||||||
savon
|
savon
|
||||||
simple_captcha2
|
simple_captcha2
|
||||||
social-share-button
|
social-share-button!
|
||||||
spring
|
spring
|
||||||
turbolinks
|
turbolinks
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user