Gem::LoadError:指定';mysql2';用于数据库适配器,但未加载gem。(Ubuntu服务器)

Gem::LoadError:指定';mysql2';用于数据库适配器,但未加载gem。(Ubuntu服务器),mysql,ruby-on-rails,ruby,ubuntu,gem,Mysql,Ruby On Rails,Ruby,Ubuntu,Gem,我正在将ruby on rails应用程序部署到DigitalOcean Ubuntu服务器。但是我得到了这个Gem::LoadError:为数据库适配器指定了'mysql2',但是没有加载Gem。error 以下是全部错误: GEM remote: https://rubygems.org/ specs: actionmailer (4.2.3) actionpack (= 4.2.3) actionview (= 4.2.3) active

我正在将ruby on rails应用程序部署到DigitalOcean Ubuntu服务器。但是我得到了这个
Gem::LoadError:为数据库适配器指定了'mysql2',但是没有加载Gem。
error

以下是全部错误:

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.2.3)
      actionpack (= 4.2.3)
      actionview (= 4.2.3)
      activejob (= 4.2.3)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.3)
      actionview (= 4.2.3)
      activesupport (= 4.2.3)
      rack (~> 1.6)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (4.2.3)
      activesupport (= 4.2.3)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    activejob (4.2.3)
      activesupport (= 4.2.3)
      globalid (>= 0.3.0)
    activemodel (4.2.3)
      activesupport (= 4.2.3)
      builder (~> 3.1)
    activerecord (4.2.3)
      activemodel (= 4.2.3)
      activesupport (= 4.2.3)
      arel (~> 6.0)
    activesupport (4.2.3)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    arel (6.0.3)
    autoprefixer-rails (6.0.3)
      execjs
      json
    bcrypt (3.1.10)
    better_errors (2.1.1)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
      rack (>= 0.9.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bootstrap-sass (3.3.4.1)
      autoprefixer-rails (>= 5.0.0.1)
      sass (>= 3.2.19)
    builder (3.2.2)
    byebug (6.0.2)
    capistrano (3.4.0)
      i18n
      rake (>= 10.0.0)
      sshkit (~> 1.3)
    capistrano-bundler (1.1.4)
      capistrano (~> 3.1)
      sshkit (~> 1.2)
    capistrano-rails (1.1.3)
      capistrano (~> 3.1)
      capistrano-bundler (~> 1.1)
    capistrano-rvm (0.1.2)
      capistrano (~> 3.0)
      sshkit (~> 1.2)
    capistrano3-puma (1.2.1)
      capistrano (~> 3.0)
      puma (>= 2.6)
    choice (0.2.0)
    coderay (1.1.0)
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.9.1.1)
    colorize (0.7.7)
    daemons (1.2.3)
    debug_inspector (0.0.2)
    devise (3.5.2)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      responders
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    erubis (2.7.0)
    eventmachine (1.0.8)
    execjs (2.6.0)
    font-awesome-rails (4.4.0.0)
      railties (>= 3.2, < 5.0)
    globalid (0.3.6)
      activesupport (>= 4.1.0)
    haml (4.0.7)
      tilt
    i18n (0.7.0)
    jbuilder (2.3.2)
      activesupport (>= 3.0.0, < 5)
      multi_json (~> 1.2)
    jquery-rails (4.0.5)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (5.0.5)
      railties (>= 3.2.16)
    json (1.8.3)
    kaminari (0.16.3)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    mime-types (2.6.2)
    mini_portile (0.6.2)
    minitest (5.8.1)
    multi_json (1.11.2)
    mysql2 (0.3.20)
    nested_form (0.3.2)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (3.0.1)
    nokogiri (1.6.6.2)
      mini_portile (~> 0.6.0)
    orm_adapter (0.5.0)
    puma (2.14.0)
    rack (1.6.4)
    rack-pjax (0.8.0)
      nokogiri (~> 1.5)
      rack (~> 1.1)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.2.3)
      actionmailer (= 4.2.3)
      actionpack (= 4.2.3)
      actionview (= 4.2.3)
      activejob (= 4.2.3)
      activemodel (= 4.2.3)
      activerecord (= 4.2.3)
      activesupport (= 4.2.3)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.2.3)
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.7)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-erd (1.4.3)
      activerecord (>= 3.2)
      activesupport (>= 3.2)
      choice (~> 0.2.0)
      ruby-graphviz (~> 1.2)
    rails-html-sanitizer (1.0.2)
      loofah (~> 2.0)
    rails_12factor (0.0.2)
      rails_serve_static_assets
      rails_stdout_logging
    rails_admin (0.6.8)
      builder (~> 3.1)
      coffee-rails (~> 4.0)
      font-awesome-rails (>= 3.0, < 5)
      haml (~> 4.0)
      jquery-rails (>= 3.0, < 5)
      jquery-ui-rails (~> 5.0)
      kaminari (~> 0.14)
      nested_form (~> 0.3)
      rack-pjax (~> 0.7)
      rails (~> 4.0)
      remotipart (~> 1.0)
      safe_yaml (~> 1.0)
      sass-rails (>= 4.0, < 6)
    rails_serve_static_assets (0.0.4)
    rails_stdout_logging (0.0.4)
    railties (4.2.3)
      actionpack (= 4.2.3)
      activesupport (= 4.2.3)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.4.2)
    rdoc (4.2.0)
      json (~> 1.4)
    remotipart (1.2.1)
    responders (2.1.0)
      railties (>= 4.2.0, < 5)
    ruby-graphviz (1.2.2)
    safe_yaml (1.0.4)
    sass (3.4.18)
    sass-rails (5.0.4)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
    sprockets (3.3.5)
      rack (> 1, < 3)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sshkit (1.7.1)
      colorize (>= 0.7.0)
      net-scp (>= 1.1.2)
      net-ssh (>= 2.8.0)
    thin (1.6.4)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (~> 1.0)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (2.0.1)
    turbolinks (2.5.3)
      coffee-rails
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    tzinfo-data (1.2015.7)
      tzinfo (>= 1.0.0)
    uglifier (2.7.2)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    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)

