use github version of rubyx (not local)

This commit is contained in:
Torsten Ruger 2018-04-16 21:42:34 +03:00
parent ab67077eb7
commit 7fb9d9cfba
2 changed files with 20 additions and 20 deletions

12
Gemfile
View File

@ -14,14 +14,14 @@ gem 'high_voltage'
gem 'opal', '~> 0.11.0'
gem 'opal-rails' , "0.9.4"
gem 'opal-jquery', github: 'opal/opal-jquery'
gem 'opal-jquery', git: 'https://github.com/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"
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"
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]
gem 'rspec-rails'
end
@ -32,10 +32,8 @@ group :test do
end
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end

View File

@ -1,28 +1,30 @@
GIT
remote: git://github.com/opal/opal-jquery.git
remote: https://github.com/opal/opal-jquery
revision: f47a9b42da366cea270f743b05acf529f3077d35
specs:
opal-jquery (0.4.2)
opal (>= 0.10.0, < 0.12.0)
GIT
remote: https://github.com/ruby-x/rx-file
revision: c1de10352d8af105fe532008ceafcdd30b5fbdab
specs:
rx-file (0.3.0)
PATH
remote: ../rubyx-debugger
specs:
rubyx-debugger (0.3)
PATH
remote: ../rubyx
remote: https://github.com/ruby-x/rubyx
revision: 7c33f19bee4a87afda31ba9d01354d5513be9f2c
specs:
rubyx (0.6.0)
parser (~> 2.3.0)
rx-file (~> 0.3)
GIT
remote: https://github.com/ruby-x/rubyx-debugger
revision: 2e3475e040822ee48cfffaadcd019ebd47b43b84
specs:
rubyx-debugger (0.3)
GIT
remote: https://github.com/ruby-x/rx-file
revision: c1de10352d8af105fe532008ceafcdd30b5fbdab
specs:
rx-file (0.3.0)
GEM
remote: https://rubygems.org/
specs: