use github
This commit is contained in:
parent
cbaf858b1c
commit
527eddb35a
2
Gemfile
2
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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user