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 捆绑包更新创建了一个错误_Ruby On Rails_Ruby_Ruby On Rails 4_Bundler - Fatal编程技术网

Ruby on rails 捆绑包更新创建了一个错误

Ruby on rails 捆绑包更新创建了一个错误,ruby-on-rails,ruby,ruby-on-rails-4,bundler,Ruby On Rails,Ruby,Ruby On Rails 4,Bundler,当我在rails应用程序上运行bundle update时,出现以下错误: 论点错误/ 参数数量错误(2对1) 在 即使style.scss为空,错误仍然存在 我认为更新一个gem会破坏代码,但我不知道它是哪一个gem application.html.haml: %head %title= content_for?(:title) ? yield(:title) : "SocialPost - Ship for Less" = stylesheet_link_tag "style",

当我在rails应用程序上运行bundle update时,出现以下错误:

论点错误/ 参数数量错误(2对1) 在

即使style.scss为空,错误仍然存在

我认为更新一个gem会破坏代码,但我不知道它是哪一个gem

application.html.haml:

%head
  %title= content_for?(:title) ? yield(:title) : "SocialPost - Ship for Less"
  = stylesheet_link_tag "style", media: "all"
  = javascript_include_tag "application"
  = csrf_meta_tags
Gemfile.lock的差异:

diff --git a/Gemfile.lock b/Gemfile.lock
index 1fe4528..1696aa8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,7 +7,7 @@ GIT

 GIT
   remote: https://github.com/jordanbrock/bootstrap-daterangepicker-rails.git
-  revision: 91289922bfa61477af1a812f13541a12db5c8591
+  revision: c15e355432d0292dbce0dc9aca5ab79f12d333b6
   specs:
     bootstrap-daterangepicker-rails (0.0.8)
       railties (>= 3.1)
@@ -39,12 +39,12 @@ GEM
       multi_json (~> 1.3)
       thread_safe (~> 0.1)
       tzinfo (~> 0.3.37)
-    addressable (2.3.5)
-    annotate (2.6.1)
+    addressable (2.3.6)
+    annotate (2.6.2)
       activerecord (>= 2.3.0)
       rake (>= 0.8.7)
     arel (4.0.2)
-    atomic (1.1.14)
+    atomic (1.1.16)
     awesome_print (1.2.0)
     bcrypt-ruby (3.0.1)
     better_errors (1.1.0)
@@ -52,7 +52,7 @@ GEM
       erubis (>= 2.6.6)
     binding_of_caller (0.7.2)
       debug_inspector (>= 0.0.1)
-    bootstrap-sass (3.1.0.2)
+    bootstrap-sass (3.1.1.0)
       sass (~> 3.2)
     builder (3.1.4)
     capistrano (2.15.5)
@@ -67,9 +67,9 @@ GEM
       rack (>= 1.0.0)
       rack-test (>= 0.5.4)
       xpath (~> 2.0)
-    childprocess (0.4.0)
+    childprocess (0.5.2)
       ffi (~> 1.0, >= 1.0.11)
-    chunky_png (1.2.9)
+    chunky_png (1.3.0)
     clamp (0.6.3)
     climate_control (0.0.3)
       activesupport (>= 3.0)
@@ -84,58 +84,66 @@ GEM
       execjs
     coffee-script-source (1.7.0)
     columnize (0.3.6)
-    compass (0.12.2)
+    compass (0.12.4)
       chunky_png (~> 1.2)
       fssm (>= 0.2.7)
-      sass (~> 3.1)
-    compass-rails (1.1.3)
+      sass (~> 3.2.17)
+    compass-rails (1.1.6)
       compass (>= 0.12.2)
     countries (0.9.3)
       currencies (~> 0.4.2)
     country_select (1.3.1)
       countries (= 0.9.3)
-    cucumber (1.3.10)
+    cucumber (1.3.13)
       builder (>= 2.1.2)
       diff-lcs (>= 1.1.3)
       gherkin (~> 2.12)
       multi_json (>= 1.7.5, < 2.0)
-      multi_test (>= 0.0.2)
+      multi_test (>= 0.1.1)
     currencies (0.4.2)
     daemons (1.1.9)
     database_cleaner (1.2.0)
-    datagrid (1.0.5)
+    datagrid (1.1.2)
       rails (>= 3.0)
     debug_inspector (0.0.2)
