adding debugger and opal rails

This commit is contained in:
Torsten Ruger
2018-04-16 20:36:16 +03:00
parent 9c241218b7
commit 8d6e78c53f
10 changed files with 103 additions and 11 deletions

View File

@ -11,8 +11,13 @@ gem "haml-rails"
gem "susy" , "2.2.12"
gem 'high_voltage'
gem "kramdown"
gem "maruku"
gem 'opal-rails'
gem 'opal-browser'
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"
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]