From 527eddb35a7b1a90f8db6aad4f19dea1796bc3d0 Mon Sep 17 00:00:00 2001 From: Torsten Date: Mon, 26 Dec 2022 21:02:42 +0200 Subject: [PATCH] use github --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 725f335..6d8818d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "importmap-rails" gem "sprockets-rails" gem "devise" -gem "ruby2js" , path: "../ruby2js" +gem "ruby2js" , git: "https://github.com/ruby2js/ruby2js/" , branch: "haml_fix" group :development, :test do gem "capybara" diff --git a/Gemfile.lock b/Gemfile.lock index 3608cb7..49ee0f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,7 @@ -PATH - remote: ../ruby2js +GIT + remote: https://github.com/ruby2js/ruby2js/ + revision: f204f4e8f14cde6e4d4c6aafc55251a8d488a78d + branch: haml_fix specs: ruby2js (5.0.1) parser