Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/53.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 尝试在Rails上安装reac时Rails gem依赖项_Ruby On Rails_Rubygems_React On Rails - Fatal编程技术网

Ruby on rails 尝试在Rails上安装reac时Rails gem依赖项

Ruby on rails 尝试在Rails上安装reac时Rails gem依赖项,ruby-on-rails,rubygems,react-on-rails,Ruby On Rails,Rubygems,React On Rails,您好,我正在尝试在现有项目中安装react_on_rails。我补充说 gem 'react_on_rails' 到我的gem文件并运行bundle安装。我收到以下错误消息: 因此,我运行bundle update并得到以下结果: 在这一点上,更新ruby是最后的手段,有没有其他方法可以让gems一起工作?我在一个空白的rails项目中安装了react-on-rails,使用的是我现在使用的ruby(2.1.6)的同一版本,它可以正常工作。这是我的Gemfile.lock GEM

您好,我正在尝试在现有项目中安装react_on_rails。我补充说

gem 'react_on_rails'
到我的gem文件并运行bundle安装。我收到以下错误消息:

因此,我运行bundle update并得到以下结果:

在这一点上,更新ruby是最后的手段,有没有其他方法可以让gems一起工作?我在一个空白的rails项目中安装了react-on-rails,使用的是我现在使用的ruby(2.1.6)的同一版本,它可以正常工作。这是我的Gemfile.lock

  GEM
  remote: https://rubygems.org/
  specs:
  CFPropertyList (2.3.2)
  aasm (3.2.0)
actionmailer (4.1.9)
  actionpack (= 4.1.9)
  actionview (= 4.1.9)
  mail (~> 2.5, >= 2.5.4)
  actionpack (4.1.9)
  actionview (= 4.1.9)
  activesupport (= 4.1.9)
  rack (~> 1.5.2)
  rack-test (~> 0.6.2)
actionview (4.1.9)
  activesupport (= 4.1.9)
  builder (~> 3.1)
  erubis (~> 2.7.0)
active_model_serializers (0.8.1)
  activemodel (>= 3.0)
activemodel (4.1.9)
  activesupport (= 4.1.9)
  builder (~> 3.1)
activerecord (4.1.9)
  activemodel (= 4.1.9)
  activesupport (= 4.1.9)
  arel (~> 5.0.0)
activesupport (4.1.9)
  i18n (~> 0.6, >= 0.6.9)
  json (~> 1.7, >= 1.7.7)
  minitest (~> 5.1)
  thread_safe (~> 0.1)
  tzinfo (~> 1.1)
addressable (2.3.6)
annotate (2.6.3)
  activerecord (>= 2.3.0)
  rake (>= 0.8.7)
arel (5.0.1.20140414130214)
aws-sdk (2.6.5)
  aws-sdk-resources (= 2.6.5)
aws-sdk-core (2.6.5)
  jmespath (~> 1.0)
aws-sdk-rails (1.0.1)
  aws-sdk-resources (~> 2)
  railties (>= 3)
aws-sdk-resources (2.6.5)
  aws-sdk-core (= 2.6.5)
bcrypt (3.1.7)
better_errors (1.1.0)
  coderay (>= 1.0.0)
  erubis (>= 2.6.6)
binding_of_caller (0.7.2)
  debug_inspector (>= 0.0.1)
bourbon (3.2.3)
  sass (~> 3.2)
  thor
builder (3.2.2)
byebug (4.0.5)
  columnize (= 0.9.0)
capistrano (3.0.1)
  i18n
  rake (>= 10.0.0)
  sshkit (>= 0.0.23)
capistrano-bundler (1.0.0)
  capistrano (>= 3.0.0.pre)
capistrano-rails (1.1.0)
  capistrano (>= 3.0.0)
  capistrano-bundler (>= 1.0.0)
carrierwave (0.10.0)
  activemodel (>= 3.2.0)
  activesupport (>= 3.2.0)
  json (>= 1.7)
  mime-types (>= 1.16)
celluloid (0.15.2)
  timers (~> 1.1.0)