PLATFORMS
  x86-mingw32

DEPENDENCIES
  better_errors
  bootstrap-sass (~> 3.3.4.1)
  byebug
  capistrano
  capistrano-bundler
  capistrano-rails
  capistrano-rvm
  capistrano3-puma
  coffee-rails (~> 4.1.0)
  devise
  execjs
  jbuilder (~> 2.0)
  jquery-rails
  jquery-ui-rails
  mysql2 (~> 0.3.18)
  puma
  rails (= 4.2.3)
  rails-erd
  rails_12factor (= 0.0.2)
  rails_admin (~> 0.6.8)
  sass-rails (~> 5.0)
  sdoc (~> 0.4.0)
  therubyracer
  thin
  turbolinks
  tzinfo-data
  uglifier (>= 1.3.0)
  web-console (~> 2.0)

这是我的文件。锁:

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.2.3)
      actionpack (= 4.2.3)
      actionview (= 4.2.3)
      activejob (= 4.2.3)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.3)
      actionview (= 4.2.3)
      activesupport (= 4.2.3)
      rack (~> 1.6)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (4.2.3)
      activesupport (= 4.2.3)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    activejob (4.2.3)
      activesupport (= 4.2.3)
      globalid (>= 0.3.0)
    activemodel (4.2.3)
      activesupport (= 4.2.3)
      builder (~> 3.1)
    activerecord (4.2.3)
      activemodel (= 4.2.3)
      activesupport (= 4.2.3)
      arel (~> 6.0)
    activesupport (4.2.3)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    arel (6.0.3)
    autoprefixer-rails (6.0.3)
      execjs
      json
    bcrypt (3.1.10)
    better_errors (2.1.1)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
      rack (>= 0.9.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bootstrap-sass (3.3.4.1)
      autoprefixer-rails (>= 5.0.0.1)
      sass (>= 3.2.19)
    builder (3.2.2)
    byebug (6.0.2)
    capistrano (3.4.0)
      i18n
      rake (>= 10.0.0)
      sshkit (~> 1.3)
    capistrano-bundler (1.1.4)
      capistrano (~> 3.1)
      sshkit (~> 1.2)
    capistrano-rails (1.1.3)
      capistrano (~> 3.1)
      capistrano-bundler (~> 1.1)
    capistrano-rvm (0.1.2)
      capistrano (~> 3.0)
      sshkit (~> 1.2)
    capistrano3-puma (1.2.1)
      capistrano (~> 3.0)
      puma (>= 2.6)
    choice (0.2.0)
    coderay (1.1.0)
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.9.1.1)
    colorize (0.7.7)
    daemons (1.2.3)
    debug_inspector (0.0.2)
    devise (3.5.2)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      responders
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    erubis (2.7.0)
    eventmachine (1.0.8)
    execjs (2.6.0)
    font-awesome-rails (4.4.0.0)
      railties (>= 3.2, < 5.0)
    globalid (0.3.6)
      activesupport (>= 4.1.0)
    haml (4.0.7)
      tilt
    i18n (0.7.0)
    jbuilder (2.3.2)
      activesupport (>= 3.0.0, < 5)
      multi_json (~> 1.2)
    jquery-rails (4.0.5)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (5.0.5)
      railties (>= 3.2.16)
    json (1.8.3)
    kaminari (0.16.3)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    mime-types (2.6.2)
    mini_portile (0.6.2)
    minitest (5.8.1)
    multi_json (1.11.2)
    mysql2 (0.3.20)
    nested_form (0.3.2)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (3.0.1)
    nokogiri (1.6.6.2)
      mini_portile (~> 0.6.0)
    orm_adapter (0.5.0)
    puma (2.14.0)
    rack (1.6.4)
    rack-pjax (0.8.0)
      nokogiri (~> 1.5)
      rack (~> 1.1)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.2.3)
      actionmailer (= 4.2.3)
      actionpack (= 4.2.3)
      actionview (= 4.2.3)
      activejob (= 4.2.3)
      activemodel (= 4.2.3)
      activerecord (= 4.2.3)
      activesupport (= 4.2.3)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.2.3)
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.7)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-erd (1.4.3)
      activerecord (>= 3.2)
      activesupport (>= 3.2)
      choice (~> 0.2.0)
      ruby-graphviz (~> 1.2)
    rails-html-sanitizer (1.0.2)
      loofah (~> 2.0)
    rails_12factor (0.0.2)
      rails_serve_static_assets
      rails_stdout_logging
    rails_admin (0.6.8)
      builder (~> 3.1)
      coffee-rails (~> 4.0)
      font-awesome-rails (>= 3.0, < 5)
      haml (~> 4.0)
      jquery-rails (>= 3.0, < 5)
      jquery-ui-rails (~> 5.0)
      kaminari (~> 0.14)
      nested_form (~> 0.3)
      rack-pjax (~> 0.7)
      rails (~> 4.0)
      remotipart (~> 1.0)
      safe_yaml (~> 1.0)
      sass-rails (>= 4.0, < 6)
    rails_serve_static_assets (0.0.4)
    rails_stdout_logging (0.0.4)
    railties (4.2.3)
      actionpack (= 4.2.3)
      activesupport (= 4.2.3)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.4.2)
    rdoc (4.2.0)
      json (~> 1.4)
    remotipart (1.2.1)
    responders (2.1.0)
      railties (>= 4.2.0, < 5)
    ruby-graphviz (1.2.2)
    safe_yaml (1.0.4)
    sass (3.4.18)
    sass-rails (5.0.4)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
    sprockets (3.3.5)
      rack (> 1, < 3)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sshkit (1.7.1)
      colorize (>= 0.7.0)
      net-scp (>= 1.1.2)
      net-ssh (>= 2.8.0)
    thin (1.6.4)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (~> 1.0)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (2.0.1)
    turbolinks (2.5.3)
      coffee-rails
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    tzinfo-data (1.2015.7)
      tzinfo (>= 1.0.0)
    uglifier (2.7.2)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    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)

