add skylight
This commit is contained in:
4
Gemfile
4
Gemfile
@ -1,7 +1,7 @@
|
||||
source 'https://rubygems.org'
|
||||
ruby '2.7.6'
|
||||
|
||||
gem 'rails' , "> 5.2"
|
||||
gem 'rails' , "~> 5.2"
|
||||
|
||||
|
||||
gem 'sass-rails'
|
||||
@ -15,7 +15,7 @@ gem 'opal', '~> 0.11.0'
|
||||
gem 'opal-rails'
|
||||
gem 'opal-jquery'
|
||||
gem 'opal-browser' , "0.2.0"
|
||||
|
||||
gem "skylight"
|
||||
gem "rubyx" , "0.6" , git: "https://github.com/ruby-x/rubyx" , require: false
|
||||
gem "rubyx-debugger" , "0.3" , git: "https://github.com/ruby-x/rubyx-debugger" , require: false
|
||||
gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
|
||||
|
Reference in New Issue
Block a user