chartkick (1.5.2)
choice (0.1.6)
chronic (0.10.2)
coderay (1.1.0)
coffee-rails (4.0.1)
  coffee-script (>= 2.2.0)
  railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
  coffee-script-source
  execjs
coffee-script-source (1.7.0)
cohort_me (0.0.3)
columnize (0.9.0)
crack (0.4.2)
  safe_yaml (~> 1.0.0)
daemons (1.1.9)
database_cleaner (1.3.0)
debug_inspector (0.0.2)
deep_cloneable (2.2.2)
  activerecord (>= 3.1.0, < 5.2.0)
devise (3.2.4)
  bcrypt (~> 3.0)
  orm_adapter (~> 0.1)
  railties (>= 3.2.6, < 5)
  thread_safe (~> 0.1)
  warden (~> 1.2.3)
diff-lcs (1.3)
docile (1.1.3)
dotenv (0.7.0)
em-websocket (0.5.1)
  eventmachine (>= 0.12.9)
  http_parser.rb (~> 0.6.0)
email_validator (1.4.0)
  activemodel
erubis (2.7.0)
eventmachine (1.0.3)
excon (0.45.4)
execjs (2.1.0)
factory_girl (4.4.0)
  activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
  factory_girl (~> 4.4.0)
  railties (>= 3.0.0)
faker (1.2.0)
  i18n (~> 0.5)
faraday (0.9.0)
  multipart-post (>= 1.2, < 3)
fast_stack (0.1.0)
  rake
  rake-compiler
ffi (1.9.3)
fission (0.5.0)
  CFPropertyList (~> 2.2)
flamegraph (0.1.0)
  fast_stack
flutie (2.0.0)
fog (1.37.0)
  fog-aliyun (>= 0.1.0)
  fog-atmos
  fog-aws (>= 0.6.0)
  fog-brightbox (~> 0.4)
  fog-core (~> 1.32)
  fog-dynect (~> 0.0.2)
  fog-ecloud (~> 0.1)
  fog-google (<= 0.1.0)
  fog-json
  fog-local
  fog-powerdns (>= 0.1.1)
  fog-profitbricks
  fog-radosgw (>= 0.0.2)
  fog-riakcs
  fog-sakuracloud (>= 0.0.4)
  fog-serverlove
  fog-softlayer
  fog-storm_on_demand
  fog-terremark
  fog-vmfusion
  fog-voxel
  fog-vsphere (>= 0.4.0)
  fog-xenserver
  fog-xml (~> 0.1.1)
  ipaddress (~> 0.5)
fog-aliyun (0.1.0)
  fog-core (~> 1.27)
  fog-json (~> 1.0)
  ipaddress (~> 0.8)
  xml-simple (~> 1.1)
fog-atmos (0.1.0)
  fog-core
  fog-xml
fog-aws (0.7.6)
  fog-core (~> 1.27)
  fog-json (~> 1.0)
  fog-xml (~> 0.1)
  ipaddress (~> 0.8)
fog-brightbox (0.10.1)
  fog-core (~> 1.22)
  fog-json
  inflecto (~> 0.0.2)
fog-core (1.35.0)
  builder
  excon (~> 0.45)
  formatador (~> 0.2)
fog-dynect (0.0.2)
  fog-core
  fog-json
  fog-xml
fog-ecloud (0.3.0)
  fog-core
  fog-xml
fog-google (0.1.0)
  fog-core
  fog-json
  fog-xml
fog-json (1.0.2)
  fog-core (~> 1.0)
  multi_json (~> 1.10)
fog-local (0.2.1)
  fog-core (~> 1.27)
fog-powerdns (0.1.1)
  fog-core (~> 1.27)
  fog-json (~> 1.0)
  fog-xml (~> 0.1)
fog-profitbricks (0.0.5)
  fog-core
  fog-xml
  nokogiri
fog-radosgw (0.0.4)
  fog-core (>= 1.21.0)
  fog-json
  fog-xml (>= 0.0.1)
