From 1d9ecfd22e9a1992128673927fd723afa0dfafda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 11 Nov 2012 13:49:27 +0100 Subject: [PATCH 01/26] bump fog --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 61f24e298..97fb0a692 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite' # file uploading gem 'carrierwave', '0.7.1' -gem 'fog', '1.6.0' +gem 'fog', '1.8.0' gem 'mini_magick', '3.4' # JSON and API diff --git a/Gemfile.lock b/Gemfile.lock index e5868ccf8..1abefdec3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM warden (~> 1.2.1) diff-lcs (1.1.3) erubis (2.7.0) - excon (0.16.7) + excon (0.16.10) execjs (1.4.0) multi_json (~> 1.0) factory_girl (4.1.0) @@ -125,7 +125,7 @@ GEM fixture_builder (0.3.4) activerecord (>= 2) activesupport (>= 2) - fog (1.6.0) + fog (1.8.0) builder excon (~> 0.14) formatador (~> 0.2.0) @@ -198,7 +198,6 @@ GEM jquery-ui-rails (2.0.2) jquery-rails railties (>= 3.1.0) - jruby-pageant (1.1.1) json (1.7.5) jwt (0.1.5) multi_json (>= 1.0) @@ -231,8 +230,7 @@ GEM net-ssh (>= 1.99.1) net-sftp (2.0.5) net-ssh (>= 2.0.9) - net-ssh (2.6.0) - jruby-pageant (>= 1.1.1) + net-ssh (2.6.2) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) nokogiri (1.5.5) @@ -435,7 +433,7 @@ DEPENDENCIES faraday_middleware (= 0.9.0) fastercsv (= 1.5.5) fixture_builder (= 0.3.4) - fog (= 1.6.0) + fog (= 1.8.0) foreigner (= 1.2.1) foreman (= 0.60.2) fuubar (= 1.1.0) From 0c39e2521b5f8a316f9a03ed86f7238e6241081a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:45:11 +0100 Subject: [PATCH 02/26] bump timecop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 97fb0a692..4593f3744 100644 --- a/Gemfile +++ b/Gemfile @@ -143,7 +143,7 @@ group :test do gem 'cucumber-rails', '1.3.0', :require => false gem 'database_cleaner', '0.9.1' - gem 'timecop', '0.5.3' + gem 'timecop', '0.5.9' gem 'factory_girl_rails', '4.1.0' gem 'fixture_builder', '0.3.4' gem 'fuubar', '1.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1abefdec3..1d103edee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ GEM sys-proctable (0.9.2) thor (0.16.0) tilt (1.3.3) - timecop (0.5.3) + timecop (0.5.9) treetop (1.4.12) polyglot polyglot (>= 0.3.1) @@ -482,7 +482,7 @@ DEPENDENCIES sass-rails (= 3.2.5) selenium-webdriver (= 2.27.1) spork (= 1.0.0rc3) - timecop (= 0.5.3) + timecop (= 0.5.9) twitter (= 4.2.0) typhoeus (= 0.3.3) uglifier (= 1.3.0) From 0282782293b88616f68876dad3ed18bbd8df0ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:45:58 +0100 Subject: [PATCH 03/26] bump twitter --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 4593f3744..7793b483c 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '0.0.13' -gem 'twitter', '4.2.0' +gem 'twitter', '4.4.4' # mail diff --git a/Gemfile.lock b/Gemfile.lock index 1d103edee..290eabb81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ GEM libwebsocket (~> 0.1.3) multi_json (~> 1.0) rubyzip - simple_oauth (0.1.9) + simple_oauth (0.2.0) sinatra (1.3.3) rack (~> 1.3, >= 1.3.6) rack-protection (~> 1.2) @@ -383,10 +383,10 @@ GEM treetop (1.4.12) polyglot polyglot (>= 0.3.1) - twitter (4.2.0) - faraday (~> 0.8) - multi_json (~> 1.3) - simple_oauth (~> 0.1.6) + twitter (4.4.4) + faraday (~> 0.8, < 0.10) + multi_json (~> 1.0) + simple_oauth (~> 0.2) typhoeus (0.3.3) mime-types tzinfo (0.3.35) @@ -483,7 +483,7 @@ DEPENDENCIES selenium-webdriver (= 2.27.1) spork (= 1.0.0rc3) timecop (= 0.5.9) - twitter (= 4.2.0) + twitter (= 4.4.4) typhoeus (= 0.3.3) uglifier (= 1.3.0) unicorn (= 4.4.0) From f57afa7d887f7193859f5ba4a3b5b0cf40707093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 20:09:04 +0100 Subject: [PATCH 04/26] bump omniauth-twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7793b483c..51984b5f8 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'remotipart', '1.0.2' gem 'omniauth', '1.1.1' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' -gem 'omniauth-twitter', '0.0.13' +gem 'omniauth-twitter', '0.0.14' gem 'twitter', '4.4.4' diff --git a/Gemfile.lock b/Gemfile.lock index 290eabb81..d2d89dc6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -254,7 +254,7 @@ GEM omniauth (~> 1.0) omniauth-tumblr (1.1) omniauth-oauth (~> 1.0) - omniauth-twitter (0.0.13) + omniauth-twitter (0.0.14) multi_json (~> 1.3) omniauth-oauth (~> 1.0) orm_adapter (0.4.0) @@ -457,7 +457,7 @@ DEPENDENCIES omniauth (= 1.1.1) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) - omniauth-twitter (= 0.0.13) + omniauth-twitter (= 0.0.14) rack-cors (= 0.2.7) rack-google-analytics (= 0.11.0) rack-piwik (= 0.1.3) From 6757845398204b6ae1f242f661e0a30df498ff5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:47:10 +0100 Subject: [PATCH 05/26] bump rails-i18n --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 51984b5f8..dd7fb5adc 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ gem 'acts_as_api', '0.4.1 ' # localization gem 'i18n-inflector-rails', '~> 1.0' -gem 'rails-i18n', '0.7.0' +gem 'rails-i18n', '0.7.2' # parsing diff --git a/Gemfile.lock b/Gemfile.lock index d2d89dc6b..744b842ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM activesupport (= 3.2.11) bundler (~> 1.0) railties (= 3.2.11) - rails-i18n (0.7.0) + rails-i18n (0.7.2) i18n (~> 0.5) rails_admin (0.2.0) bootstrap-sass (~> 2.1) @@ -465,7 +465,7 @@ DEPENDENCIES rack-rewrite (= 1.3.1) rack-ssl (= 1.3.2) rails (= 3.2.11) - rails-i18n (= 0.7.0) + rails-i18n (= 0.7.2) rails_admin (= 0.2.0) rails_autolink (= 1.0.9) rb-fsevent (= 0.9.2) From e45ed19c33c037fb52bd4abeb3772cbe9b00614b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:49:40 +0100 Subject: [PATCH 06/26] bump rails_admin --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index dd7fb5adc..c15b456bc 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'markerb', :git => 'https://github.com/plataformatec/markerb.git' gem 'messagebus_ruby_api', '1.0.3' group :production do # we don't install these on travis to speed up test runs - gem 'rails_admin', '0.2.0' + gem 'rails_admin', '0.4.1' gem 'fastercsv', '1.5.5', :require => false gem 'rack-ssl', '1.3.2', :require => 'rack/ssl' gem 'rack-rewrite', '1.3.1', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 744b842ef..e8c7d0c2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM net-ssh (>= 2.1.3) nokogiri (~> 1.5.0) ruby-hmac - font-awesome-sass-rails (2.0.0.0) + font-awesome-sass-rails (3.0.0.1) railties (>= 3.1.1) sass-rails (>= 3.1.1) foreigner (1.2.1) @@ -195,7 +195,7 @@ GEM jquery-rails (2.1.3) railties (>= 3.1.0, < 5.0) thor (~> 0.14) - jquery-ui-rails (2.0.2) + jquery-ui-rails (3.0.1) jquery-rails railties (>= 3.1.0) json (1.7.5) @@ -225,7 +225,7 @@ GEM multi_json (1.5.0) multipart-post (1.1.5) mysql2 (0.3.11) - nested_form (0.2.3) + nested_form (0.3.1) net-scp (1.0.4) net-ssh (>= 1.99.1) net-sftp (2.0.5) @@ -272,7 +272,7 @@ GEM rack-mobile-detect (0.4.0) rack rack-piwik (0.1.3) - rack-pjax (0.6.0) + rack-pjax (0.7.0) nokogiri (~> 1.5) rack (~> 1.3) rack-protection (1.2.0) @@ -292,16 +292,16 @@ GEM railties (= 3.2.11) rails-i18n (0.7.2) i18n (~> 0.5) - rails_admin (0.2.0) + rails_admin (0.4.1) bootstrap-sass (~> 2.1) builder (~> 3.0) coffee-rails (~> 3.1) - font-awesome-sass-rails (~> 2.0) + font-awesome-sass-rails (~> 3.0, >= 3.0.0.1) haml (~> 3.1) jquery-rails (~> 2.1) - jquery-ui-rails (~> 2.0) + jquery-ui-rails (~> 3.0) kaminari (~> 0.14) - nested_form (~> 0.2.3) + nested_form (~> 0.2) rack-pjax (~> 0.6) rails (~> 3.1) remotipart (~> 1.0) @@ -466,7 +466,7 @@ DEPENDENCIES rack-ssl (= 1.3.2) rails (= 3.2.11) rails-i18n (= 0.7.2) - rails_admin (= 0.2.0) + rails_admin (= 0.4.1) rails_autolink (= 1.0.9) rb-fsevent (= 0.9.2) rb-inotify (= 0.8.8) From 64b86b27c16d0191cc84b13f5fba9f7e86003d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:51:23 +0100 Subject: [PATCH 07/26] bump rspec-rails and rspec fix two specs by not checking for object identity --- Gemfile | 2 +- Gemfile.lock | 22 ++++++++++++---------- spec/helpers/application_helper_spec.rb | 6 +++--- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index c15b456bc..234fd73f7 100644 --- a/Gemfile +++ b/Gemfile @@ -162,7 +162,7 @@ group :test do end group :test, :development do - gem "rspec-rails", "2.11.4" + gem "rspec-rails", "2.12.2" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index e8c7d0c2b..dd90fa321 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -335,20 +335,22 @@ GEM resque-timeout (1.0.0) resque (~> 1.0) rmagick (2.13.1) - rspec (2.11.0) - rspec-core (~> 2.11.0) - rspec-expectations (~> 2.11.0) - rspec-mocks (~> 2.11.0) - rspec-core (2.11.1) - rspec-expectations (2.11.3) + rspec (2.12.0) + rspec-core (~> 2.12.0) + rspec-expectations (~> 2.12.0) + rspec-mocks (~> 2.12.0) + rspec-core (2.12.2) + rspec-expectations (2.12.1) diff-lcs (~> 1.1.3) rspec-instafail (0.2.4) - rspec-mocks (2.11.3) - rspec-rails (2.11.4) + rspec-mocks (2.12.1) + rspec-rails (2.12.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec (~> 2.11.0) + rspec-core (~> 2.12.0) + rspec-expectations (~> 2.12.0) + rspec-mocks (~> 2.12.0) ruby-hmac (0.4.0) ruby-oembed (0.8.7) ruby-progressbar (1.0.2) @@ -477,7 +479,7 @@ DEPENDENCIES rmagick roxml! rspec-instafail (= 0.2.4) - rspec-rails (= 2.11.4) + rspec-rails (= 2.12.2) ruby-oembed (= 0.8.7) sass-rails (= 3.2.5) selenium-webdriver (= 2.27.1) diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index a33832750..e58d1bcc2 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -38,7 +38,7 @@ describe ApplicationHelper do end @current_user = alice end - + after do AppConfig.configured_services = @old_configured_services end @@ -97,7 +97,7 @@ describe ApplicationHelper do it 'displays the supplied pod_name if it is set' do old_name = AppConfig.settings.pod_name.get AppConfig.settings.pod_name = "Catspora" - pod_name.should == "Catspora" + pod_name.should match "Catspora" AppConfig.settings.pod_name = old_name end end @@ -107,7 +107,7 @@ describe ApplicationHelper do it 'displays the supplied pod_version if it is set' do old_version = AppConfig.version.number.get AppConfig.version.number = "0.0.1.0" - pod_version.should == "0.0.1.0" + pod_version.should match "0.0.1.0" AppConfig.version.number = old_version end end From d86351054325d0a4b2e7e98f1bd2271dcbad152d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:54:35 +0100 Subject: [PATCH 08/26] bump fixture_builder --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 234fd73f7..23f1b898d 100644 --- a/Gemfile +++ b/Gemfile @@ -145,7 +145,7 @@ group :test do gem 'timecop', '0.5.9' gem 'factory_girl_rails', '4.1.0' - gem 'fixture_builder', '0.3.4' + gem 'fixture_builder', '0.3.5' gem 'fuubar', '1.1.0' gem 'rspec-instafail', '0.2.4', :require => false gem 'selenium-webdriver', '2.27.1' diff --git a/Gemfile.lock b/Gemfile.lock index dd90fa321..3258303b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM faraday (>= 0.7.4, < 0.9) fastercsv (1.5.5) ffi (1.2.0) - fixture_builder (0.3.4) + fixture_builder (0.3.5) activerecord (>= 2) activesupport (>= 2) fog (1.8.0) @@ -434,7 +434,7 @@ DEPENDENCIES faraday (= 0.8.4) faraday_middleware (= 0.9.0) fastercsv (= 1.5.5) - fixture_builder (= 0.3.4) + fixture_builder (= 0.3.5) fog (= 1.8.0) foreigner (= 1.2.1) foreman (= 0.60.2) From df066c9b7a62cc1d848556b345a7e2042bc44d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:56:58 +0100 Subject: [PATCH 09/26] bump guard --- Gemfile | 11 +++++------ Gemfile.lock | 34 ++++++++++++++++------------------ 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index 23f1b898d..f68d46c14 100644 --- a/Gemfile +++ b/Gemfile @@ -153,12 +153,11 @@ group :test do gem 'webmock', '1.8.11', :require => false gem 'spork', '1.0.0rc3' - gem 'guard-rspec', '2.1.1' - gem 'guard-spork', '1.2.3' - gem 'guard-cucumber', '1.2.2' - gem 'rb-inotify', '0.8.8', :require => false - gem 'rb-fsevent', '0.9.2', :require => false - + gem 'guard-rspec', '2.3.3' + gem 'guard-spork', '1.4.1' + gem 'guard-cucumber', '1.3.2' + gem 'rb-inotify', '0.9.0', :require => false + gem 'rb-fsevent', '0.9.3', :require => false end group :test, :development do diff --git a/Gemfile.lock b/Gemfile.lock index 3258303b5..51a052877 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,22 +152,21 @@ GEM gon (4.0.1) actionpack (>= 2.3.0) json - guard (1.5.4) - listen (>= 0.4.2) + guard (1.6.1) + listen (>= 0.6.0) lumberjack (>= 1.0.2) pry (>= 0.9.10) thor (>= 0.14.6) - guard-cucumber (1.2.2) + guard-cucumber (1.3.2) cucumber (>= 1.2.0) guard (>= 1.1.0) - guard-rspec (2.1.1) + guard-rspec (2.3.3) guard (>= 1.1) rspec (~> 2.11) - guard-spork (1.2.3) + guard-spork (1.4.1) childprocess (>= 0.2.3) guard (>= 1.1) spork (>= 0.8.4) - sys-proctable haml (3.1.7) handlebars_assets (0.6.6) execjs (>= 1.2.9) @@ -208,7 +207,7 @@ GEM libwebsocket (0.1.7.1) addressable websocket - listen (0.5.3) + listen (0.7.2) lumberjack (1.0.2) mail (2.4.4) i18n (>= 0.4.0) @@ -259,10 +258,10 @@ GEM omniauth-oauth (~> 1.0) orm_adapter (0.4.0) polyglot (0.3.3) - pry (0.9.10) + pry (0.9.11.1) coderay (~> 1.0.5) method_source (~> 0.8) - slop (~> 3.3.1) + slop (~> 3.4) rack (1.4.3) rack-cache (1.2) rack (>= 0.4) @@ -317,8 +316,8 @@ GEM thor (>= 0.14.6, < 2.0) raindrops (0.10.0) rake (10.0.3) - rb-fsevent (0.9.2) - rb-inotify (0.8.8) + rb-fsevent (0.9.3) + rb-inotify (0.9.0) ffi (>= 0.5.0) rdoc (3.12) json (~> 1.4) @@ -370,7 +369,7 @@ GEM rack (~> 1.3, >= 1.3.6) rack-protection (~> 1.2) tilt (~> 1.3, >= 1.3.3) - slop (3.3.3) + slop (3.4.3) spork (1.0.0rc3) sprockets (2.2.2) hike (~> 1.2) @@ -378,7 +377,6 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) subexec (0.2.2) - sys-proctable (0.9.2) thor (0.16.0) tilt (1.3.3) timecop (0.5.9) @@ -440,9 +438,9 @@ DEPENDENCIES foreman (= 0.60.2) fuubar (= 1.1.0) gon (= 4.0.1) - guard-cucumber (= 1.2.2) - guard-rspec (= 2.1.1) - guard-spork (= 1.2.3) + guard-cucumber (= 1.3.2) + guard-rspec (= 2.3.3) + guard-spork (= 1.4.1) haml (= 3.1.7) handlebars_assets (= 0.6.6) http_accept_language (= 1.0.2) @@ -470,8 +468,8 @@ DEPENDENCIES rails-i18n (= 0.7.2) rails_admin (= 0.4.1) rails_autolink (= 1.0.9) - rb-fsevent (= 0.9.2) - rb-inotify (= 0.8.8) + rb-fsevent (= 0.9.3) + rb-inotify (= 0.9.0) redcarpet (= 2.2.2) remotipart (= 1.0.2) resque (= 1.23.0) From 6acbb169d885a632c7bd7ff43e66c2b5dc4f8127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 19:59:03 +0100 Subject: [PATCH 10/26] bump handlebars_assets --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f68d46c14..82d71cea6 100644 --- a/Gemfile +++ b/Gemfile @@ -118,7 +118,7 @@ group :assets do # gem 'therubyracer', :platform => :ruby - gem 'handlebars_assets', '0.6.6' + gem 'handlebars_assets', '0.8.2' gem 'uglifier', '1.3.0' gem "asset_sync", '0.5.0', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 51a052877..5be8030d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM guard (>= 1.1) spork (>= 0.8.4) haml (3.1.7) - handlebars_assets (0.6.6) + handlebars_assets (0.8.2) execjs (>= 1.2.9) sprockets (>= 2.0.3) tilt @@ -442,7 +442,7 @@ DEPENDENCIES guard-rspec (= 2.3.3) guard-spork (= 1.4.1) haml (= 3.1.7) - handlebars_assets (= 0.6.6) + handlebars_assets (= 0.8.2) http_accept_language (= 1.0.2) i18n-inflector-rails (~> 1.0) jasmine (= 1.3.1) From e1794d89de328f86315f3fdd20ea994a425fff25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 20:06:30 +0100 Subject: [PATCH 11/26] bump bootstrap-sass --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 82d71cea6..a91e14e78 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ gem 'gon', '4.0.1' # assets group :assets do - gem 'bootstrap-sass', '2.1.1.0' + gem 'bootstrap-sass', '2.2.2.0' gem 'sass-rails', '3.2.5' # Windows and OSX have an execjs compatible runtime built-in, Linux users should diff --git a/Gemfile.lock b/Gemfile.lock index 5be8030d0..42e0af53b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,8 @@ GEM activemodel fog bcrypt-ruby (3.0.1) - bootstrap-sass (2.1.1.0) + bootstrap-sass (2.2.2.0) + sass (~> 3.2) builder (3.0.4) capistrano (2.12.0) highline @@ -418,7 +419,7 @@ DEPENDENCIES acts_as_api (= 0.4.1) addressable (= 2.3.2) asset_sync (= 0.5.0) - bootstrap-sass (= 2.1.1.0) + bootstrap-sass (= 2.2.2.0) capistrano (= 2.12.0) capistrano_colors (= 0.5.5) capybara (= 1.1.3) From fb8923232cd373042cedc076be77d9f273c05730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 20:10:05 +0100 Subject: [PATCH 12/26] bump jquery-rails --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a91e14e78..0a3a2b4b3 100644 --- a/Gemfile +++ b/Gemfile @@ -124,7 +124,7 @@ group :assets do gem "asset_sync", '0.5.0', :require => false end -gem 'jquery-rails', '2.1.3' +gem 'jquery-rails', '2.1.4' # web diff --git a/Gemfile.lock b/Gemfile.lock index 42e0af53b..efcbad28e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,9 +192,9 @@ GEM selenium-webdriver (>= 0.1.3) jasmine-core (1.3.1) journey (1.0.4) - jquery-rails (2.1.3) - railties (>= 3.1.0, < 5.0) - thor (~> 0.14) + jquery-rails (2.1.4) + railties (>= 3.0, < 5.0) + thor (>= 0.14, < 2.0) jquery-ui-rails (3.0.1) jquery-rails railties (>= 3.1.0) @@ -447,7 +447,7 @@ DEPENDENCIES http_accept_language (= 1.0.2) i18n-inflector-rails (~> 1.0) jasmine (= 1.3.1) - jquery-rails (= 2.1.3) + jquery-rails (= 2.1.4) json (= 1.7.5) markerb! messagebus_ruby_api (= 1.0.3) From 9535e894f39c8488d40c4ae0133a9696654a6093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 20:12:40 +0100 Subject: [PATCH 13/26] bump ruby-oembed --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0a3a2b4b3..2741dc3cf 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ gem 'rails-i18n', '0.7.2' gem 'nokogiri', '1.5.5' gem 'redcarpet', "2.2.2" gem 'roxml', :git => 'https://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338aaef5b0' -gem 'ruby-oembed', '0.8.7' +gem 'ruby-oembed', '0.8.8' # queue diff --git a/Gemfile.lock b/Gemfile.lock index efcbad28e..be8ff34d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -352,7 +352,7 @@ GEM rspec-expectations (~> 2.12.0) rspec-mocks (~> 2.12.0) ruby-hmac (0.4.0) - ruby-oembed (0.8.7) + ruby-oembed (0.8.8) ruby-progressbar (1.0.2) rubyzip (0.9.9) sass (3.2.3) @@ -479,7 +479,7 @@ DEPENDENCIES roxml! rspec-instafail (= 0.2.4) rspec-rails (= 2.12.2) - ruby-oembed (= 0.8.7) + ruby-oembed (= 0.8.8) sass-rails (= 3.2.5) selenium-webdriver (= 2.27.1) spork (= 1.0.0rc3) From 44da9154895fc8be133611b577e5a95a52f73c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 6 Dec 2012 20:13:47 +0100 Subject: [PATCH 14/26] bump mobile-fu --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2741dc3cf..0ce835963 100644 --- a/Gemfile +++ b/Gemfile @@ -99,7 +99,7 @@ gem 'typhoeus', '0.3.3' # views gem 'haml', '3.1.7' -gem 'mobile-fu', '1.1.0' +gem 'mobile-fu', '1.1.1' gem 'will_paginate', '3.0.3' gem 'client_side_validations', '3.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index be8ff34d8..a71266f88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,7 +219,7 @@ GEM mime-types (1.19) mini_magick (3.4) subexec (~> 0.2.1) - mobile-fu (1.1.0) + mobile-fu (1.1.1) rack-mobile-detect rails multi_json (1.5.0) @@ -452,7 +452,7 @@ DEPENDENCIES markerb! messagebus_ruby_api (= 1.0.3) mini_magick (= 3.4) - mobile-fu (= 1.1.0) + mobile-fu (= 1.1.1) mysql2 (= 0.3.11) nokogiri (= 1.5.5) omniauth (= 1.1.1) From e0682daba85ee9adb4aeedc256570dfd24aa5112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 8 Dec 2012 12:44:24 +0100 Subject: [PATCH 15/26] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0ce835963..48e72dd6e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.11' gem 'foreman', '0.60.2' -gem 'unicorn', '4.4.0', :require => false +gem 'unicorn', '4.5.0', :require => false gem 'rails_autolink', '1.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index a71266f88..f6c80f4a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,7 +394,7 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.4.0) + unicorn (4.5.0) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -487,6 +487,6 @@ DEPENDENCIES twitter (= 4.4.4) typhoeus (= 0.3.3) uglifier (= 1.3.0) - unicorn (= 4.4.0) + unicorn (= 4.5.0) webmock (= 1.8.11) will_paginate (= 3.0.3) From d91e9517b8131221996cc89a7ec5af3e868ace31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 17 Dec 2012 21:55:30 +0100 Subject: [PATCH 16/26] bump selenium-webdriver --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 48e72dd6e..833d2d54b 100644 --- a/Gemfile +++ b/Gemfile @@ -148,7 +148,7 @@ group :test do gem 'fixture_builder', '0.3.5' gem 'fuubar', '1.1.0' gem 'rspec-instafail', '0.2.4', :require => false - gem 'selenium-webdriver', '2.27.1' + gem 'selenium-webdriver', '2.27.2' gem 'webmock', '1.8.11', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index f6c80f4a0..9da8e9298 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -360,7 +360,7 @@ GEM railties (~> 3.2.0) sass (>= 3.1.10) tilt (~> 1.3) - selenium-webdriver (2.27.1) + selenium-webdriver (2.27.2) childprocess (>= 0.2.5) libwebsocket (~> 0.1.3) multi_json (~> 1.0) @@ -405,7 +405,7 @@ GEM webmock (1.8.11) addressable (>= 2.2.7) crack (>= 0.1.7) - websocket (1.0.4) + websocket (1.0.6) will_paginate (3.0.3) xpath (0.1.4) nokogiri (~> 1.3) @@ -481,7 +481,7 @@ DEPENDENCIES rspec-rails (= 2.12.2) ruby-oembed (= 0.8.8) sass-rails (= 3.2.5) - selenium-webdriver (= 2.27.1) + selenium-webdriver (= 2.27.2) spork (= 1.0.0rc3) timecop (= 0.5.9) twitter (= 4.4.4) From 7c76d42a4d7cbdf44f247b5f44fc596361fad2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 17 Dec 2012 22:02:27 +0100 Subject: [PATCH 17/26] bump rack-rewrite --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 833d2d54b..66bdf0ecf 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ group :production do # we don't install these on travis to speed up test runs gem 'rails_admin', '0.4.1' gem 'fastercsv', '1.5.5', :require => false gem 'rack-ssl', '1.3.2', :require => 'rack/ssl' - gem 'rack-rewrite', '1.3.1', :require => false + gem 'rack-rewrite', '1.3.3', :require => false # analytics gem 'rack-google-analytics', '0.11.0', :require => 'rack/google-analytics' diff --git a/Gemfile.lock b/Gemfile.lock index 9da8e9298..df902a62c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM rack (~> 1.3) rack-protection (1.2.0) rack - rack-rewrite (1.3.1) + rack-rewrite (1.3.3) rack-ssl (1.3.2) rack rack-test (0.6.2) @@ -463,7 +463,7 @@ DEPENDENCIES rack-google-analytics (= 0.11.0) rack-piwik (= 0.1.3) rack-protection (= 1.2) - rack-rewrite (= 1.3.1) + rack-rewrite (= 1.3.3) rack-ssl (= 1.3.2) rails (= 3.2.11) rails-i18n (= 0.7.2) From e07bc6a5486dfcc24deb52aef1357a48505ae56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 28 Dec 2012 17:52:11 +0100 Subject: [PATCH 18/26] bump nokogiri --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 66bdf0ecf..a5e7153ad 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ gem 'rails-i18n', '0.7.2' # parsing -gem 'nokogiri', '1.5.5' +gem 'nokogiri', '1.5.6' gem 'redcarpet', "2.2.2" gem 'roxml', :git => 'https://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338aaef5b0' gem 'ruby-oembed', '0.8.8' diff --git a/Gemfile.lock b/Gemfile.lock index df902a62c..e70b6b40a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM net-ssh (2.6.2) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) - nokogiri (1.5.5) + nokogiri (1.5.6) oauth (0.4.7) oauth2 (0.8.0) faraday (~> 0.8) @@ -454,7 +454,7 @@ DEPENDENCIES mini_magick (= 3.4) mobile-fu (= 1.1.1) mysql2 (= 0.3.11) - nokogiri (= 1.5.5) + nokogiri (= 1.5.6) omniauth (= 1.1.1) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) From 9de76c10cdd99845411c6be3ad6c4937d12143a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 28 Dec 2012 17:53:43 +0100 Subject: [PATCH 19/26] bump sass and sass-rails --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a5e7153ad..7ea5c5943 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ gem 'gon', '4.0.1' group :assets do gem 'bootstrap-sass', '2.2.2.0' - gem 'sass-rails', '3.2.5' + gem 'sass-rails', '3.2.6' # Windows and OSX have an execjs compatible runtime built-in, Linux users should # install Node.js or use 'therubyracer'. diff --git a/Gemfile.lock b/Gemfile.lock index e70b6b40a..469154072 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -355,8 +355,8 @@ GEM ruby-oembed (0.8.8) ruby-progressbar (1.0.2) rubyzip (0.9.9) - sass (3.2.3) - sass-rails (3.2.5) + sass (3.2.5) + sass-rails (3.2.6) railties (~> 3.2.0) sass (>= 3.1.10) tilt (~> 1.3) @@ -480,7 +480,7 @@ DEPENDENCIES rspec-instafail (= 0.2.4) rspec-rails (= 2.12.2) ruby-oembed (= 0.8.8) - sass-rails (= 3.2.5) + sass-rails (= 3.2.6) selenium-webdriver (= 2.27.2) spork (= 1.0.0rc3) timecop (= 0.5.9) From 2c9f6196388abc71748ce2a62a6bab32b5bfda6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 28 Dec 2012 18:00:55 +0100 Subject: [PATCH 20/26] bump gon --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7ea5c5943..81043c712 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ gem 'mobile-fu', '1.1.1' gem 'will_paginate', '3.0.3' gem 'client_side_validations', '3.2.1' -gem 'gon', '4.0.1' +gem 'gon', '4.0.2' # assets diff --git a/Gemfile.lock b/Gemfile.lock index 469154072..fe4019402 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM ruby-progressbar (~> 1.0.0) gherkin (2.11.5) json (>= 1.4.6) - gon (4.0.1) + gon (4.0.2) actionpack (>= 2.3.0) json guard (1.6.1) @@ -438,7 +438,7 @@ DEPENDENCIES foreigner (= 1.2.1) foreman (= 0.60.2) fuubar (= 1.1.0) - gon (= 4.0.1) + gon (= 4.0.2) guard-cucumber (= 1.3.2) guard-rspec (= 2.3.3) guard-spork (= 1.4.1) From 32c5f25bd0d5d8f3728743a8eeb620ba2170fd91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 17 Jan 2013 00:31:15 +0100 Subject: [PATCH 21/26] bump rack --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index fe4019402..fa0403f92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -263,7 +263,7 @@ GEM coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - rack (1.4.3) + rack (1.4.4) rack-cache (1.2) rack (>= 0.4) rack-cors (0.2.7) From fe7a49226c2b0ff2169ce25c346458944ca7d83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 17 Jan 2013 00:34:31 +0100 Subject: [PATCH 22/26] bump asset_sync --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 81043c712..3e089709b 100644 --- a/Gemfile +++ b/Gemfile @@ -121,7 +121,7 @@ group :assets do gem 'handlebars_assets', '0.8.2' gem 'uglifier', '1.3.0' - gem "asset_sync", '0.5.0', :require => false + gem "asset_sync", '0.5.4', :require => false end gem 'jquery-rails', '2.1.4' diff --git a/Gemfile.lock b/Gemfile.lock index fa0403f92..3ebad909e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM rack (>= 1.1.0) addressable (2.3.2) arel (3.0.2) - asset_sync (0.5.0) + asset_sync (0.5.4) activemodel fog bcrypt-ruby (3.0.1) @@ -230,7 +230,7 @@ GEM net-ssh (>= 1.99.1) net-sftp (2.0.5) net-ssh (>= 2.0.9) - net-ssh (2.6.2) + net-ssh (2.6.3) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) nokogiri (1.5.6) @@ -418,7 +418,7 @@ DEPENDENCIES acts-as-taggable-on (= 2.3.3) acts_as_api (= 0.4.1) addressable (= 2.3.2) - asset_sync (= 0.5.0) + asset_sync (= 0.5.4) bootstrap-sass (= 2.2.2.0) capistrano (= 2.12.0) capistrano_colors (= 0.5.5) From 3023fbdee3f49db3bd67167b81b2a99b5bfe864c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 17 Jan 2013 00:35:53 +0100 Subject: [PATCH 23/26] bump ffi --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3ebad909e..08e3cf65e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM faraday_middleware (0.9.0) faraday (>= 0.7.4, < 0.9) fastercsv (1.5.5) - ffi (1.2.0) + ffi (1.3.1) fixture_builder (0.3.5) activerecord (>= 2) activesupport (>= 2) From ac2fa74ac83f18a3193bdb9feacfb6c14eb4e73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 17 Jan 2013 00:42:21 +0100 Subject: [PATCH 24/26] bump foreman --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3e089709b..89290a955 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' gem 'rails', '3.2.11' -gem 'foreman', '0.60.2' +gem 'foreman', '0.61' gem 'unicorn', '4.5.0', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 08e3cf65e..360e1b43f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM sass-rails (>= 3.1.1) foreigner (1.2.1) activerecord (>= 3.0.0) - foreman (0.60.2) + foreman (0.61.0) thor (>= 0.13.6) formatador (0.2.4) fuubar (1.1.0) @@ -436,7 +436,7 @@ DEPENDENCIES fixture_builder (= 0.3.5) fog (= 1.8.0) foreigner (= 1.2.1) - foreman (= 0.60.2) + foreman (= 0.61) fuubar (= 1.1.0) gon (= 4.0.2) guard-cucumber (= 1.3.2) From cf01b33b5f592bf1a5b76c0fae8b873407d0e3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 17 Jan 2013 00:51:13 +0100 Subject: [PATCH 25/26] bump will_paginate --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 89290a955..710d99d52 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ gem 'typhoeus', '0.3.3' gem 'haml', '3.1.7' gem 'mobile-fu', '1.1.1' -gem 'will_paginate', '3.0.3' +gem 'will_paginate', '3.0.4' gem 'client_side_validations', '3.2.1' gem 'gon', '4.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index 360e1b43f..c08890f2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -406,7 +406,7 @@ GEM addressable (>= 2.2.7) crack (>= 0.1.7) websocket (1.0.6) - will_paginate (3.0.3) + will_paginate (3.0.4) xpath (0.1.4) nokogiri (~> 1.3) @@ -489,4 +489,4 @@ DEPENDENCIES uglifier (= 1.3.0) unicorn (= 4.5.0) webmock (= 1.8.11) - will_paginate (= 3.0.3) + will_paginate (= 3.0.4) From d6bc226e27789f0733c6bd7b997db623c931ed83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 17 Jan 2013 13:19:50 +0100 Subject: [PATCH 26/26] update changelog for gem changes --- Changelog.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ccaa87b4e..11eb8daf3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -26,7 +26,7 @@ * Add flash-notice when sending messages to non-contacts. [#3723](https://github.com/diaspora/diaspora/pull/3723) * Re-add hovercards [#3802](https://github.com/diaspora/diaspora/pull/3802) * Add images to notifications [#3821](https://github.com/diaspora/diaspora/pull/3821) -* Show pod version in footer and updated the link to the changelog [#3822](https://github.com/diaspora/diaspora/pull/3822) +* Show pod version in footer and updated the link to the changelog [#3822](https://github.com/diaspora/diaspora/pull/3822) ## Bug Fixes @@ -45,6 +45,37 @@ * Removed `debugger` since it was causing bundle problems, and is not necessary given 1.9.3 has a built-in debugger. * jasmine 1.2.1 -> 1.3.1 (+ remove useless spec) +* foreman 0.60.2 -> 0.61 +* unicorn 4.4.0 -> 4.5.0 +* omniauth-twitter 0.0.13 -> 0.0.14 +* twitter 4.2.0 -> 4.4.4 +* rails_admin 0.2.0 -> 0.4.1 +* rack 1.4.3 -> 1.4.4 +* rack-rewrite 1.3.1 -> 1.3.3 +* asset_sync 0.5.0 -> 0.5.4 +* fog 1.6.0 -> 1.8.0 +* rails-i18n 0.7.0 -> 0.7.2 +* nokogiri 1.5.5 -> 1.5.6 +* ruby-oembed 0.8.7 -> 0.8.8 +* mobile-fu 1.1.0 -> 1.1.1 +* will_paginate 3.0.4 -> 3.0.5 +* sass 3.2.3 -> 3.2.5 +* bootstap-sass 2.1.1.0 -> 2.2.2.0 +* sass-rails 3.2.5 -> 3.2.6 +* handlebars_assets 0.6.6 -> 0.8.2 +* jquery-rails 2.1.3 -> 2.1.4 +* gon 4.0.1 -> 4.0.2 +* guard 1.5.4 -> 1.6.1 + * guard-cucumber 1.2.2 -> 1.3.2 + * guard-rspec 2.1.1 -> 2.3.3 + * guard-spork 1.2.3 -> 1.4.1 + * rb-fsevent 0.9.2 -> 0.9.3 + * rb-inotify 0.8.8 -> 0.9.0 +* rspec 2.11.0 -> 2.12.0 +* rspec-rails 2.11.4 -> 2.12.2 +* selenium-webdriver 2.26.0 -> 2.27.2 +* fixture_builder 0.3.4 -> 0.3.5 +* ffi 1.1.5 -> 1.3.1 # 0.0.2.2