diff --git a/Gemfile b/Gemfile index cba81dc51..457556eaa 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'rubyzip', '~> 1.2.0' gem 'sass-rails', '~> 5.0', '>= 5.0.4' gem 'savon', '~> 2.11.1' gem 'sitemap_generator', '~> 5.3.1' -gem 'social-share-button', '~> 0.10' +gem 'social-share-button', '~> 1.1' gem 'sprockets', '~> 3.7.1' gem 'turbolinks', '~> 2.5.3' gem 'turnout', '~> 2.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index d4ff03fcf..7b6b02a6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,7 +423,7 @@ GEM simplecov-html (0.10.1) sitemap_generator (5.3.1) builder (~> 3.0) - social-share-button (0.10.0) + social-share-button (1.1.0) coffee-rails socksify (1.7.1) spring (2.0.2) @@ -562,7 +562,7 @@ DEPENDENCIES savon (~> 2.11.1) scss_lint (~> 0.54.0) sitemap_generator (~> 5.3.1) - social-share-button (~> 0.10) + social-share-button (~> 1.1) spring (~> 2.0.1) spring-commands-rspec (~> 1.0.4) sprockets (~> 3.7.1)