fog-riakcs (0.1.0)
  fog-core
  fog-json
  fog-xml
fog-sakuracloud (1.7.3)
  fog-core
  fog-json
fog-serverlove (0.1.2)
  fog-core
  fog-json
fog-softlayer (1.0.2)
  fog-core
  fog-json
fog-storm_on_demand (0.1.1)
  fog-core
  fog-json
fog-terremark (0.1.0)
  fog-core
  fog-xml
fog-vmfusion (0.1.0)
  fission
  fog-core
fog-voxel (0.1.0)
  fog-core
  fog-xml
fog-vsphere (0.4.0)
  fog-core
  rbvmomi (~> 1.8)
fog-xenserver (0.2.2)
  fog-core
  fog-xml
fog-xml (0.1.2)
  fog-core
  nokogiri (~> 1.5, >= 1.5.11)
font-awesome-rails (4.6.1.0)
  railties (>= 3.2, < 5.1)
foreman (0.66.0)
  dotenv (~> 0.7.0)
  thor (~> 0.19.1)
formatador (0.2.5)
foundation-rails (5.4.5.0)
  railties (>= 3.1.0)
  sass (>= 3.2.0)
foundation-wysihtml5-rails (1.0.0)
  railties (>= 3.0)
fullcalendar-rails (2.0.2.0)
geokit (1.10.0)
geokit-rails (2.2.0)
  geokit (~> 1.5)
  rails (>= 3.0)
gmaps4rails (2.1.2)
groupdate (2.5.3)
  activesupport (>= 3)
guard (2.6.1)
  formatador (>= 0.2.4)
  listen (~> 2.7)
  lumberjack (~> 1.0)
  pry (>= 0.9.12)
  thor (>= 0.18.1)
guard-livereload (2.2.0)
  em-websocket (~> 0.5)
  guard (~> 2.0)
  multi_json (~> 1.8)
haml (4.0.5)
  tilt
haml-rails (0.5.3)
  actionpack (>= 4.0.1)
  activesupport (>= 4.0.1)
  haml (>= 3.1, < 5.0)
  railties (>= 4.0.1)
hashie (3.2.0)
hike (1.2.3)
http_parser.rb (0.6.0)
httparty (0.13.1)
  json (~> 1.8)
  multi_xml (>= 0.5.2)
hubspot-ruby (0.2.1)
  activesupport (>= 3.0.0)
  httparty (>= 0.10.0)
i18n (0.7.0)
icalendar (2.2.0)
inflecto (0.0.2)
infusionsoft (1.1.8)
ipaddress (0.8.0)
jbuilder (2.2.6)
  activesupport (>= 3.0.0, < 5)
  multi_json (~> 1.2)
jmespath (1.3.1)
jquery-cookie-rails (1.3.1.1)
  railties (>= 3.2.0, < 5.0)
jquery-rails (3.1.0)
  railties (>= 3.0, < 5.0)
  thor (>= 0.14, < 2.0)
json (1.8.2)
jwt (1.0.0)
kaminari (0.15.1)
  actionpack (>= 3.0.0)
  activesupport (>= 3.0.0)
kgio (2.9.2)
launchy (2.4.2)
  addressable (~> 2.3)
listen (2.7.5)
  celluloid (>= 0.15.2)
  rb-fsevent (>= 0.9.3)
  rb-inotify (>= 0.9)
lumberjack (1.0.6)
mail (2.6.3)
  mime-types (>= 1.16, < 3)
mandrill-api (1.0.53)
  excon (>= 0.16.0, < 1.0)
  json (>= 1.7.7, < 2.0)
method_source (0.8.2)
mime-types (1.25.1)
mini_portile2 (2.0.0)
minitest (5.5.1)
momentjs-rails (2.8.3)
  railties (>= 3.1)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-scp (1.2.1)
  net-ssh (>= 2.6.5)
net-ssh (3.0.1)
newrelic_rpm (3.14.2.312)
nokogiri (1.6.7.1)
  mini_portile2 (~> 2.0.0.rc2)
