Skip to content

Commit

Permalink
Test inline-svg fork with Shakapacker 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed May 27, 2024
1 parent c65da63 commit 6f309c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.9'
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -169,9 +178,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.13.1)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -492,7 +498,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.9)
Expand Down

0 comments on commit 6f309c3

Please sign in to comment.