-    debugger (1.6.5)
+    debugger (1.6.6)
       columnize (>= 0.3.1)
       debugger-linecache (~> 1.2.0)
-      debugger-ruby_core_source (~> 1.3.1)
+      debugger-ruby_core_source (~> 1.3.2)
     debugger-linecache (1.2.0)
-    debugger-ruby_core_source (1.3.1)
+    debugger-ruby_core_source (1.3.2)
     diff-lcs (1.2.5)
     erubis (2.7.0)
     eventmachine (1.0.3)
-    excon (0.31.0)
+    excon (0.32.1)
     execjs (2.0.2)
-    factory_girl (4.3.0)
+    factory_girl (4.4.0)
       activesupport (>= 3.0.0)
-    factory_girl_rails (4.3.0)
-      factory_girl (~> 4.3.0)
+    factory_girl_rails (4.4.1)
+      factory_girl (~> 4.4.0)
       railties (>= 3.0.0)
-    faker (1.2.0)
+    faker (1.3.0)
       i18n (~> 0.5)
     faraday (0.9.0)
       multipart-post (>= 1.2, < 3)
     ffi (1.9.3)
-    fog (1.20.0)
+    fog (1.21.0)
+      fog-brightbox
+      fog-core (~> 1.21, >= 1.21.1)
+      fog-json
+      nokogiri (~> 1.5, >= 1.5.11)
+    fog-brightbox (0.0.1)
+      fog-core
+      fog-json
+    fog-core (1.21.1)
       builder
-      excon (~> 0.31.0)
+      excon (~> 0.32)
       formatador (~> 0.2.0)
       mime-types
-      multi_json (~> 1.0)
       net-scp (~> 1.1)
       net-ssh (>= 2.1.3)
-      nokogiri (>= 1.5.11)
+    fog-json (1.0.0)
+      multi_json (~> 1.0)
     formatador (0.2.4)
     fssm (0.2.10)
     gelf (1.4.0)
@@ -156,9 +164,9 @@ GEM
       railties (~> 4.0.0)
     hashie (2.0.5)
     high_voltage (2.1.0)
-    highline (1.6.20)
+    highline (1.6.21)
     hike (1.2.3)
-    httparty (0.12.0)
+    httparty (0.13.0)
       json (~> 1.8)
       multi_xml (>= 0.5.2)
     i18n (0.6.9)
@@ -167,8 +175,8 @@ GEM
     jquery-rails (3.1.0)
       railties (>= 3.0, < 5.0)
       thor (>= 0.14, < 2.0)
-    jquery-ui-rails (4.1.1)
-      railties (>= 3.1.0)
+    jquery-ui-rails (4.2.0)
+      railties (>= 3.2.16)
     json (1.8.1)
     jwt (0.1.11)
       multi_json (>= 1.5)
@@ -182,7 +190,7 @@ GEM
       treetop (~> 1.4.8)
     method_source (0.8.2)
     mime-types (1.25.1)
-    mini_portile (0.5.2)
+    mini_portile (0.5.3)
     minitest (4.7.5)
     monetize (0.1.4)
     money (6.0.1)
@@ -193,8 +201,8 @@ GEM
       money (~> 6.0.0)
       railties (>= 3.0)
     mono_logger (1.1.0)
-    multi_json (1.8.4)
-    multi_test (0.0.3)
+    multi_json (1.9.2)
+    multi_test (0.1.1)
     multi_xml (0.5.5)
     multipart-post (2.0.0)
     net-scp (1.1.2)
@@ -226,14 +234,14 @@ GEM
       multi_json
       omniauth (~> 1.0)
       omniauth-oauth2 (~> 1.1)
-    open4 (1.3.0)
-    paperclip (4.1.0)
+    open4 (1.3.3)
+    paperclip (4.1.1)
       activemodel (>= 3.0.0)
       activesupport (>= 3.0.0)
       cocaine (~> 0.5.3)
       mime-types
     pg (0.17.1)
-    polyglot (0.3.3)
+    polyglot (0.3.4)
     pry (0.9.12.6)
       coderay (~> 1.0)
       method_source (~> 0.8)
@@ -263,24 +271,24 @@ GEM
       activesupport (= 4.0.0)
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
-    rake (10.1.1)
+    rake (10.2.1)
     rdoc (4.1.1)
       json (~> 1.4)
     redis (3.0.7)
     redis-namespace (1.4.1)
       redis (~> 3.0.4)
     ref (1.0.5)
