diff --git a/Gemfile b/Gemfile index 31f9b501..90c265d9 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'devise', '~> 4.9' gem 'friendly_id', '~> 5.5' gem 'http_accept_language', '~> 2.1' gem 'i18n-js', '~> 4.2' -gem 'inline_svg', '~> 1.9' +gem 'inline_svg', github: 'tagliala/inline_svg', branch: 'feat/support-shakapacker' gem 'jbuilder', '~> 2.12' gem 'kaminari', '~> 1.2' gem 'newrelic_rpm', '~> 9.11' diff --git a/Gemfile.lock b/Gemfile.lock index a0f7350d..6e32376c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/tagliala/inline_svg.git + revision: 3aa0e487be2bd280f3d0c22b7a9e93df4370018e + branch: feat/support-shakapacker + specs: + inline_svg (1.9.0) + activesupport (>= 3.0) + nokogiri (>= 1.6) + GEM remote: https://rubygems.org/ specs: @@ -170,9 +179,6 @@ GEM i18n-js (4.2.3) glob (>= 0.4.0) i18n - inline_svg (1.9.0) - activesupport (>= 3.0) - nokogiri (>= 1.6) io-console (0.7.2) irb (1.14.0) rdoc (>= 4.0.0) @@ -496,7 +502,7 @@ DEPENDENCIES friendly_id (~> 5.5) http_accept_language (~> 2.1) i18n-js (~> 4.2) - inline_svg (~> 1.9) + inline_svg! jbuilder (~> 2.12) kaminari (~> 1.2) newrelic_rpm (~> 9.11)