oauth2 (1.0.0)
  faraday (>= 0.8, < 0.10)
  jwt (~> 1.0)
  multi_json (~> 1.3)
  multi_xml (~> 0.5)
  rack (~> 1.2)
omniauth (1.2.2)
  hashie (>= 1.2, < 4)
  rack (~> 1.0)
omniauth-facebook (2.0.0)
  omniauth-oauth2 (~> 1.2)
omniauth-oauth2 (1.2.0)
  faraday (>= 0.8, < 0.10)
  multi_json (~> 1.3)
  oauth2 (~> 1.0)
  omniauth (~> 1.2)
orm_adapter (0.5.0)
paper_trail (4.0.0.beta2)
  activerecord (>= 3.0, < 6.0)
  activesupport (>= 3.0, < 6.0)
pdf-core (0.7.0)
pg (0.17.1)
prawn (2.2.2)
  pdf-core (~> 0.7.0)
  ttfunk (~> 1.5)
prawn-table (0.2.2)
  prawn (>= 1.3.0, < 3.0.0)
pry (0.9.12.6)
  coderay (~> 1.0)
  method_source (~> 0.8)
  slop (~> 3.4)
pry-remote (0.1.8)
  pry (~> 0.9)
  slop (~> 3.0)
quiet_assets (1.0.2)
  railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-attack (5.0.1)
  rack
rack-cors (0.4.1)
rack-test (0.6.3)
  rack (>= 1.0)
rack-timeout (0.0.4)
rails (4.1.9)
  actionmailer (= 4.1.9)
  actionpack (= 4.1.9)
  actionview (= 4.1.9)
  activemodel (= 4.1.9)
  activerecord (= 4.1.9)
  activesupport (= 4.1.9)
  bundler (>= 1.3.0, < 2.0)
  railties (= 4.1.9)
  sprockets-rails (~> 2.0)
rails-erd (1.1.0)
  activerecord (>= 3.0)
  activesupport (>= 3.0)
  choice (~> 0.1.6)
  ruby-graphviz (~> 1.0.4)
railties (4.1.9)
  actionpack (= 4.1.9)
  activesupport (= 4.1.9)
  rake (>= 0.8.7)
  thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (10.4.2)
rake-compiler (0.9.5)
  rake
rb-fsevent (0.9.4)
rb-inotify (0.9.4)
  ffi (>= 0.5.0)
rbvmomi (1.8.2)
  builder
  nokogiri (>= 1.4.1)
  trollop
recipient_interceptor (0.1.2)
  mail
redcarpet (3.1.2)
render_csv (2.0.0)
  rails (>= 3.0)
rest-client (1.6.7)
  mime-types (>= 1.16)
ri_cal (0.8.8)
rmagick (2.13.4)
rspec-core (3.5.4)
  rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
  diff-lcs (>= 1.2.0, < 2.0)
  rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
  diff-lcs (>= 1.2.0, < 2.0)
  rspec-support (~> 3.5.0)
rspec-rails (3.5.2)
  actionpack (>= 3.0)
  activesupport (>= 3.0)
  railties (>= 3.0)
  rspec-core (~> 3.5.0)
  rspec-expectations (~> 3.5.0)
  rspec-mocks (~> 3.5.0)
  rspec-support (~> 3.5.0)
rspec-support (3.5.0)
ruby-graphviz (1.0.9)
safe_yaml (1.0.3)
sass (3.4.12)
sass-rails (5.0.1)
  railties (>= 4.0.0, < 5.0)
  sass (~> 3.1)
  sprockets (>= 2.8, < 4.0)
  sprockets-rails (>= 2.0, < 4.0)
  tilt (~> 1.1)
seed_dump (3.2.1)
  activerecord (~> 4)
  activesupport (~> 4)
shoulda-matchers (2.6.1)
  activesupport (>= 3.0.0)
simplecov (0.8.2)
  docile (~> 1.1.0)
  multi_json
  simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slack-notifier (2.1.0)