-    resque (1.25.1)
+    resque (1.25.2)
       mono_logger (~> 1.0)
       multi_json (~> 1.0)
-      redis-namespace (~> 1.2)
+      redis-namespace (~> 1.3)
       sinatra (>= 0.9.2)
       vegas (~> 0.1.2)
-    rspec-core (2.14.7)
+    rspec-core (2.14.8)
     rspec-expectations (2.14.5)
       diff-lcs (>= 1.1.3, < 2.0)
-    rspec-mocks (2.14.5)
-    rspec-rails (2.14.1)
+    rspec-mocks (2.14.6)
+    rspec-rails (2.14.2)
       actionpack (>= 3.0)
       activemodel (>= 3.0)
       activesupport (>= 3.0)
@@ -288,7 +296,7 @@ GEM
       rspec-core (~> 2.14.0)
       rspec-expectations (~> 2.14.0)
       rspec-mocks (~> 2.14.0)
-    rubber (2.7.1)
+    rubber (2.7.4)
       capistrano (~> 2.12)
       clamp
       fog (~> 1.6)
@@ -296,8 +304,8 @@ GEM
       net-ssh (~> 2.6)
       open4
       thor
-    rubyzip (1.1.0)
-    sass (3.2.14)
+    rubyzip (1.1.2)
+    sass (3.2.18)
     sass-rails (4.0.1)
       railties (>= 4.0.0, < 5.0)
       sass (>= 3.1.10)
@@ -305,8 +313,8 @@ GEM
     sdoc (0.4.0)
       json (~> 1.8)
       rdoc (~> 4.0, < 5.0)
-    selenium-webdriver (2.39.0)
-      childprocess (>= 0.2.5)
+    selenium-webdriver (2.40.0)
+      childprocess (>= 0.5.0)
       multi_json (~> 1.0)
       rubyzip (~> 1.0)
       websocket (~> 1.0.4)
@@ -317,8 +325,8 @@ GEM
       rack (~> 1.4)
       rack-protection (~> 1.4)
       tilt (~> 1.3, >= 1.3.4)
-    slop (3.4.7)
-    sprockets (2.10.1)
+    slop (3.5.0)
+    sprockets (2.12.0)
       hike (~> 1.2)
       multi_json (~> 1.0)
       rack (~> 1.0)
@@ -330,19 +338,19 @@ GEM
     therubyracer (0.12.1)
       libv8 (~> 3.16.14.0)
       ref
-    thin (1.6.1)
+    thin (1.6.2)
       daemons (>= 1.0.9)
       eventmachine (>= 1.0.0)
       rack (>= 1.0.0)
-    thor (0.18.1)
-    thread_safe (0.1.3)
-      atomic
+    thor (0.19.1)
+    thread_safe (0.3.1)
+      atomic (>= 1.1.7, < 2)
     tilt (1.4.1)
     treetop (1.4.15)
       polyglot
       polyglot (>= 0.3.1)
-    tzinfo (0.3.38)
-    uglifier (2.4.0)
+    tzinfo (0.3.39)
+    uglifier (2.5.0)
       execjs (>= 0.3.0)
       json (>= 1.8.0)
     vegas (0.1.11)