PLATFORMS
  x86-mingw32

DEPENDENCIES
  better_errors
  bootstrap-sass (~> 3.3.4.1)
  byebug
  capistrano
  capistrano-bundler
  capistrano-rails
  capistrano-rvm
  capistrano3-puma
  coffee-rails (~> 4.1.0)
  devise
  execjs
  jbuilder (~> 2.0)
  jquery-rails
  jquery-ui-rails
  mysql2 (~> 0.3.18)
  puma
  rails (= 4.2.3)
  rails-erd
  rails_12factor (= 0.0.2)
  rails_admin (~> 0.6.8)
  sass-rails (~> 5.0)
  sdoc (~> 0.4.0)
  therubyracer
  thin
  turbolinks
  tzinfo-data
  uglifier (>= 1.3.0)
  web-console (~> 2.0)
GEM
远程:https://rubygems.org/
规格:
actionmailer(4.2.3)
actionpack(=4.2.3)
actionview(=4.2.3)
活动作业(=4.2.3)
邮件(~>2.5,>=2.5.4)
rails dom测试(~>1.0,>=1.0.5)
actionpack(4.2.3)
actionview(=4.2.3)
主动支持(=4.2.3)
机架(~>1.6)
机架测试(~>0.6.2)
rails dom测试(~>1.0,>=1.0.5)
rails html消毒剂(~>1.0,>=1.0.2)
actionview(4.2.3)
主动支持(=4.2.3)
生成器(~>3.1)
erubis(~>2.7.0)
rails dom测试(~>1.0,>=1.0.5)
rails html消毒剂(~>1.0,>=1.0.2)
activejob(4.2.3)
主动支持(=4.2.3)
globalid(>=0.3.0)
activemodel(4.2.3)
主动支持(=4.2.3)
生成器(~>3.1)
activerecord(4.2.3)
活动模型(=4.2.3)
主动支持(=4.2.3)
arel(~>6.0)
activesupport(4.2.3)
i18n(~>0.7)
json(~>1.7,>=1.7.7)
小型试验(~>5.1)
螺纹安全(~>0.3,>=0.3.4)
tzinfo(~>1.1)
阿雷尔(6.0.3)
自动刷新器导轨(6.0.3)
execjs
json
bcrypt(3.1.10)
更好的错误(2.1.1)
coderay(>=1.0.0)
erubis(>=2.6.6)
机架(>=0.9.0)
绑定调用方的调用(0.7.2)
调试检查程序(>=0.0.1)
引导式sass(3.3.4.1)
autoprefixer导轨(>=5.0.0.1)
sass(>=3.2.19)
建造商(3.2.2)
byebug(6.0.2)
卡皮斯特拉诺(3.4.0)
i18n
耙(大于等于10.0.0)
sshkit(~>1.3)
capistrano捆扎机(1.1.4)
capistrano(~>3.1)
sshkit(~>1.2)
capistrano轨道(1.1.3)
capistrano(~>3.1)
capistrano捆扎机(~>1.1)
capistrano rvm(0.1.2)
capistrano(~>3.0)
sshkit(~>1.2)
capistrano3美洲狮(1.2.1)
capistrano(~>3.0)
美洲狮(>=2.6)
选择(0.2.0)
coderay(1.1.0)
咖啡轨(4.1.0)
咖啡脚本(>=2.2.0)
钢轨(>=4.0.0,<5.0)
咖啡脚本(2.4.1)
咖啡脚本源
execjs
coffee脚本源(1.9.1.1)
着色(0.7.7)
守护进程(1.2.3)
调试检查程序(0.0.2)
设计(3.5.2)
bcrypt(~>3.0)
orm_适配器(~>0.1)
钢轨(>=3.2.6,<5)
响应者
线程安全(~>0.1)
典狱长(~>1.2.3)
erubis(2.7.0)
eventmachine(1.0.8)
execjs(2.6.0)
字体awesome rails(4.4.0.0)
钢轨(>=3.2,<5.0)
globalid(0.3.6)
activesupport(>=4.1.0)
haml(4.0.7)
倾斜
i18n(0.7.0)
jbuilder(2.3.2)
activesupport(>=3.0.0,<5)
多重json(~>1.2)
jquery rails(4.0.5)
rails dom测试(~>1.0)
钢轨(>=4.2.0)
雷神(>=0.14,<2.0)
jQueryUIRails(5.0.5)
钢轨(>=3.2.16)
json(1.8.3)
卡米纳里(0.16.3)
actionpack(>=3.0.0)
activesupport(>=3.0.0)
丝瓜(2.0.3)
nokogiri(>=1.5.9)
邮件(2.6.3)
mime类型(>=1.16,<3)
mime类型(2.6.2)
迷你端口(0.6.2)
小型试验(5.8.1)
多线程json(1.11.2)
mysql2(0.3.20)
嵌套形式(0.3.2)
净scp(1.2.1)
net ssh(>=2.6.5)
net ssh(3.0.1)
nokogiri(1.6.6.2)
迷你端口(~>0.6.0)
orm_适配器(0.5.0)
美洲狮(2.14.0)
机架(1.6.4)
机架pjax(0.8.0)
nokogiri(~>1.5)
机架(~>1.1)
机架测试(0.6.3)
机架(>=1.0)
轨道(4.2.3)
actionmailer(=4.2.3)
actionpack(=4.2.3)
actionview(=4.2.3)
活动作业(=4.2.3)
活动模型(=4.2.3)
活动记录(=4.2.3)
主动支持(=4.2.3)
捆绑机(>=1.3.0,<2.0)
栏杆(=4.2.3)
链轮轨道
rails-不推荐的_消毒液(1.0.3)
activesupport(>=4.2.0.alpha)
rails dom测试(1.0.7)
activesupport(>=4.2.0.beta,<5.0)
nokogiri(~>1.6.0)
rails-不推荐使用的_消毒剂(>=1.0.1)
轨道erd(1.4.3)
activerecord(>=3.2)
activesupport(>=3.2)
选择(~>0.2.0)
红宝石图形(~>1.2)
rails html消毒剂(1.0.2)
丝瓜(~>2.0)
轨道系数(0.0.2)
轨道服务静态资产
rails\u stdout\u日志记录
rails_admin(0.6.8)
生成器(~>3.1)
咖啡架(~>4.0)
字体(大于等于3.0,<5)
haml(~>4.0)
jquery rails(>=3.0,<5)
jQueryUIRails(~>5.0)
卡米纳里(~>0.14)
嵌套形式(~>0.3)
机架pjax(~>0.7)
轨道(~>4.0)
拆卸零件(~>1.0)
安全性(~>1.0)
sass轨道(>=4.0,<6)
轨道服务静态资产(0.0.4)
rails标准日志(0.0.4)
栏杆(4.2.3)
actionpack(=4.2.3)
主动支持(=4.2.3)
耙(大于等于0.8.7)
雷神(>=0.18.1,<2.0)
耙(10.4.2)
rdoc(4.2.0)
json(~>1.4)
移除部分(1.2.1)
响应者(2.1.0)
钢轨(>=4.2.0,<5)
ruby graphviz(1.2.2)
安全(1.0.4)
sass(3.4.18)
sass导轨(5.0.4)
钢轨(>=4.0.0,<5.0)
sass(~>3.1)
链轮(>=2.8,<4.0)
链轮轨道(>=2.0,<4.0)
倾斜(>=1.1,<3)
sdoc(0.4.1)
json(~>1.7,>=1.7.7)
rdoc(~>4.0)
链轮(3.3.5)
机架(>1,<3)
链轮轨道(2.3.3)
actionpack(>=3.0)
activesupport(>=3.0)
链轮(>=2.8,<4.0)
sshkit(1.7.1)
着色(>=0.7.0)
净scp(>=1.1.2)
net ssh(>=2.8.0)
薄(1.6.4)
守护进程(~>1.0,>=1.0.9)
eventmachine(~>1.0,>=1.0.4)
机架(~>1.0)
雷神(0.19.1)
螺纹安全(0.3。