add skylight

This commit is contained in:
2022-11-18 22:41:02 +02:00
parent 45a87d6d98
commit 05bc8cbc66
3 changed files with 9 additions and 3 deletions

View File

@ -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"