slop (3.5.0)
smarty_streets (0.0.6)
  httparty (~> 0.11)
sprockets (2.12.3)
  hike (~> 1.2)
  multi_json (~> 1.0)
  rack (~> 1.0)
  tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.2.4)
  actionpack (>= 3.0)
  activesupport (>= 3.0)
  sprockets (>= 2.8, < 4.0)
sshkit (1.1.0)
  net-scp
  net-ssh
  term-ansicolor
stripe (1.9.9)
  mime-types (~> 1.25)
  multi_json (>= 1.0.4, < 2)
  rest-client (~> 1.4)
term-ansicolor (1.3.0)
  tins (~> 1.0)
thin (1.6.2)
  daemons (>= 1.0.9)
  eventmachine (>= 1.0.0)
  rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
timecop (0.7.1)
timers (1.1.0)
tins (1.5.1)
trollop (2.1.2)
ttfunk (1.5.0)
twilio-ruby (3.11.5)
  builder (>= 2.1.2)
  jwt (>= 0.1.2)
  multi_json (>= 1.3.0)
tzinfo (1.2.2)
  thread_safe (~> 0.1)
uglifier (2.5.0)
  execjs (>= 0.3.0)
  json (>= 1.8.0)
underscore-rails (1.8.3)
unicorn (4.8.3)
  kgio (~> 2.6)
  rack
  raindrops (~> 0.7)
unicorn-rails (2.1.1)
  rack
  unicorn
warden (1.2.3)
  rack (>= 1.0)
web-console (2.2.1)
  activemodel (>= 4.0)
  binding_of_caller (>= 0.7.2)
  railties (>= 4.0)
  sprockets-rails (>= 2.0, < 4.0)
webmock (1.18.0)
  addressable (>= 2.3.6)
  crack (>= 0.3.2)
whenever (0.9.4)
  chronic (>= 0.6.3)
xml-simple (1.1.5)

PLATFORMS
ruby

DEPENDENCIES
aasm (~> 3.2.0)
active_model_serializers (~> 0.8.1)
annotate
aws-sdk
aws-sdk-rails
better_errors
binding_of_caller
bourbon
byebug
capistrano
capistrano-rails
carrierwave
chartkick
chronic
coffee-rails
cohort_me
database_cleaner
deep_cloneable (~> 2.2.2)
devise
email_validator
factory_girl_rails
faker
flamegraph
flutie
fog
font-awesome-rails
foreman
foundation-rails (= 5.4.5.0)
foundation-wysihtml5-rails
fullcalendar-rails
geokit
geokit-rails
gmaps4rails
groupdate
guard-livereload
haml-rails
httparty (~> 0.13.1)
hubspot-ruby
icalendar
infusionsoft
jbuilder
jquery-cookie-rails
jquery-rails
kaminari (~> 0.15.1)
launchy
mandrill-api
momentjs-rails
newrelic_rpm
omniauth-facebook
paper_trail (~> 4.0.0.beta)
pg
prawn
prawn-table
pry
pry-remote
quiet_assets
rack-attack
rack-cors
rack-timeout
rails (>= 4.0.0)
rails-erd
recipient_interceptor
redcarpet
render_csv
rest-client
ri_cal
rmagick
rspec-rails (~> 3.5)
sass-rails
seed_dump
shoulda-matchers
simplecov
slack-notifier
smarty_streets
stripe
thin
timecop
twilio-ruby (~> 3.11.5)
uglifier
underscore-rails
unicorn-rails
web-console (~> 2.0)
webmock
whenever

BUNDLED WITH
 1.14.6
