Skip to content

Commit

Permalink
Add actionview-svelte-hander gem
Browse files Browse the repository at this point in the history
I followed step 1 of these instructions [1] and ran the following
command:

      bundle add actionview-svelte-handler

[1]: https://codeberg.org/reesericci/actionview-svelte-handler/src/branch/main/docs/getting-started/install.md
  • Loading branch information
floehopper committed Sep 20, 2024
1 parent f6a93d6 commit 3f785d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ group :test do
gem "capybara"
gem "selenium-webdriver"
end

gem "actionview-svelte-handler", "~> 0.5.7"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview-svelte-handler (0.5.7)
rails (~> 7.0)
activejob (7.2.1)
activesupport (= 7.2.1)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -281,6 +283,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actionview-svelte-handler (~> 0.5.7)
bootsnap
brakeman
capybara
Expand Down

0 comments on commit 3f785d7

Please sign in to comment.