use github ruby2js
This commit is contained in:
parent
b0680404d3
commit
47d1e7953d
3
Gemfile
3
Gemfile
@ -16,7 +16,8 @@ gem 'html2haml'
|
|||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'carrierwave', '>= 3.0.0.beta', '< 4.0'
|
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" , "5.1.0"
|
||||||
gem "simple_form_tailwind_css"
|
gem "simple_form_tailwind_css"
|
||||||
|
|
||||||
|
16
Gemfile.lock
16
Gemfile.lock
@ -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
|
PATH
|
||||||
remote: ../merged
|
remote: ../merged
|
||||||
specs:
|
specs:
|
||||||
@ -10,13 +19,6 @@ PATH
|
|||||||
redcarpet
|
redcarpet
|
||||||
ruby2js (~> 5.0, >= 5.0.1)
|
ruby2js (~> 5.0, >= 5.0.1)
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../ruby2js
|
|
||||||
specs:
|
|
||||||
ruby2js (5.0.1)
|
|
||||||
parser
|
|
||||||
regexp_parser (~> 2.1.1)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -31,7 +31,7 @@ module HubfeenixFi
|
|||||||
# config.time_zone = "Central Time (US & Canada)"
|
# config.time_zone = "Central Time (US & Canada)"
|
||||||
# config.eager_load_paths << Rails.root.join("extras")
|
# config.eager_load_paths << Rails.root.join("extras")
|
||||||
|
|
||||||
config.autoload_paths << Rails.root.join('lib')
|
#config.autoload_paths << Rails.root.join('lib')
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user