Skip to content

Commit

Permalink
Use unreleased version of actionview-svelte-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Sep 20, 2024
1 parent 3f785d7 commit d7da64d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ group :test do
gem "selenium-webdriver"
end

gem "actionview-svelte-handler", "~> 0.5.7"
gem "actionview-svelte-handler", git: "https://codeberg.org/reesericci/actionview-svelte-handler.git"
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://codeberg.org/reesericci/actionview-svelte-handler.git
revision: 6c5e8c30649482a77d6e846cd1d64e0d4facefdb
specs:
actionview-svelte-handler (0.5.7)
rails (~> 7.0)
zeitwerk (~> 2)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -45,8 +53,6 @@ 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 @@ -283,7 +289,7 @@ PLATFORMS
x86_64-linux

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

0 comments on commit d7da64d

Please sign in to comment.