GEM
远程:https://rubygems.org/
规格:
CFPropertyList(2.3.2)
原子吸收光谱法(3.2.0)
actionmailer(4.1.9)
actionpack(=4.1.9)
actionview(=4.1.9)
邮件(~>2.5,>=2.5.4)
actionpack(4.1.9)
actionview(=4.1.9)
主动支持(=4.1.9)
机架(~>1.5.2)
机架测试(~>0.6.2)
actionview(4.1.9)
主动支持(=4.1.9)
生成器(~>3.1)
erubis(~>2.7.0)
活动\u模型\u序列化程序(0.8.1)
activemodel(>=3.0)
activemodel(4.1.9)
主动支持(=4.1.9)
生成器(~>3.1)
activerecord(4.1.9)
活动模型(=4.1.9)
主动支持(=4.1.9)
arel(~>5.0.0)
activesupport(4.1.9)
i18n(~>0.6,>=0.6.9)
json(~>1.7,>=1.7.7)
小型试验(~>5.1)
线程安全(~>0.1)
tzinfo(~>1.1)
可寻址(2.3.6)
注释(2.6.3)
activerecord(>=2.3.0)
耙(大于等于0.8.7)
阿雷尔(5.0.1.20140414130214)
aws sdk(2.6.5)
aws sdk资源(=2.6.5)
aws sdk核心(2.6.5)
jmespath(~>1.0)
aws sdk rails(1.0.1)
aws sdk资源(~>2)
钢轨(>=3)
aws sdk资源(2.6.5)
aws sdk核心(=2.6.5)
bcrypt(3.1.7)
更好的错误(1.1.0)
coderay(>=1.0.0)
erubis(>=2.6.6)
绑定调用方的调用(0.7.2)
调试检查程序(>=0.0.1)
波旁威士忌(3.2.3)
sass(~>3.2)
雷神
建造商(3.2.2)
byebug(4.0.5)
列化(=0.9.0)
卡皮斯特拉诺(3.0.1)
i18n
耙(大于等于10.0.0)
sshkit(>=0.0.23)
capistrano捆扎机(1.0.0)
capistrano(>=3.0.0.pre)
capistrano轨道(1.1.0)
capistrano(>=3.0.0)
capistrano捆扎机(>=1.0.0)
carrierwave(0.10.0)
activemodel(>=3.2.0)
activesupport(>=3.2.0)
json(>=1.7)
mime类型(>=1.16)
赛璐珞(0.15.2)
计时器(~>1.1.0)
chartkick(1.5.2)
选择(0.1.6)
慢性病(0.10.2)
coderay(1.1.0)
咖啡轨(4.0.1)
咖啡脚本(>=2.2.0)
钢轨(>=4.0.0,<5.0)
咖啡脚本(2.2.0)
咖啡脚本源
execjs
coffee脚本源代码(1.7.0)
队列(0.0.3)
列化(0.9.0)
裂纹(0.4.2)
安全性(大于1.0.0)
守护进程(1.1.9)
数据库清理器(1.3.0)
调试检查程序(0.0.2)
深可克隆(2.2.2)
activerecord(>=3.1.0,<5.2.0)
设计(3.2.4)
bcrypt(~>3.0)
orm_适配器(~>0.1)
钢轨(>=3.2.6,<5)
线程安全(~>0.1)
典狱长(~>1.2.3)
差异lcs(1.3)
温顺的(1.1.3)
dotenv(0.7.0)
em websocket(0.5.1)
eventmachine(>=0.12.9)
http_parser.rb(~>0.6.0)
电子邮件验证程序(1.4.0)
活动模型
erubis(2.7.0)
eventmachine(1.0.3)
执行委员会(0.45.4)
execjs(2.1.0)
工厂女孩(4.4.0)
activesupport(>=3.0.0)
工厂女孩轨道(4.4.1)
工厂女孩(~>4.4.0)
钢轨(>=3.0.0)
伪造者(1.2.0)
i18n(~>0.5)
法拉第(0.9.0)
多部分post(>=1.2,<3)
快速_堆栈(0.1.0)
耙
rake编译器
外国金融机构(1.9.3)
裂变(0.5.0)
CFPropertyList(~>2.2)
火焰图(0.1.0)
快速堆
flutie(2.0.0)
雾(1.37.0)
雾阿里云(>=0.1.0)
雾大气
雾aws(>=0.6.0)
雾亮盒(~>0.4)
雾芯(~>1.32)
雾动力(~>0.0.2)
雾ecloud(~>0.1)
雾谷歌(=0.1.1)
光纤陀螺
光纤陀螺天线罩GW(>=0.0.2)
雾里亚克斯酒店
雾樱花云(>=0.0.4)
雾与爱
雾软层
雾风暴按需提供
雾地标
雾融合
雾体素
雾vsphere(>=0.4.0)
fog xenserver
fog xml(~>0.1.1)
IP地址(~>0.5)
雾阿里云(0.1.0)
雾芯(~>1.27)
fog json(~>1.0)
IP地址(~>0.8)
xml简单(~>1.1)
雾大气(0.1.0)
雾芯
雾xml
雾自动气象站(0.7.6)
雾芯(~>1.27)
fog json(~>1.0)
雾xml(~>0.1)
IP地址(~>0.8)
雾亮盒(0.10.1)
雾芯(~>1.22)
雾json
拐点(~>0.0.2)
雾芯(1.35.0)
建设者
excon(~>0.45)
formatador(~>0.2)
雾动力(0.0.2)
雾芯
雾json
雾xml
雾ecloud(0.3.0)
雾芯
雾xml
fog google(0.1.0)
雾芯
雾json
雾xml
fog json(1.0.2)
雾芯(~>1.0)
多重json(~>1.10)
局部雾(0.2.1)
雾芯(~>1.27)
光纤陀螺powerdns(0.1.1)
雾芯(~>1.27)
fog json(~>1.0)
雾xml(~>0.1)
光纤陀螺profitbricks(0.0.5)
雾芯
雾xml
诺科吉里
光纤陀螺天线定向系统GW(0.0.4)
雾芯(>=1.21.0)
雾json
fog xml(>=0.0.1)
雾riakcs(0.1.0)
雾芯
雾json
雾xml
樱花雾云(1.7.3)
雾芯
雾json
雾服务器爱(0.1.2)
雾芯
雾json
雾软层(1.0.2)
雾芯
雾json
雾风暴按需(0.1.1)
雾芯
雾json
雾地标志(0.1.0)
雾芯
雾xml
雾vmfusion(0.1.0)
裂变
雾芯
雾体素(0.1.0)
雾芯
雾xml
雾vsphere(0.4.0)
雾芯
rbvmomi(~>1.8)
fog xenserver(0.2.2)
雾芯
雾xml
fog xml(0.1.2)
雾芯
诺科吉里(~>1.5,>=1.5.11)
字体(4.6.1.0)
钢轨(>=3.2,<5.1)
工头(0.66.0)
dotenv(~>0.7.0)
雷神(~>0.19.1)
formatador(0.2.5)
基础轨道(5.4.5.0)
钢轨(>=3.1.0)
sass(>=3.2.0)
foundation-wysihtml5-rails(1.0.0)
钢轨(>=3.0)
fullcalendar rails(2.0.2.0)
地理套件(1.10.0)
geokit导轨(2.2.0)
geokit(~>1.5)
轨道(>=3.0)
gmaps4rails(2.1.2)
分组日期(2.5.3)
activesupport(>=3)
防护罩(2.6.1)
formatador(>=0.2.4)
听(~>2.7)
伐木工人(~>1.0)
撬动(>=0.9.12)
雷神(>=0.18.1)
警卫利弗雷罗德(2.2.0)
em websocket(~>0.5)
防护罩(~>2.0)
多重json(~>1.8)
haml(4.0.5)
倾斜
haml钢轨(0.5.3)
actionpack(>=4.0.1)
activesupport(>=4.0.1)
haml(>=3.1,<5.0)
钢轨(>=4.0.1)
哈西(3.2.0)
徒步旅行(1.2.3)
http_parser.rb(0.6.0)
httparty(0.13.1)
json(~>1.8)
多xml(>=0.5.2)
hubspot红宝石(0.2.1)
activesupport(>=3.0.0)
httparty(>=0.10.0)
i18n(0.7.0)
伊卡尔
export PATH="$HOME/.rbenv/bin:$PATH"