diff--git a/Gemfile.lock b/Gemfile.lock
索引1fe4528..1696aa8 100644
---a/Gemfile.lock
+++b/Gemfile.lock
@@-7,7+7,7@@GIT
吉特
远程:https://github.com/jordanbrock/bootstrap-daterangepicker-rails.git
-修订:91289922bfa61477af1a812f13541a12db5c8591
+修订:c15e355432d0292dbce0dc9aca5ab79f12d333b6
规格:
引导daterangepicker rails(0.0.8)
钢轨(>=3.1)
@@-39,12+39,12@@GEM
多重json(~>1.3)
线程安全(~>0.1)
tzinfo(~>0.3.37)
-可寻址(2.3.5)
-注释(2.6.1)
+可寻址(2.3.6)
+注释(2.6.2)
activerecord(>=2.3.0)
耙(大于等于0.8.7)
阿雷尔(4.0.2)
-原子(1.1.14)
+原子(1.1.16)
awesome_打印(1.2.0)
bcrypt ruby(3.0.1)
更好的错误(1.1.0)
@@-52,7+52,7@@GEM
erubis(>=2.6.6)
绑定调用方的调用(0.7.2)
调试检查程序(>=0.0.1)
-引导式sass(3.1.0.2)
+引导式sass(3.1.1.0)
sass(~>3.2)
建造商(3.1.4)
卡皮斯特拉诺(2.15.5)
@@-67,9+67,9@@GEM
机架(>=1.0.0)
机架测试(>=0.5.4)
xpath(~>2.0)
-子进程(0.4.0)
+子进程(0.5.2)
外国金融机构(~>1.0,>=1.0.11)
-矮胖的巴布亚新几内亚(1.2.9)
+矮胖的巴布亚新几内亚(1.3.0)
夹具(0.6.3)
气候控制(0.0.3)
activesupport(>=3.0)
@@-84,58+84,66@@GEM
execjs
coffee脚本源代码(1.7.0)
列化(0.3.6)
-罗盘(0.12.2)
+罗盘(0.12.4)
矮胖的巴布亚新几内亚(~>1.2)
fssm(>=0.2.7)
-sass(~>3.1)
-罗盘导轨(1.1.3)
+sass(~>3.2.17)
+罗盘导轨(1.1.6)
罗盘(>=0.12.2)
国家(0.9.3)
货币(~>0.4.2)
国家/地区选择(1.3.1)
国家(=0.9.3)
-黄瓜(1.3.10)
+黄瓜(1.3.13)
建造商(>=2.1.2)
差异lcs(>=1.1.3)
小黄瓜(~>2.12)
multi_json(>=1.7.5,<2.0)
-多重检验(>=0.0.2)
+多重检验(>=0.1.1)
货币(0.4.2)
守护进程(1.1.9)
数据库清理器(1.2.0)
-数据网格(1.0.5)
+数据网格(1.1.2)
轨道(>=3.0)
调试检查程序(0.0.2)
-调试器(1.6.5)
+调试器(1.6.6)
列化(>=0.3.1)
调试器行缓存(~>1.2.0)
-debugger-ruby\u核心\u源代码(~>1.3.1)
+debugger-ruby\u核心\u源代码(~>1.3.2)
调试器linecache(1.2.0)
-debugger-ruby_内核_源代码(1.3.1)
+debugger-ruby_内核_源代码(1.3.2)
差异lcs(1.2.5)
erubis(2.7.0)
eventmachine(1.0.3)
-执行委员会(0.31.0)
+执行委员会(0.32.1)
execjs(2.0.2)
-工厂女孩(4.3.0)
+工厂女孩(4.4.0)
activesupport(>=3.0.0)
-工厂女孩轨道(4.3.0)
-工厂女孩(~>4.3.0)
+工厂女孩轨道(4.4.1)
+工厂女孩(~>4.4.0)
钢轨(>=3.0.0)
-伪造者(1.2.0)
+伪造者(1.3.0)
i18n(~>0.5)
法拉第(0.9.0)
多部分post(>=1.2,<3)
外国金融机构(1.9.3)
-雾(1.20.0)
+雾(1.21.0)
+雾亮盒
+雾芯(~>1.21,>=1.21.1)
+雾json
+诺科吉里(~>1.5,>=1.5.11)
+雾亮盒(0.0.1)
+雾芯
+雾json
+雾芯(1.21.1)
建设者
-excon(~>0.31.0)
+excon(~>0.32)
formatador(~>0.2.0)
mime类型
-多重json(~>1.0)
净scp(~>1.1)
net ssh(>=2.1.3)
-nokogiri(>=1.5.11)
+fog json(1.0.0)
+多重json(~>1.0)
formatador(0.2.4)
fssm(0.2.10)
gelf(1.4.0)
@@-156,9+164,9@@GEM
钢轨(~>4.0.0)
哈西(2.0.5)
高压(2.1.0)
-高端(1.6.20)
+高端(1.6.21)
徒步旅行(1.2.3)
-httparty(0.12.0)
+httparty(0.13.0)
json(~>1.8)
多xml(>=0.5.2)
i18n(0.6.9)
@@-167,8+175,8@@GEM
jquery rails(3.1.0)
钢轨(>=3.0,<5.0)
雷神(>=0.14,<2.0)
-jQueryUIRails(4.1.1)
-钢轨(>=3.1.0)
+jQueryUIRails(4.2.0)
+钢轨(>=3.2.16)
json(1.8.1)
jwt(0.1.11)
multi_json(>=1.5)
@@-182,7+190,7@@GEM
树梢(~>1.4.8)
方法_来源(0.8.2)
mime类型(1.25.1)
-迷你端口(0.5.2)
+迷你端口(0.5.3)
小型试验(4.7.5)
货币化(0.1.4)
货币(6.0.1)
@@-193,8+201,8@@GEM
货币(~>6.0.0)
钢轨(>=3.0)
单声道记录器(1.1.0)
-多线程json(1.8.4)
-多重检验(0.0.3)
+多线程json(1.9.2)
+多重检验(0.1.1)
多xml(0.5.5)
多部分post(2.0.0)
净scp(1.1.2)
@@-226,14+234,14@@GEM
多线程json
omniauth(~>1.0)
omniauth-oauth2(~>1.1)
-open4(1.3.0)
-回形针(4.1.0)
+open4(1.3.3)
+回形针(4.1.1)
activemodel(>=3.0.0)
activesupport(>=3.0.0)
可卡因(~>0.5.3)
mime类型
pg(0.17.1)
-polyglot(0.3.3)
+polyglot(0.3.4)
撬动(0.9.12.6)
coderay(~>1.0)
方法\u来源(~>0.8)
@@-263,24+271,24@@GEM
动态支持(=4.0.0)
耙(大于等于0.8.7)
雷神(>=0.18.1,<2.0)
-耙(10.1.1)
+耙(10.2.1)
rdoc(4.1.1)
json(~>1.4)
redis(3.0.7)
redis命名空间(1.4.1)
redis(~>3.0.4)
参考(1.0.5)
-resque(1.25.1)
+resque(1.25.2)
单声道记录器(~>1.0)
多重json(~>1.0)
-redis命名空间(~>1.2)
+redis命名空间(~>1.3)
西纳特拉(>=0.9.2)
维加斯(~>0.1.2)
-rspec核心(2.14.7)
+rspec核心(2.14.8)
rspec期望值(2.14.5)
差异lcs(>=1.1.3,<2.0)
-rspec模拟(2.14.5)
-rspec-ra
diff --git a/Gemfile.lock b/Gemfile.lock
index 1fe4528..1696aa8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,7 +7,7 @@ GIT

 GIT
   remote: https://github.com/jordanbrock/bootstrap-daterangepicker-rails.git
