Hi there,
I am trying to use this open source VTN emulator. It looks useful. However, I cannot run it.
1. "bundle install" -> This gives
Fetching gem metadata from http://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
You have requested:
torquebox-server ~> 3.0.2
The bundle currently has torquebox-server locked at 3.0.2.
Try running bundle update torquebox-server
If you are updating multiple gems in your Gemfile at once,
try passing them all to bundle update
2. "bundle update" -> This gives
Fetching gem metadata from http://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Could not find gem 'torquebox-server (~> 3.0.2) x86-mingw32' in any of the gem
sources listed in your Gemfile or available on this machine.
My running environment is
- Windows 10 64 bits.
- Rails 4.1 + Ruby 2.1 (tried 2.2 too.)
Do you have any suggestions to run your fantastic example?
Thank you.
p.s.- I would much appreciate if you could include "README" file so that I (and people) can follow easily.
Hi there,
I am trying to use this open source VTN emulator. It looks useful. However, I cannot run it.
1. "bundle install" -> This gives
Fetching gem metadata from http://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
You have requested:
torquebox-server ~> 3.0.2
The bundle currently has torquebox-server locked at 3.0.2.
Try running
bundle update torquebox-serverIf you are updating multiple gems in your Gemfile at once,
try passing them all to
bundle update2. "bundle update" -> This gives
Fetching gem metadata from http://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Could not find gem 'torquebox-server (~> 3.0.2) x86-mingw32' in any of the gem
sources listed in your Gemfile or available on this machine.
My running environment is
Do you have any suggestions to run your fantastic example?
Thank you.
p.s.- I would much appreciate if you could include "README" file so that I (and people) can follow easily.