From 669faa042d4aa92334d1123a23e277a0b0c5b179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:23:43 +0100 Subject: [PATCH 01/34] bump addressable --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ea1151118..29f917401 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ gem 'acts-as-taggable-on', '2.3.3' # URIs and HTTP -gem 'addressable', '2.3.2', :require => 'addressable/uri' +gem 'addressable', '2.3.3', :require => 'addressable/uri' gem 'faraday', '0.8.5' gem 'faraday_middleware', '0.9.0' gem 'typhoeus', '0.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index 097826302..451b9f913 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.3.2) + addressable (2.3.3) arel (3.0.2) asset_sync (0.5.4) activemodel @@ -415,7 +415,7 @@ DEPENDENCIES activerecord-import (= 0.3.1) acts-as-taggable-on (= 2.3.3) acts_as_api (= 0.4.1) - addressable (= 2.3.2) + addressable (= 2.3.3) asset_sync (= 0.5.4) bootstrap-sass (= 2.2.2.0) capistrano (= 2.12.0) From 6813434e918c935c52791f0e84eefa264115563e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:24:37 +0100 Subject: [PATCH 02/34] bump excon --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 451b9f913..56e9a6c0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM warden (~> 1.2.1) diff-lcs (1.1.3) erubis (2.7.0) - excon (0.16.10) + excon (0.20.1) execjs (1.4.0) multi_json (~> 1.0) factory_girl (4.2.0) From 3430e1f90b3bdae52b4d130ef121f3cb0338fa11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:29:57 +0100 Subject: [PATCH 03/34] bump sass --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 56e9a6c0e..928c9f431 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -352,7 +352,7 @@ GEM ruby-progressbar (1.0.2) rubyzip (0.9.9) safe_yaml (0.8.0) - sass (3.2.5) + sass (3.2.7) sass-rails (3.2.6) railties (~> 3.2.0) sass (>= 3.1.10) From c1ffc59ddb9f07b51890cf1a2e6064b1be5b1775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:35:07 +0100 Subject: [PATCH 04/34] bump client_side_validations --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 29f917401..204fdd63b 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ gem 'typhoeus', '0.3.3' # Views -gem 'client_side_validations', '3.2.1' +gem 'client_side_validations', '3.2.2' gem 'gon', '4.0.2' gem 'haml', '4.0.0' gem 'mobile-fu', '1.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 928c9f431..a50454470 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM childprocess (0.3.8) ffi (~> 1.0, >= 1.0.11) chunky_png (1.2.6) - client_side_validations (3.2.1) + client_side_validations (3.2.2) coderay (1.0.8) coffee-rails (3.2.2) coffee-script (>= 2.2.0) @@ -422,7 +422,7 @@ DEPENDENCIES capistrano_colors (= 0.5.5) capybara (= 1.1.3) carrierwave (= 0.8.0) - client_side_validations (= 3.2.1) + client_side_validations (= 3.2.2) compass-rails (= 1.0.3) configurate (= 0.0.2) cucumber-rails (= 1.3.0) From 74599f19fc3312c3aad18ff86ce3c3cbbb46414c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:36:23 +0100 Subject: [PATCH 05/34] bump coderay --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a50454470..217440c27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM ffi (~> 1.0, >= 1.0.11) chunky_png (1.2.6) client_side_validations (3.2.2) - coderay (1.0.8) + coderay (1.0.9) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) From 10e5bb7b0d9d47206a04a7e4877d94e9274f3745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:37:17 +0100 Subject: [PATCH 06/34] bump guard --- Gemfile | 4 ++-- Gemfile.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 204fdd63b..65afb181d 100644 --- a/Gemfile +++ b/Gemfile @@ -161,13 +161,13 @@ group :development do # Automatic test runs gem 'guard-cucumber', '1.3.2' - gem 'guard-rspec', '2.4.0' + gem 'guard-rspec', '2.5.1' gem 'rb-fsevent', '0.9.3', :require => false gem 'rb-inotify', '0.9.0', :require => false # Preloading environment - gem 'guard-spork', '1.4.2' + gem 'guard-spork', '1.5.0' gem 'spork', '1.0.0rc3' end diff --git a/Gemfile.lock b/Gemfile.lock index 217440c27..019f20288 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,10 +152,10 @@ GEM guard-cucumber (1.3.2) cucumber (>= 1.2.0) guard (>= 1.1.0) - guard-rspec (2.4.0) + guard-rspec (2.5.1) guard (>= 1.1) rspec (~> 2.11) - guard-spork (1.4.2) + guard-spork (1.5.0) childprocess (>= 0.2.3) guard (>= 1.1) spork (>= 0.8.4) @@ -197,7 +197,7 @@ GEM actionpack (>= 3.0.0) activesupport (>= 3.0.0) kgio (2.8.0) - listen (0.7.2) + listen (0.7.3) lumberjack (1.0.2) mail (2.5.3) i18n (>= 0.4.0) @@ -438,8 +438,8 @@ DEPENDENCIES fuubar (= 1.1.0) gon (= 4.0.2) guard-cucumber (= 1.3.2) - guard-rspec (= 2.4.0) - guard-spork (= 1.4.2) + guard-rspec (= 2.5.1) + guard-spork (= 1.5.0) haml (= 4.0.0) handlebars_assets (= 0.11.0) http_accept_language (= 1.0.2) From 3855eaf223dc3cb7251933158c0dc35fbcf0ce57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:40:18 +0100 Subject: [PATCH 07/34] bump handlebars_assets --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 65afb181d..fb9acb12c 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ group :assets do # JavaScript - gem 'handlebars_assets', '0.11.0' + gem 'handlebars_assets', '0.12.0' gem 'jquery-rails', '2.1.4' # Windows and OSX have an execjs compatible runtime built-in, Linux users should diff --git a/Gemfile.lock b/Gemfile.lock index 019f20288..8eb7147a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -161,7 +161,7 @@ GEM spork (>= 0.8.4) haml (4.0.0) tilt - handlebars_assets (0.11.0) + handlebars_assets (0.12.0) execjs (>= 1.2.9) sprockets (>= 2.0.3) tilt @@ -441,7 +441,7 @@ DEPENDENCIES guard-rspec (= 2.5.1) guard-spork (= 1.5.0) haml (= 4.0.0) - handlebars_assets (= 0.11.0) + handlebars_assets (= 0.12.0) http_accept_language (= 1.0.2) i18n-inflector-rails (~> 1.0) jasmine (= 1.3.1) From 871abf8d4baf42028c816248d88ea77dfefb3813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:51:37 +0100 Subject: [PATCH 08/34] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fb9acb12c..db9f8aa8b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.13' # Appserver -gem 'unicorn', '4.6.0', :require => false +gem 'unicorn', '4.6.2', :require => false # API and JSON diff --git a/Gemfile.lock b/Gemfile.lock index 8eb7147a8..0461ca1e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -392,7 +392,7 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.6.0) + unicorn (4.6.2) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -486,6 +486,6 @@ DEPENDENCIES twitter (= 4.5.0) typhoeus (= 0.3.3) uglifier (= 1.3.0) - unicorn (= 4.6.0) + unicorn (= 4.6.2) webmock (= 1.8.11) will_paginate (= 3.0.4) From 6677746333892d45ca0180f7a803ca330ea58b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:53:16 +0100 Subject: [PATCH 09/34] bump safe_yaml --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0461ca1e7..77a6f5bb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,7 +351,7 @@ GEM ruby-oembed (0.8.8) ruby-progressbar (1.0.2) rubyzip (0.9.9) - safe_yaml (0.8.0) + safe_yaml (0.8.5) sass (3.2.7) sass-rails (3.2.6) railties (~> 3.2.0) From d8770731fcec055577243ecece0b4e12ed3c41e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:58:55 +0100 Subject: [PATCH 10/34] bump font-awesome-sass-rails --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 77a6f5bb4..8d8af7795 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM net-ssh (>= 2.1.3) nokogiri (~> 1.5.0) ruby-hmac - font-awesome-sass-rails (3.0.2.1) + font-awesome-sass-rails (3.0.2.2) railties (>= 3.1.1) sass-rails (>= 3.1.1) foreigner (1.3.0) From 283b26cc30b88909f8545d20004907bd3f1cc39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 27 Feb 2013 13:14:19 +0100 Subject: [PATCH 11/34] bump rspec-rails --- Gemfile | 2 +- Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index db9f8aa8b..835339917 100644 --- a/Gemfile +++ b/Gemfile @@ -177,7 +177,7 @@ group :test do gem 'fixture_builder', '0.3.5' gem 'fuubar', '1.1.0' gem 'rspec-instafail', '0.2.4', :require => false - gem 'rspec-rails', '2.12.2' + gem "rspec-rails", '2.13.0' # Cucumber (integration tests) diff --git a/Gemfile.lock b/Gemfile.lock index 8d8af7795..52bf64a88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM orm_adapter (~> 0.1) railties (~> 3.1) warden (~> 1.2.1) - diff-lcs (1.1.3) + diff-lcs (1.2.1) erubis (2.7.0) excon (0.20.1) execjs (1.4.0) @@ -331,22 +331,22 @@ GEM roxml (3.1.6) activesupport (>= 2.3.0) nokogiri (>= 1.3.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 (2.13.0) + rspec-core (~> 2.13.0) + rspec-expectations (~> 2.13.0) + rspec-mocks (~> 2.13.0) + rspec-core (2.13.1) + rspec-expectations (2.13.0) + diff-lcs (>= 1.1.3, < 2.0) rspec-instafail (0.2.4) - rspec-mocks (2.12.2) - rspec-rails (2.12.2) + rspec-mocks (2.13.0) + rspec-rails (2.13.0) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) + rspec-core (~> 2.13.0) + rspec-expectations (~> 2.13.0) + rspec-mocks (~> 2.13.0) ruby-hmac (0.4.0) ruby-oembed (0.8.8) ruby-progressbar (1.0.2) @@ -477,7 +477,7 @@ DEPENDENCIES rmagick (= 2.13.2) roxml (= 3.1.6) rspec-instafail (= 0.2.4) - rspec-rails (= 2.12.2) + rspec-rails (= 2.13.0) ruby-oembed (= 0.8.8) sass-rails (= 3.2.6) selenium-webdriver (= 2.30.0) From c6818617e4db112b3cb70c673add61c0c93a3a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 27 Feb 2013 13:17:43 +0100 Subject: [PATCH 12/34] bump faraday --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 835339917..36bdf68f5 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ gem 'acts-as-taggable-on', '2.3.3' # URIs and HTTP gem 'addressable', '2.3.3', :require => 'addressable/uri' -gem 'faraday', '0.8.5' +gem 'faraday', '0.8.6' gem 'faraday_middleware', '0.9.0' gem 'typhoeus', '0.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index 52bf64a88..482b3a5e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM factory_girl_rails (4.2.1) factory_girl (~> 4.2.0) railties (>= 3.0.0) - faraday (0.8.5) + faraday (0.8.6) multipart-post (~> 1.1) faraday_middleware (0.9.0) faraday (>= 0.7.4, < 0.9) @@ -214,7 +214,7 @@ GEM rack-mobile-detect rails multi_json (1.7.1) - multipart-post (1.1.5) + multipart-post (1.2.0) mysql2 (0.3.11) nested_form (0.3.1) net-scp (1.0.4) @@ -429,7 +429,7 @@ DEPENDENCIES database_cleaner (= 0.9.1) devise (= 2.1.3) factory_girl_rails (= 4.2.1) - faraday (= 0.8.5) + faraday (= 0.8.6) faraday_middleware (= 0.9.0) fixture_builder (= 0.3.5) fog (= 1.9.0) From e5311653a83d175f9accefa6c3cad5b73455f9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 27 Feb 2013 13:28:27 +0100 Subject: [PATCH 13/34] bump foreigner --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 36bdf68f5..79794c7f3 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'mysql2', '0.3.11' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' gem 'pg', '0.14.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'activerecord-import', '0.3.1' -gem 'foreigner', '1.3.0' +gem 'foreigner', '1.4.0' # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 482b3a5e2..57ffca53b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM font-awesome-sass-rails (3.0.2.2) railties (>= 3.1.1) sass-rails (>= 3.1.1) - foreigner (1.3.0) + foreigner (1.4.0) activerecord (>= 3.0.0) foreman (0.61.0) thor (>= 0.13.6) @@ -433,7 +433,7 @@ DEPENDENCIES faraday_middleware (= 0.9.0) fixture_builder (= 0.3.5) fog (= 1.9.0) - foreigner (= 1.3.0) + foreigner (= 1.4.0) foreman (= 0.61) fuubar (= 1.1.0) gon (= 4.0.2) From 6159074f61833df9fc223a5b5f8cae938dbd9f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 2 Mar 2013 21:50:55 +0100 Subject: [PATCH 14/34] bump childprocess --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 57ffca53b..99d889046 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM carrierwave (0.8.0) activemodel (>= 3.2.0) activesupport (>= 3.2.0) - childprocess (0.3.8) + childprocess (0.3.9) ffi (~> 1.0, >= 1.0.11) chunky_png (1.2.6) client_side_validations (3.2.2) From 1e00d8b6836afb5729009942387c4552609d3811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 2 Mar 2013 21:51:51 +0100 Subject: [PATCH 15/34] bump selenium-webdriver --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 79794c7f3..27a841070 100644 --- a/Gemfile +++ b/Gemfile @@ -184,7 +184,7 @@ group :test do gem 'capybara', '1.1.3' gem 'cucumber-rails', '1.3.0', :require => false gem 'database_cleaner', '0.9.1' - gem 'selenium-webdriver', '2.30.0' + gem 'selenium-webdriver', '2.31.0' # Jasmine (client side application tests (JS)) diff --git a/Gemfile.lock b/Gemfile.lock index 99d889046..dd9345129 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -357,7 +357,7 @@ GEM railties (~> 3.2.0) sass (>= 3.1.10) tilt (~> 1.3) - selenium-webdriver (2.30.0) + selenium-webdriver (2.31.0) childprocess (>= 0.2.5) multi_json (~> 1.0) rubyzip @@ -480,7 +480,7 @@ DEPENDENCIES rspec-rails (= 2.13.0) ruby-oembed (= 0.8.8) sass-rails (= 3.2.6) - selenium-webdriver (= 2.30.0) + selenium-webdriver (= 2.31.0) spork (= 1.0.0rc3) timecop (= 0.5.9.2) twitter (= 4.5.0) From 8aa4d8e0e8b276e123022e236d1f92d90ac2c6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 2 Mar 2013 21:53:14 +0100 Subject: [PATCH 16/34] bump cucumber-rails --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 27a841070..2fd85953c 100644 --- a/Gemfile +++ b/Gemfile @@ -182,7 +182,7 @@ group :test do # Cucumber (integration tests) gem 'capybara', '1.1.3' - gem 'cucumber-rails', '1.3.0', :require => false + gem 'cucumber-rails', '1.3.1', :require => false gem 'database_cleaner', '0.9.1' gem 'selenium-webdriver', '2.31.0' diff --git a/Gemfile.lock b/Gemfile.lock index dd9345129..22deb4b26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,15 +82,16 @@ GEM compass (>= 0.12.2, < 0.14) configurate (0.0.2) crack (0.3.2) - cucumber (1.2.1) + cucumber (1.2.3) builder (>= 2.1.2) diff-lcs (>= 1.1.3) - gherkin (~> 2.11.0) - json (>= 1.4.6) - cucumber-rails (1.3.0) + gherkin (~> 2.11.6) + multi_json (~> 1.3) + cucumber-rails (1.3.1) capybara (>= 1.1.2) - cucumber (>= 1.1.8) + cucumber (>= 1.2.0) nokogiri (>= 1.5.0) + rails (~> 3.0) database_cleaner (0.9.1) devise (2.1.3) bcrypt-ruby (~> 3.0) @@ -425,7 +426,7 @@ DEPENDENCIES client_side_validations (= 3.2.2) compass-rails (= 1.0.3) configurate (= 0.0.2) - cucumber-rails (= 1.3.0) + cucumber-rails (= 1.3.1) database_cleaner (= 0.9.1) devise (= 2.1.3) factory_girl_rails (= 4.2.1) From 2725ef799b1c8951fc827ca7be097bea94af689d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 2 Mar 2013 21:54:57 +0100 Subject: [PATCH 17/34] bump redis --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22deb4b26..38f9b9800 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,7 @@ GEM rdoc (3.12.2) json (~> 1.4) redcarpet (2.2.2) - redis (3.0.2) + redis (3.0.3) redis-namespace (1.2.1) redis (~> 3.0.0) remotipart (1.0.5) From 05ba4d04e7cf91047524a536a734b2d3a621676f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 6 Mar 2013 23:48:26 +0100 Subject: [PATCH 18/34] bump fog --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 2fd85953c..83a226703 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'foreigner', '1.4.0' # File uploading gem 'carrierwave', '0.8.0' -gem 'fog', '1.9.0' +gem 'fog', '1.10.0' gem 'mini_magick', '3.5' gem 'remotipart', '1.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index 38f9b9800..64abd1561 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,13 +116,13 @@ GEM fixture_builder (0.3.5) activerecord (>= 2) activesupport (>= 2) - fog (1.9.0) + fog (1.10.0) builder excon (~> 0.14) formatador (~> 0.2.0) mime-types multi_json (~> 1.0) - net-scp (~> 1.0.4) + net-scp (~> 1.1) net-ssh (>= 2.1.3) nokogiri (~> 1.5.0) ruby-hmac @@ -218,11 +218,11 @@ GEM multipart-post (1.2.0) mysql2 (0.3.11) nested_form (0.3.1) - net-scp (1.0.4) - net-ssh (>= 1.99.1) + net-scp (1.1.0) + net-ssh (>= 2.6.5) net-sftp (2.0.5) net-ssh (>= 2.0.9) - net-ssh (2.6.3) + net-ssh (2.6.6) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) nokogiri (1.5.6) @@ -433,7 +433,7 @@ DEPENDENCIES faraday (= 0.8.6) faraday_middleware (= 0.9.0) fixture_builder (= 0.3.5) - fog (= 1.9.0) + fog (= 1.10.0) foreigner (= 1.4.0) foreman (= 0.61) fuubar (= 1.1.0) From 61841f22a865a24a239598c4e85483ea08db08a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 6 Mar 2013 23:53:19 +0100 Subject: [PATCH 19/34] bump jwt --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 64abd1561..fb7c1b6a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,8 +192,8 @@ GEM jquery-rails railties (>= 3.1.0) json (1.7.7) - jwt (0.1.5) - multi_json (>= 1.0) + jwt (0.1.8) + multi_json (>= 1.5) kaminari (0.14.1) actionpack (>= 3.0.0) activesupport (>= 3.0.0) From 802ef60cada473099a905d4ac3c7112fcb11da1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 9 Mar 2013 13:35:25 +0100 Subject: [PATCH 20/34] bump twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 83a226703..039358621 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem 'omniauth', '1.1.3' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '0.0.14' -gem 'twitter', '4.5.0' +gem 'twitter', '4.6.2' # Tags diff --git a/Gemfile.lock b/Gemfile.lock index fb7c1b6a0..0c69613c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -383,7 +383,7 @@ GEM treetop (1.4.12) polyglot polyglot (>= 0.3.1) - twitter (4.5.0) + twitter (4.6.2) faraday (~> 0.8, < 0.10) multi_json (~> 1.0) simple_oauth (~> 0.2) @@ -484,7 +484,7 @@ DEPENDENCIES selenium-webdriver (= 2.31.0) spork (= 1.0.0rc3) timecop (= 0.5.9.2) - twitter (= 4.5.0) + twitter (= 4.6.2) typhoeus (= 0.3.3) uglifier (= 1.3.0) unicorn (= 4.6.2) From cb1f31ae8e07b1d8390c905737cccfb656f6d839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 9 Mar 2013 13:36:23 +0100 Subject: [PATCH 21/34] bump timecop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 039358621..2d5912aca 100644 --- a/Gemfile +++ b/Gemfile @@ -194,6 +194,6 @@ group :test do # General helpers gem 'factory_girl_rails', '4.2.1' - gem 'timecop', '0.5.9.2' + gem 'timecop', '0.6.1' gem 'webmock', '1.8.11', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index 0c69613c1..228a93cb1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ GEM terminal-table (1.4.5) thor (0.17.0) tilt (1.3.6) - timecop (0.5.9.2) + timecop (0.6.1) treetop (1.4.12) polyglot polyglot (>= 0.3.1) @@ -483,7 +483,7 @@ DEPENDENCIES sass-rails (= 3.2.6) selenium-webdriver (= 2.31.0) spork (= 1.0.0rc3) - timecop (= 0.5.9.2) + timecop (= 0.6.1) twitter (= 4.6.2) typhoeus (= 0.3.3) uglifier (= 1.3.0) From e7ff0448ed56cb07356127fc6f51a9bb19ed1057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 9 Mar 2013 13:40:18 +0100 Subject: [PATCH 22/34] bump foreman --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2d5912aca..d7fbdb18d 100644 --- a/Gemfile +++ b/Gemfile @@ -136,7 +136,7 @@ group :production do # we don't install these on travis to speed up test runs # Process management - gem 'foreman', '0.61' + gem 'foreman', '0.62' # Redirects diff --git a/Gemfile.lock b/Gemfile.lock index 228a93cb1..c707078ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM sass-rails (>= 3.1.1) foreigner (1.4.0) activerecord (>= 3.0.0) - foreman (0.61.0) + foreman (0.62.0) thor (>= 0.13.6) formatador (0.2.4) fssm (0.2.9) @@ -435,7 +435,7 @@ DEPENDENCIES fixture_builder (= 0.3.5) fog (= 1.10.0) foreigner (= 1.4.0) - foreman (= 0.61) + foreman (= 0.62) fuubar (= 1.1.0) gon (= 4.0.2) guard-cucumber (= 1.3.2) From 47be1191f33ca4ba29ade72fd4b2166829b3aa8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 16 Mar 2013 15:08:51 +0100 Subject: [PATCH 23/34] bump coffee-script-source --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c707078ba..31e4435d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM coffee-script (2.2.0) coffee-script-source execjs - coffee-script-source (1.4.0) + coffee-script-source (1.6.2) compass (0.12.2) chunky_png (~> 1.2) fssm (>= 0.2.7) From 3c7007c31d16e3653b3052f105aaabab603ff516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 16 Mar 2013 15:08:05 +0100 Subject: [PATCH 24/34] bump chunky_png --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 31e4435d0..da78cf039 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM activesupport (>= 3.2.0) childprocess (0.3.9) ffi (~> 1.0, >= 1.0.11) - chunky_png (1.2.6) + chunky_png (1.2.7) client_side_validations (3.2.2) coderay (1.0.9) coffee-rails (3.2.2) From c320f59c96258dbfb74934cd6d0d6bc15437197c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 16 Mar 2013 15:10:23 +0100 Subject: [PATCH 25/34] bump fssm --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index da78cf039..4896fcc0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM foreman (0.62.0) thor (>= 0.13.6) formatador (0.2.4) - fssm (0.2.9) + fssm (0.2.10) fuubar (1.1.0) rspec (~> 2.0) rspec-instafail (~> 0.2.0) From 90e1a654ad38131e630954033aa1e55d648882f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 16 Mar 2013 15:12:24 +0100 Subject: [PATCH 26/34] bump jasmine --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d7fbdb18d..1356e7b5d 100644 --- a/Gemfile +++ b/Gemfile @@ -189,7 +189,7 @@ group :test do # Jasmine (client side application tests (JS)) - gem 'jasmine', '1.3.1' + gem 'jasmine', '1.3.2' # General helpers diff --git a/Gemfile.lock b/Gemfile.lock index 4896fcc0e..d143a9285 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM actionpack (~> 3.0) i18n-inflector (~> 2.6) railties (~> 3.0) - jasmine (1.3.1) + jasmine (1.3.2) jasmine-core (~> 1.3.1) rack (~> 1.0) rspec (>= 1.3.1) @@ -445,7 +445,7 @@ DEPENDENCIES handlebars_assets (= 0.12.0) http_accept_language (= 1.0.2) i18n-inflector-rails (~> 1.0) - jasmine (= 1.3.1) + jasmine (= 1.3.2) jquery-rails (= 2.1.4) json (= 1.7.7) markerb (= 1.0.1) From 39b64bd65b3e7a3d19c8296137afdcf1b1ef1783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 21 Mar 2013 21:10:30 +0100 Subject: [PATCH 27/34] bump ffi --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d143a9285..73d22ca50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM multipart-post (~> 1.1) faraday_middleware (0.9.0) faraday (>= 0.7.4, < 0.9) - ffi (1.4.0) + ffi (1.5.0) fixture_builder (0.3.5) activerecord (>= 2) activesupport (>= 2) From 18c66ac6bf83db2d88ba2327ca9596ebd87afa50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 21 Mar 2013 21:12:06 +0100 Subject: [PATCH 28/34] bump lumberjack --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1356e7b5d..1fe3e1268 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ gem 'typhoeus', '0.3.3' gem 'client_side_validations', '3.2.2' gem 'gon', '4.0.2' -gem 'haml', '4.0.0' +gem 'haml', '4.0.1' gem 'mobile-fu', '1.1.1' gem 'will_paginate', '3.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 73d22ca50..61783eb8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,7 @@ GEM childprocess (>= 0.2.3) guard (>= 1.1) spork (>= 0.8.4) - haml (4.0.0) + haml (4.0.1) tilt handlebars_assets (0.12.0) execjs (>= 1.2.9) @@ -199,7 +199,7 @@ GEM activesupport (>= 3.0.0) kgio (2.8.0) listen (0.7.3) - lumberjack (1.0.2) + lumberjack (1.0.3) mail (2.5.3) i18n (>= 0.4.0) mime-types (~> 1.16) @@ -441,7 +441,7 @@ DEPENDENCIES guard-cucumber (= 1.3.2) guard-rspec (= 2.5.1) guard-spork (= 1.5.0) - haml (= 4.0.0) + haml (= 4.0.1) handlebars_assets (= 0.12.0) http_accept_language (= 1.0.2) i18n-inflector-rails (~> 1.0) From c8829a703b7bce76fa4026f91231105857d0ce10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 21 Mar 2013 21:13:38 +0100 Subject: [PATCH 29/34] bump nokogiri --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1fe3e1268..ebe5273f8 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem 'messagebus_ruby_api', '1.0.3' # Parsing -gem 'nokogiri', '1.5.6' +gem 'nokogiri', '1.5.9' gem 'rails_autolink', '1.0.9' gem 'redcarpet', '2.2.2' gem 'roxml', '3.1.6' diff --git a/Gemfile.lock b/Gemfile.lock index 61783eb8b..1f4f560ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,7 +225,7 @@ GEM net-ssh (2.6.6) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) - nokogiri (1.5.6) + nokogiri (1.5.9) oauth (0.4.7) oauth2 (0.8.0) faraday (~> 0.8) @@ -453,7 +453,7 @@ DEPENDENCIES mini_magick (= 3.5) mobile-fu (= 1.1.1) mysql2 (= 0.3.11) - nokogiri (= 1.5.6) + nokogiri (= 1.5.9) omniauth (= 1.1.3) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) From 97393faab3e5240583f15ee55baeadc453c019ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 21 Mar 2013 21:15:52 +0100 Subject: [PATCH 30/34] bump rails_admin --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ebe5273f8..ede0b304a 100644 --- a/Gemfile +++ b/Gemfile @@ -123,7 +123,7 @@ group :production do # we don't install these on travis to speed up test runs # Administration - gem 'rails_admin', '0.4.5' + gem 'rails_admin', '0.4.6' # Analytics diff --git a/Gemfile.lock b/Gemfile.lock index 1f4f560ba..1405572ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM railties (= 3.2.13) rails-i18n (0.7.2) i18n (~> 0.5) - rails_admin (0.4.5) + rails_admin (0.4.6) bootstrap-sass (~> 2.2) builder (~> 3.0) coffee-rails (~> 3.1) @@ -352,7 +352,7 @@ GEM ruby-oembed (0.8.8) ruby-progressbar (1.0.2) rubyzip (0.9.9) - safe_yaml (0.8.5) + safe_yaml (0.8.6) sass (3.2.7) sass-rails (3.2.6) railties (~> 3.2.0) @@ -467,7 +467,7 @@ DEPENDENCIES rack-ssl (= 1.3.3) rails (= 3.2.13) rails-i18n (= 0.7.2) - rails_admin (= 0.4.5) + rails_admin (= 0.4.6) rails_autolink (= 1.0.9) rb-fsevent (= 0.9.3) rb-inotify (= 0.9.0) From e932b506b3ad336f10921c0621817ba5de1be577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 21 Mar 2013 21:17:09 +0100 Subject: [PATCH 31/34] bump omniauth-twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ede0b304a..48b5eb243 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem 'ruby-oembed', '0.8.8' gem 'omniauth', '1.1.3' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' -gem 'omniauth-twitter', '0.0.14' +gem 'omniauth-twitter', '0.0.15' gem 'twitter', '4.6.2' # Tags diff --git a/Gemfile.lock b/Gemfile.lock index 1405572ce..590d399c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,7 +246,7 @@ GEM omniauth (~> 1.0) omniauth-tumblr (1.1) omniauth-oauth (~> 1.0) - omniauth-twitter (0.0.14) + omniauth-twitter (0.0.15) multi_json (~> 1.3) omniauth-oauth (~> 1.0) orm_adapter (0.4.0) @@ -457,7 +457,7 @@ DEPENDENCIES omniauth (= 1.1.3) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) - omniauth-twitter (= 0.0.14) + omniauth-twitter (= 0.0.15) pg (= 0.14.1) rack-cors (= 0.2.7) rack-google-analytics (= 0.11.0) From 5869fc27c15142993e0b3ccdef69430e4f4fea1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 21 Mar 2013 21:18:25 +0100 Subject: [PATCH 32/34] bump rack-piwik --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 48b5eb243..e5e1cfc52 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ group :production do # we don't install these on travis to speed up test runs # Analytics gem 'rack-google-analytics', '0.11.0', :require => 'rack/google-analytics' - gem 'rack-piwik', '0.1.3', :require => 'rack/piwik' + gem 'rack-piwik', '0.2.2', :require => 'rack/piwik' # Click-jacking protection diff --git a/Gemfile.lock b/Gemfile.lock index 590d399c0..9fcd9f413 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,7 +264,7 @@ GEM rack-google-analytics (0.11.0) rack-mobile-detect (0.4.0) rack - rack-piwik (0.1.3) + rack-piwik (0.2.2) rack-pjax (0.7.0) nokogiri (~> 1.5) rack (~> 1.3) @@ -461,7 +461,7 @@ DEPENDENCIES pg (= 0.14.1) rack-cors (= 0.2.7) rack-google-analytics (= 0.11.0) - rack-piwik (= 0.1.3) + rack-piwik (= 0.2.2) rack-protection (= 1.2) rack-rewrite (= 1.3.3) rack-ssl (= 1.3.3) From ba57fb52f2f24a60fde8ca80d95690de5f0e73d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 21 Mar 2013 21:19:10 +0100 Subject: [PATCH 33/34] bump rails-i18n --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e5e1cfc52..f5aeab9e4 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem 'remotipart', '1.0.5' gem 'http_accept_language', '1.0.2' gem 'i18n-inflector-rails', '~> 1.0' -gem 'rails-i18n', '0.7.2' +gem 'rails-i18n', '0.7.3' # Mail diff --git a/Gemfile.lock b/Gemfile.lock index 9fcd9f413..573b018bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM activesupport (= 3.2.13) bundler (~> 1.0) railties (= 3.2.13) - rails-i18n (0.7.2) + rails-i18n (0.7.3) i18n (~> 0.5) rails_admin (0.4.6) bootstrap-sass (~> 2.2) @@ -466,7 +466,7 @@ DEPENDENCIES rack-rewrite (= 1.3.3) rack-ssl (= 1.3.3) rails (= 3.2.13) - rails-i18n (= 0.7.2) + rails-i18n (= 0.7.3) rails_admin (= 0.4.6) rails_autolink (= 1.0.9) rb-fsevent (= 0.9.3) From 68a6fa3de754144a33a457ad028fc0d52a709b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 21 Mar 2013 21:20:37 +0100 Subject: [PATCH 34/34] bump slop --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 573b018bc..2729dde58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -368,7 +368,7 @@ GEM rack (~> 1.3, >= 1.3.6) rack-protection (~> 1.2) tilt (~> 1.3, >= 1.3.3) - slop (3.4.3) + slop (3.4.4) spork (1.0.0rc3) sprockets (2.2.2) hike (~> 1.2)