-  revision: 91289922bfa61477af1a812f13541a12db5c8591
+  revision: c15e355432d0292dbce0dc9aca5ab79f12d333b6
   specs:
     bootstrap-daterangepicker-rails (0.0.8)
       railties (>= 3.1)
@@ -39,12 +39,12 @@ GEM
       multi_json (~> 1.3)
       thread_safe (~> 0.1)
       tzinfo (~> 0.3.37)
-    addressable (2.3.5)
-    annotate (2.6.1)
+    addressable (2.3.6)
+    annotate (2.6.2)
       activerecord (>= 2.3.0)
       rake (>= 0.8.7)
     arel (4.0.2)
-    atomic (1.1.14)
+    atomic (1.1.16)
     awesome_print (1.2.0)
     bcrypt-ruby (3.0.1)
     better_errors (1.1.0)
@@ -52,7 +52,7 @@ GEM
       erubis (>= 2.6.6)
     binding_of_caller (0.7.2)
       debug_inspector (>= 0.0.1)
-    bootstrap-sass (3.1.0.2)
+    bootstrap-sass (3.1.1.0)
       sass (~> 3.2)
     builder (3.1.4)
     capistrano (2.15.5)
@@ -67,9 +67,9 @@ GEM
       rack (>= 1.0.0)
       rack-test (>= 0.5.4)
       xpath (~> 2.0)
-    childprocess (0.4.0)
+    childprocess (0.5.2)
       ffi (~> 1.0, >= 1.0.11)
-    chunky_png (1.2.9)
+    chunky_png (1.3.0)
     clamp (0.6.3)
     climate_control (0.0.3)
       activesupport (>= 3.0)
@@ -84,58 +84,66 @@ GEM
       execjs
     coffee-script-source (1.7.0)
     columnize (0.3.6)
-    compass (0.12.2)
+    compass (0.12.4)
       chunky_png (~> 1.2)
       fssm (>= 0.2.7)
