use github ruby2js

This commit is contained in:
Torsten 2022-12-26 21:03:05 +02:00
parent b0680404d3
commit 47d1e7953d
3 changed files with 12 additions and 9 deletions

View File

@ -16,7 +16,8 @@ gem 'html2haml'
gem 'devise'
gem 'carrierwave', '>= 3.0.0.beta', '< 4.0'
gem "ruby2js" , path: "../ruby2js"
gem "ruby2js" , git: "https://github.com/ruby2js/ruby2js/" , branch: "haml_fix"
gem "simple_form" , "5.1.0"
gem "simple_form_tailwind_css"

View File

@ -1,3 +1,12 @@
GIT
remote: https://github.com/ruby2js/ruby2js/
revision: f204f4e8f14cde6e4d4c6aafc55251a8d488a78d
branch: haml_fix
specs:
ruby2js (5.0.1)
parser
regexp_parser (~> 2.1.1)
PATH
remote: ../merged
specs:
@ -10,13 +19,6 @@ PATH
redcarpet
ruby2js (~> 5.0, >= 5.0.1)
PATH
remote: ../ruby2js
specs:
ruby2js (5.0.1)
parser
regexp_parser (~> 2.1.1)
GEM
remote: https://rubygems.org/
specs:

View File

@ -31,7 +31,7 @@ module HubfeenixFi
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")
config.autoload_paths << Rails.root.join('lib')
#config.autoload_paths << Rails.root.join('lib')
end
end