fix opal version issue with elias help

This commit is contained in:
Torsten Ruger
2018-04-16 20:54:22 +03:00
parent 8d6e78c53f
commit 035f464237
4 changed files with 30 additions and 23 deletions

View File

@ -12,8 +12,10 @@ gem "susy" , "2.2.12"
gem 'high_voltage'
gem 'opal-rails'
gem 'opal-browser'
gem 'opal', '~> 0.11.0'
gem 'opal-rails' , "0.9.4"
gem 'opal-jquery', github: 'opal/opal-jquery'
gem 'opal-browser' , "0.2.0"
gem "rubyx-debugger" , "0.3" , path: "../rubyx-debugger" , require: false
gem "rubyx" , "0.6" , :path => "../rubyx" , require: false
gem "rx-file" , :git => "https://github.com/ruby-x/rx-file"