-      sass (~> 3.1)
-    compass-rails (1.1.3)
+      sass (~> 3.2.17)
+    compass-rails (1.1.6)
       compass (>= 0.12.2)
     countries (0.9.3)
       currencies (~> 0.4.2)
     country_select (1.3.1)
       countries (= 0.9.3)
-    cucumber (1.3.10)
+    cucumber (1.3.13)
       builder (>= 2.1.2)
       diff-lcs (>= 1.1.3)
       gherkin (~> 2.12)
       multi_json (>= 1.7.5, < 2.0)
-      multi_test (>= 0.0.2)
+      multi_test (>= 0.1.1)
     currencies (0.4.2)
     daemons (1.1.9)
     database_cleaner (1.2.0)
-    datagrid (1.0.5)
+    datagrid (1.1.2)
       rails (>= 3.0)
     debug_inspector (0.0.2)
-    debugger (1.6.5)
+    debugger (1.6.6)
       columnize (>= 0.3.1)
       debugger-linecache (~> 1.2.0)
-      debugger-ruby_core_source (~> 1.3.1)
+      debugger-ruby_core_source (~> 1.3.2)
     debugger-linecache (1.2.0)
-    debugger-ruby_core_source (1.3.1)
+    debugger-ruby_core_source (1.3.2)
     diff-lcs (1.2.5)
     erubis (2.7.0)
     eventmachine (1.0.3)
-    excon (0.31.0)
+    excon (0.32.1)
     execjs (2.0.2)
-    factory_girl (4.3.0)
+    factory_girl (4.4.0)
       activesupport (>= 3.0.0)
-    factory_girl_rails (4.3.0)
-      factory_girl (~> 4.3.0)
+    factory_girl_rails (4.4.1)
+      factory_girl (~> 4.4.0)
       railties (>= 3.0.0)
-    faker (1.2.0)
+    faker (1.3.0)
       i18n (~> 0.5)
     faraday (0.9.0)
       multipart-post (>= 1.2, < 3)
     ffi (1.9.3)
-    fog (1.20.0)
+    fog (1.21.0)
+      fog-brightbox
+      fog-core (~> 1.21, >= 1.21.1)
+      fog-json
+      nokogiri (~> 1.5, >= 1.5.11)
+    fog-brightbox (0.0.1)
+      fog-core
+      fog-json
+    fog-core (1.21.1)
       builder
-      excon (~> 0.31.0)
+      excon (~> 0.32)
       formatador (~> 0.2.0)
       mime-types
-      multi_json (~> 1.0)
       net-scp (~> 1.1)
       net-ssh (>= 2.1.3)
-      nokogiri (>= 1.5.11)
+    fog-json (1.0.0)
+      multi_json (~> 1.0)
     formatador (0.2.4)
     fssm (0.2.10)
     gelf (1.4.0)
@@ -156,9 +164,9 @@ GEM
       railties (~> 4.0.0)
     hashie (2.0.5)
     high_voltage (2.1.0)
-    highline (1.6.20)
+    highline (1.6.21)
     hike (1.2.3)
-    httparty (0.12.0)
+    httparty (0.13.0)
       json (~> 1.8)
       multi_xml (>= 0.5.2)
     i18n (0.6.9)
@@ -167,8 +175,8 @@ GEM
     jquery-rails (3.1.0)
       railties (>= 3.0, < 5.0)
       thor (>= 0.14, < 2.0)
-    jquery-ui-rails (4.1.1)
-      railties (>= 3.1.0)
+    jquery-ui-rails (4.2.0)
+      railties (>= 3.2.16)
     json (1.8.1)
     jwt (0.1.11)
       multi_json (>= 1.5)
@@ -182,7 +190,7 @@ GEM
       treetop (~> 1.4.8)
     method_source (0.8.2)
     mime-types (1.25.1)
-    mini_portile (0.5.2)
+    mini_portile (0.5.3)
     minitest (4.7.5)
     monetize (0.1.4)
     money (6.0.1)
@@ -193,8 +201,8 @@ GEM
       money (~> 6.0.0)
       railties (>= 3.0)
     mono_logger (1.1.0)
-    multi_json (1.8.4)
-    multi_test (0.0.3)
+    multi_json (1.9.2)
+    multi_test (0.1.1)
     multi_xml (0.5.5)
     multipart-post (2.0.0)
     net-scp (1.1.2)
@@ -226,14 +234,14 @@ GEM
       multi_json
       omniauth (~> 1.0)
       omniauth-oauth2 (~> 1.1)
-    open4 (1.3.0)
-    paperclip (4.1.0)
+    open4 (1.3.3)
+    paperclip (4.1.1)
       activemodel (>= 3.0.0)
       activesupport (>= 3.0.0)
       cocaine (~> 0.5.3)
       mime-types
     pg (0.17.1)
-    polyglot (0.3.3)
+    polyglot (0.3.4)
     pry (0.9.12.6)
       coderay (~> 1.0)
       method_source (~> 0.8)
@@ -263,24 +271,24 @@ GEM
       activesupport (= 4.0.0)
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
-    rake (10.1.1)
+    rake (10.2.1)
     rdoc (4.1.1)
       json (~> 1.4)
     redis (3.0.7)
     redis-namespace (1.4.1)
       redis (~> 3.0.4)
     ref (1.0.5)
-    resque (1.25.1)
+    resque (1.25.2)
       mono_logger (~> 1.0)
       multi_json (~> 1.0)
-      redis-namespace (~> 1.2)
+      redis-namespace (~> 1.3)
       sinatra (>= 0.9.2)
       vegas (~> 0.1.2)
-    rspec-core (2.14.7)
+    rspec-core (2.14.8)
     rspec-expectations (2.14.5)
       diff-lcs (>= 1.1.3, < 2.0)
-    rspec-mocks (2.14.5)
-    rspec-rails (2.14.1)
+    rspec-mocks (2.14.6)
+    rspec-rails (2.14.2)
       actionpack (>= 3.0)
       activemodel (>= 3.0)
       activesupport (>= 3.0)
@@ -288,7 +296,7 @@ GEM
       rspec-core (~> 2.14.0)
       rspec-expectations (~> 2.14.0)
       rspec-mocks (~> 2.14.0)
-    rubber (2.7.1)
+    rubber (2.7.4)
       capistrano (~> 2.12)
       clamp
       fog (~> 1.6)
@@ -296,8 +304,8 @@ GEM
       net-ssh (~> 2.6)
       open4
       thor
-    rubyzip (1.1.0)
-    sass (3.2.14)
+    rubyzip (1.1.2)
+    sass (3.2.18)
     sass-rails (4.0.1)
       railties (>= 4.0.0, < 5.0)
       sass (>= 3.1.10)
@@ -305,8 +313,8 @@ GEM
     sdoc (0.4.0)
       json (~> 1.8)
       rdoc (~> 4.0, < 5.0)
-    selenium-webdriver (2.39.0)
-      childprocess (>= 0.2.5)
+    selenium-webdriver (2.40.0)
+      childprocess (>= 0.5.0)
       multi_json (~> 1.0)
       rubyzip (~> 1.0)
       websocket (~> 1.0.4)
@@ -317,8 +325,8 @@ GEM
       rack (~> 1.4)
       rack-protection (~> 1.4)
       tilt (~> 1.3, >= 1.3.4)
-    slop (3.4.7)
-    sprockets (2.10.1)
+    slop (3.5.0)
+    sprockets (2.12.0)
       hike (~> 1.2)
       multi_json (~> 1.0)
       rack (~> 1.0)
@@ -330,19 +338,19 @@ GEM
     therubyracer (0.12.1)
       libv8 (~> 3.16.14.0)
       ref
-    thin (1.6.1)
+    thin (1.6.2)
       daemons (>= 1.0.9)
       eventmachine (>= 1.0.0)
       rack (>= 1.0.0)
-    thor (0.18.1)
-    thread_safe (0.1.3)
-      atomic
+    thor (0.19.1)
+    thread_safe (0.3.1)
+      atomic (>= 1.1.7, < 2)
     tilt (1.4.1)
     treetop (1.4.15)
       polyglot
       polyglot (>= 0.3.1)
-    tzinfo (0.3.38)
-    uglifier (2.4.0)
+    tzinfo (0.3.39)
+    uglifier (2.5.0)
       execjs (>= 0.3.0)
       json (>= 1.8.0)
     vegas (0.1.11)
gem 'sass', '~> 3.2.0'
gem 'compass', '~> 0.12.4'
gem 'sass-rails', '~> 4.0.2'
gem 'compass-rails', '~> 1.1.7'