From 6672b1c9411d1401f6ff0e87f0a691bed3a4c009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 14:59:22 +0200 Subject: [PATCH 01/30] bump unicorn --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e7e19a239..1f1c66d18 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.13' # Appserver -gem 'unicorn', '4.6.2', :require => false +gem 'unicorn', '4.6.3', :require => false # API and JSON diff --git a/Gemfile.lock b/Gemfile.lock index 9d6741320..83884035d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,7 +394,7 @@ GEM uglifier (2.1.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) - unicorn (4.6.2) + unicorn (4.6.3) kgio (~> 2.6) rack raindrops (~> 0.7) @@ -485,6 +485,6 @@ DEPENDENCIES twitter (= 4.7.0) typhoeus (= 0.6.3) uglifier (= 2.1.1) - unicorn (= 4.6.2) + unicorn (= 4.6.3) webmock (= 1.11.0) will_paginate (= 3.0.4) From beda9b2a1a04c8fbf373b8df33b2f73460bcae9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:02:31 +0200 Subject: [PATCH 02/30] bump carrierwave --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1f1c66d18..8638be2b9 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'foreigner', '1.4.1' # File uploading -gem 'carrierwave', '0.8.0' +gem 'carrierwave', '0.9.0' gem 'fog', '1.12.1' gem 'mini_magick', '3.6.0' gem 'remotipart', '1.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index 83884035d..727f68c10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,9 +51,10 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - carrierwave (0.8.0) + carrierwave (0.9.0) activemodel (>= 3.2.0) activesupport (>= 3.2.0) + json (>= 1.7) celluloid (0.13.0) timers (>= 1.0.0) childprocess (0.3.9) @@ -419,7 +420,7 @@ DEPENDENCIES asset_sync (= 0.5.4) bootstrap-sass (= 2.2.2.0) capybara (= 2.1.0) - carrierwave (= 0.8.0) + carrierwave (= 0.9.0) client_side_validations (= 3.2.5) compass-rails (= 1.0.3) configurate (= 0.0.8) @@ -482,7 +483,7 @@ DEPENDENCIES slim (= 1.3.9) spork (= 1.0.0rc3) timecop (= 0.6.1) - twitter (= 4.7.0) + twitter (= 3.7.0) typhoeus (= 0.6.3) uglifier (= 2.1.1) unicorn (= 4.6.3) From 7310375c778f5535525e30652015b18e4ab8f5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:03:49 +0200 Subject: [PATCH 03/30] bump i18n-inflector --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 727f68c10..4b1272481 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM http_accept_language (1.0.2) httpauth (0.2.0) i18n (0.6.1) - i18n-inflector (2.6.6) + i18n-inflector (2.6.7) i18n (>= 0.4.1) i18n-inflector-rails (1.0.6) actionpack (~> 3.0) From f76cd9c5965a9c1a582ba8ec926e7dd335a950ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:05:05 +0200 Subject: [PATCH 04/30] bump rails-i18n --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8638be2b9..d07c4b765 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'remotipart', '1.0.5' gem 'http_accept_language', '1.0.2' gem 'i18n-inflector-rails', '~> 1.0' -gem 'rails-i18n', '0.7.3' +gem 'rails-i18n', '0.7.4' # Mail diff --git a/Gemfile.lock b/Gemfile.lock index 4b1272481..5eb66f0bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM activesupport (= 3.2.13) bundler (~> 1.0) railties (= 3.2.13) - rails-i18n (0.7.3) + rails-i18n (0.7.4) i18n (~> 0.5) rails_admin (0.4.9) bootstrap-sass (~> 2.2) @@ -463,7 +463,7 @@ DEPENDENCIES rack-rewrite (= 1.3.3) rack-ssl (= 1.3.3) rails (= 3.2.13) - rails-i18n (= 0.7.3) + rails-i18n (= 0.7.4) rails_admin (= 0.4.9) rails_autolink (= 1.1.0) rb-fsevent (= 0.9.3) From b2e7eb4e2bd97bbab80ae50e8088154c3b48cabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:06:46 +0200 Subject: [PATCH 05/30] bump twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d07c4b765..dafb4cc2d 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem 'omniauth', '1.1.4' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '0.0.16' -gem 'twitter', '4.7.0' +gem 'twitter', '4.8.1' # Tags diff --git a/Gemfile.lock b/Gemfile.lock index 5eb66f0bc..3c757df3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -385,7 +385,7 @@ GEM treetop (1.4.14) polyglot polyglot (>= 0.3.1) - twitter (4.7.0) + twitter (4.8.1) faraday (~> 0.8, < 0.10) multi_json (~> 1.0) simple_oauth (~> 0.2) @@ -483,7 +483,7 @@ DEPENDENCIES slim (= 1.3.9) spork (= 1.0.0rc3) timecop (= 0.6.1) - twitter (= 3.7.0) + twitter (= 4.8.1) typhoeus (= 0.6.3) uglifier (= 2.1.1) unicorn (= 4.6.3) From 70d1384cb19d3d6de5817a26f6c0cf46a9757bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:08:11 +0200 Subject: [PATCH 06/30] bump omniauth-twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dafb4cc2d..049ebf187 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem 'ruby-oembed', '0.8.8' gem 'omniauth', '1.1.4' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' -gem 'omniauth-twitter', '0.0.16' +gem 'omniauth-twitter', '1.0.0' gem 'twitter', '4.8.1' # Tags diff --git a/Gemfile.lock b/Gemfile.lock index 3c757df3b..b3e7a5723 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,7 +242,7 @@ GEM omniauth (~> 1.0) omniauth-tumblr (1.1) omniauth-oauth (~> 1.0) - omniauth-twitter (0.0.16) + omniauth-twitter (1.0.0) multi_json (~> 1.3) omniauth-oauth (~> 1.0) orm_adapter (0.4.0) @@ -455,7 +455,7 @@ DEPENDENCIES omniauth (= 1.1.4) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) - omniauth-twitter (= 0.0.16) + omniauth-twitter (= 1.0.0) rack-cors (= 0.2.8) rack-google-analytics (= 0.11.0) rack-piwik (= 0.2.2) From b9d130f9628919e64c6b725afd7775bb69c4e65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:11:05 +0200 Subject: [PATCH 07/30] bump cucumber --- Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b3e7a5723..fa38541fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,11 +79,12 @@ GEM connection_pool (1.0.0) crack (0.4.0) safe_yaml (~> 0.9.0) - cucumber (1.3.2) + cucumber (1.3.5) builder (>= 2.1.2) diff-lcs (>= 1.1.3) gherkin (~> 2.12.0) - multi_json (~> 1.3) + multi_json (~> 1.7.5) + multi_test (>= 0.0.2) cucumber-rails (1.3.1) capybara (>= 1.1.2) cucumber (>= 1.2.0) @@ -215,6 +216,7 @@ GEM rack-mobile-detect rails multi_json (1.7.7) + multi_test (0.0.2) multipart-post (1.2.0) mysql2 (0.3.11) nested_form (0.3.2) From e3de9ad52decb2d313b27d0f16a4097811ef0e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:16:27 +0200 Subject: [PATCH 08/30] bump guard --- Gemfile | 4 ++-- Gemfile.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 049ebf187..0bae0e295 100644 --- a/Gemfile +++ b/Gemfile @@ -157,13 +157,13 @@ group :development do # Automatic test runs gem 'guard-cucumber', '1.4.0' - gem 'guard-rspec', '3.0.1' + gem 'guard-rspec', '3.0.2' gem 'rb-fsevent', '0.9.3', :require => false gem 'rb-inotify', '0.9.0', :require => false # Preloading environment - gem 'guard-spork', '1.5.0' + gem 'guard-spork', '1.5.1' gem 'spork', '1.0.0rc3' end diff --git a/Gemfile.lock b/Gemfile.lock index fa38541fe..9511335a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM gon (4.1.1) actionpack (>= 2.3.0) json - guard (1.8.0) + guard (1.8.2) formatador (>= 0.2.4) listen (>= 1.0.0) lumberjack (>= 1.0.2) @@ -153,10 +153,10 @@ GEM guard-cucumber (1.4.0) cucumber (>= 1.2.0) guard (>= 1.1.0) - guard-rspec (3.0.1) + guard-rspec (3.0.2) guard (>= 1.8) rspec (~> 2.13) - guard-spork (1.5.0) + guard-spork (1.5.1) childprocess (>= 0.2.3) guard (>= 1.1) spork (>= 0.8.4) @@ -197,18 +197,18 @@ GEM actionpack (>= 3.0.0) activesupport (>= 3.0.0) kgio (2.8.0) - listen (1.2.0) + listen (1.2.2) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) rb-kqueue (>= 0.2) - lumberjack (1.0.3) + lumberjack (1.0.4) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) markerb (1.0.1) redcarpet (>= 2.0) messagebus_ruby_api (1.0.3) - method_source (0.8.1) + method_source (0.8.2) mime-types (1.23) mini_magick (3.6.0) subexec (~> 0.2.1) @@ -371,7 +371,7 @@ GEM slim (1.3.9) temple (~> 0.6.3) tilt (~> 1.3, >= 1.3.3) - slop (3.4.5) + slop (3.4.6) spork (1.0.0rc3) sprockets (2.2.2) hike (~> 1.2) @@ -439,8 +439,8 @@ DEPENDENCIES fuubar (= 1.1.1) gon (= 4.1.1) guard-cucumber (= 1.4.0) - guard-rspec (= 3.0.1) - guard-spork (= 1.5.0) + guard-rspec (= 3.0.2) + guard-spork (= 1.5.1) haml (= 4.0.3) handlebars_assets (= 0.12.0) http_accept_language (= 1.0.2) From d113538171c12fa65a000c9649a9af5adb225f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:17:30 +0200 Subject: [PATCH 09/30] bump remotipart --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0bae0e295..185853347 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'foreigner', '1.4.1' gem 'carrierwave', '0.9.0' gem 'fog', '1.12.1' gem 'mini_magick', '3.6.0' -gem 'remotipart', '1.0.5' +gem 'remotipart', '1.2.1' # Localization diff --git a/Gemfile.lock b/Gemfile.lock index 9511335a4..ed144fdd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,7 +319,7 @@ GEM redis (3.0.4) redis-namespace (1.3.0) redis (~> 3.0.0) - remotipart (1.0.5) + remotipart (1.2.1) rmagick (2.13.2) roxml (3.1.6) activesupport (>= 2.3.0) @@ -471,7 +471,7 @@ DEPENDENCIES rb-fsevent (= 0.9.3) rb-inotify (= 0.9.0) redcarpet (= 2.3.0) - remotipart (= 1.0.5) + remotipart (= 1.2.1) rmagick (= 2.13.2) roxml (= 3.1.6) rspec-instafail (= 0.2.4) From 3c9e3853e8bacfd21c255ae818c4c1625d72f23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:18:07 +0200 Subject: [PATCH 10/30] bump addressable --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 185853347..c7b4a9791 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ gem 'acts-as-taggable-on', '2.4.1' # URIs and HTTP -gem 'addressable', '2.3.4', :require => 'addressable/uri' +gem 'addressable', '2.3.5', :require => 'addressable/uri' gem 'faraday', '0.8.7' gem 'faraday_middleware', '0.9.0' gem 'typhoeus', '0.6.3' diff --git a/Gemfile.lock b/Gemfile.lock index ed144fdd9..a1bfc70d7 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.4) + addressable (2.3.5) arel (3.0.2) asset_sync (0.5.4) activemodel @@ -418,7 +418,7 @@ DEPENDENCIES activerecord-import (= 0.3.1) acts-as-taggable-on (= 2.4.1) acts_as_api (= 0.4.1) - addressable (= 2.3.4) + addressable (= 2.3.5) asset_sync (= 0.5.4) bootstrap-sass (= 2.2.2.0) capybara (= 2.1.0) From 2fcc6bfc5abbc6f8b04d908d414f12bf49def6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:18:37 +0200 Subject: [PATCH 11/30] bump fixture_builder --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c7b4a9791..1d9f462dd 100644 --- a/Gemfile +++ b/Gemfile @@ -170,7 +170,7 @@ end group :test do # RSpec (unit tests, some integration tests) - gem 'fixture_builder', '0.3.5' + gem 'fixture_builder', '0.3.6' gem 'fuubar', '1.1.1' gem 'rspec-instafail', '0.2.4', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index a1bfc70d7..569665c4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM faraday_middleware (0.9.0) faraday (>= 0.7.4, < 0.9) ffi (1.9.0) - fixture_builder (0.3.5) + fixture_builder (0.3.6) activerecord (>= 2) activesupport (>= 2) fog (1.12.1) @@ -432,7 +432,7 @@ DEPENDENCIES factory_girl_rails (= 4.2.1) faraday (= 0.8.7) faraday_middleware (= 0.9.0) - fixture_builder (= 0.3.5) + fixture_builder (= 0.3.6) fog (= 1.12.1) foreigner (= 1.4.1) foreman (= 0.62) From a3dba7180930fedd69bf3ba11c0f0f80ac59f397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:19:02 +0200 Subject: [PATCH 12/30] bump foreigner --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1d9f462dd..3f80c39bc 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'mysql2', '0.3.11' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' gem 'pg', '0.15.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'activerecord-import', '0.3.1' -gem 'foreigner', '1.4.1' +gem 'foreigner', '1.4.2' # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 569665c4a..0daf8123f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,7 @@ GEM ruby-hmac font-awesome-rails (3.1.1.3) railties (>= 3.2, < 5.0) - foreigner (1.4.1) + foreigner (1.4.2) activerecord (>= 3.0.0) foreman (0.62.0) thor (>= 0.13.6) @@ -434,7 +434,7 @@ DEPENDENCIES faraday_middleware (= 0.9.0) fixture_builder (= 0.3.6) fog (= 1.12.1) - foreigner (= 1.4.1) + foreigner (= 1.4.2) foreman (= 0.62) fuubar (= 1.1.1) gon (= 4.1.1) From 1bb2485c3305ca0368b5209de75ec635457b6462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:19:38 +0200 Subject: [PATCH 13/30] bump webmock --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3f80c39bc..468e7a83a 100644 --- a/Gemfile +++ b/Gemfile @@ -184,7 +184,7 @@ group :test do gem 'factory_girl_rails', '4.2.1' gem 'timecop', '0.6.1' - gem 'webmock', '1.11.0', :require => false + gem 'webmock', '1.13.0', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index 0daf8123f..d76996998 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -344,7 +344,7 @@ GEM ruby-oembed (0.8.8) ruby-progressbar (1.1.1) rubyzip (0.9.9) - safe_yaml (0.9.3) + safe_yaml (0.9.4) sass (3.2.9) sass-rails (3.2.6) railties (~> 3.2.0) @@ -403,7 +403,7 @@ GEM raindrops (~> 0.7) warden (1.2.1) rack (>= 1.0) - webmock (1.11.0) + webmock (1.13.0) addressable (>= 2.2.7) crack (>= 0.3.2) websocket (1.0.7) @@ -489,5 +489,5 @@ DEPENDENCIES typhoeus (= 0.6.3) uglifier (= 2.1.1) unicorn (= 4.6.3) - webmock (= 1.11.0) + webmock (= 1.13.0) will_paginate (= 3.0.4) From 229be9e14000bc6d08feb237c056cc067a302f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:20:52 +0200 Subject: [PATCH 14/30] bump bcrypt-ruby --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d76996998..51da329b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM asset_sync (0.5.4) activemodel fog - bcrypt-ruby (3.0.1) + bcrypt-ruby (3.1.1) bootstrap-sass (2.2.2.0) sass (~> 3.2) builder (3.0.4) From 5d602a27742275c3560a66186e10f5587dd05961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:22:10 +0200 Subject: [PATCH 15/30] bump font-awesome-rails --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 51da329b3..7a1401181 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM net-ssh (>= 2.1.3) nokogiri (~> 1.5.0) ruby-hmac - font-awesome-rails (3.1.1.3) + font-awesome-rails (3.2.1.2) railties (>= 3.2, < 5.0) foreigner (1.4.2) activerecord (>= 3.0.0) From b98710bc63e91a192da0e7519d18e82497e7291b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:22:41 +0200 Subject: [PATCH 16/30] bump net-scp --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a1401181..9b2416992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,9 +220,9 @@ GEM multipart-post (1.2.0) mysql2 (0.3.11) nested_form (0.3.2) - net-scp (1.1.1) + net-scp (1.1.2) net-ssh (>= 2.6.5) - net-ssh (2.6.7) + net-ssh (2.6.8) nokogiri (1.5.9) oauth (0.4.7) oauth2 (0.8.1) From b22cb395b70da7b007e6f091bb8a4a9f39b27120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:08:36 +0200 Subject: [PATCH 17/30] bump asset_sync --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 468e7a83a..6faff7a77 100644 --- a/Gemfile +++ b/Gemfile @@ -146,7 +146,7 @@ group :production do # we don't install these on travis to speed up test runs # Third party asset hosting - gem 'asset_sync', '0.5.4', :require => false + gem 'asset_sync', '1.0.0', :require => false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 9b2416992..94ae9e8a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,9 +38,9 @@ GEM rack (>= 1.1.0) addressable (2.3.5) arel (3.0.2) - asset_sync (0.5.4) + asset_sync (1.0.0) activemodel - fog + fog (>= 1.8.0) bcrypt-ruby (3.1.1) bootstrap-sass (2.2.2.0) sass (~> 3.2) @@ -419,7 +419,7 @@ DEPENDENCIES acts-as-taggable-on (= 2.4.1) acts_as_api (= 0.4.1) addressable (= 2.3.5) - asset_sync (= 0.5.4) + asset_sync (= 1.0.0) bootstrap-sass (= 2.2.2.0) capybara (= 2.1.0) carrierwave (= 0.9.0) From bbe8f6373c5f7a68c4a61cc2f3eb8fd1db67ade4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:15:06 +0200 Subject: [PATCH 18/30] bump faraday --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6faff7a77..4545c6f30 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem 'acts-as-taggable-on', '2.4.1' # URIs and HTTP gem 'addressable', '2.3.5', :require => 'addressable/uri' -gem 'faraday', '0.8.7' +gem 'faraday', '0.8.8' gem 'faraday_middleware', '0.9.0' gem 'typhoeus', '0.6.3' diff --git a/Gemfile.lock b/Gemfile.lock index 94ae9e8a6..cdada42fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,8 +109,8 @@ GEM factory_girl_rails (4.2.1) factory_girl (~> 4.2.0) railties (>= 3.0.0) - faraday (0.8.7) - multipart-post (~> 1.1) + faraday (0.8.8) + multipart-post (~> 1.2.0) faraday_middleware (0.9.0) faraday (>= 0.7.4, < 0.9) ffi (1.9.0) @@ -430,7 +430,7 @@ DEPENDENCIES database_cleaner (= 1.0.1) devise (= 2.1.3) factory_girl_rails (= 4.2.1) - faraday (= 0.8.7) + faraday (= 0.8.8) faraday_middleware (= 0.9.0) fixture_builder (= 0.3.6) fog (= 1.12.1) From 6d53f989f3de40529b2302f2975309f01ca16bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:19:57 +0200 Subject: [PATCH 19/30] bump fog --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 4545c6f30..fd62809ba 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem 'foreigner', '1.4.2' # File uploading gem 'carrierwave', '0.9.0' -gem 'fog', '1.12.1' +gem 'fog', '1.14.0' gem 'mini_magick', '3.6.0' gem 'remotipart', '1.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index cdada42fd..6644b86f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM ethon (0.5.12) ffi (>= 1.3.0) mime-types (~> 1.18) - excon (0.23.0) + excon (0.25.3) execjs (1.4.0) multi_json (~> 1.0) factory_girl (4.2.0) @@ -117,15 +117,15 @@ GEM fixture_builder (0.3.6) activerecord (>= 2) activesupport (>= 2) - fog (1.12.1) + fog (1.14.0) builder - excon (~> 0.23.0) + excon (~> 0.25.0) formatador (~> 0.2.0) mime-types multi_json (~> 1.0) net-scp (~> 1.1) net-ssh (>= 2.1.3) - nokogiri (~> 1.5.0) + nokogiri (~> 1.5) ruby-hmac font-awesome-rails (3.2.1.2) railties (>= 3.2, < 5.0) @@ -433,7 +433,7 @@ DEPENDENCIES faraday (= 0.8.8) faraday_middleware (= 0.9.0) fixture_builder (= 0.3.6) - fog (= 1.12.1) + fog (= 1.14.0) foreigner (= 1.4.2) foreman (= 0.62) fuubar (= 1.1.1) From f5015f27a733c4915dc6aac21bc2c822e9033aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:22:38 +0200 Subject: [PATCH 20/30] bump nokogiri --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fd62809ba..149384d30 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem 'messagebus_ruby_api', '1.0.3' # Parsing -gem 'nokogiri', '1.5.9' +gem 'nokogiri', '1.6.0' gem 'rails_autolink', '1.1.0' gem 'redcarpet', '2.3.0' gem 'roxml', '3.1.6' diff --git a/Gemfile.lock b/Gemfile.lock index 6644b86f9..3342704ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,6 +212,7 @@ GEM mime-types (1.23) mini_magick (3.6.0) subexec (~> 0.2.1) + mini_portile (0.5.1) mobile-fu (1.2.1) rack-mobile-detect rails @@ -223,7 +224,8 @@ GEM net-scp (1.1.2) net-ssh (>= 2.6.5) net-ssh (2.6.8) - nokogiri (1.5.9) + nokogiri (1.6.0) + mini_portile (~> 0.5.0) oauth (0.4.7) oauth2 (0.8.1) faraday (~> 0.8) @@ -453,7 +455,7 @@ DEPENDENCIES mini_magick (= 3.6.0) mobile-fu (= 1.2.1) mysql2 (= 0.3.11) - nokogiri (= 1.5.9) + nokogiri (= 1.6.0) omniauth (= 1.1.4) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) From b5c2578af56f23d03c09376bbc36634ae3890fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:24:28 +0200 Subject: [PATCH 21/30] bump pg --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 149384d30..35b212717 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rack-cors', '0.2.8', :require => 'rack/cors' ENV['DB'] ||= 'mysql' gem 'mysql2', '0.3.11' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' -gem 'pg', '0.15.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' +gem 'pg', '0.16.0' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'activerecord-import', '0.3.1' gem 'foreigner', '1.4.2' From f85f7e08400a677b48c039a42d8763c8bfaa9daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:25:34 +0200 Subject: [PATCH 22/30] bump mysql2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 35b212717..1621a3ab0 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'rack-cors', '0.2.8', :require => 'rack/cors' ENV['DB'] ||= 'mysql' -gem 'mysql2', '0.3.11' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' +gem 'mysql2', '0.3.13' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' gem 'pg', '0.16.0' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'activerecord-import', '0.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 3342704ee..5d753c6bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,7 +219,7 @@ GEM multi_json (1.7.7) multi_test (0.0.2) multipart-post (1.2.0) - mysql2 (0.3.11) + mysql2 (0.3.13) nested_form (0.3.2) net-scp (1.1.2) net-ssh (>= 2.6.5) @@ -454,7 +454,7 @@ DEPENDENCIES messagebus_ruby_api (= 1.0.3) mini_magick (= 3.6.0) mobile-fu (= 1.2.1) - mysql2 (= 0.3.11) + mysql2 (= 0.3.13) nokogiri (= 1.6.0) omniauth (= 1.1.4) omniauth-facebook (= 1.4.1) From af749b2a729afa4c9f62dcba573e385f43144328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:28:23 +0200 Subject: [PATCH 23/30] bump redcarpet --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1621a3ab0..1ed3246fc 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'messagebus_ruby_api', '1.0.3' gem 'nokogiri', '1.6.0' gem 'rails_autolink', '1.1.0' -gem 'redcarpet', '2.3.0' +gem 'redcarpet', '3.0.0' gem 'roxml', '3.1.6' gem 'ruby-oembed', '0.8.8' diff --git a/Gemfile.lock b/Gemfile.lock index 5d753c6bd..9cbf8578b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,7 @@ GEM ffi (>= 0.5.0) rdoc (3.12.2) json (~> 1.4) - redcarpet (2.3.0) + redcarpet (3.0.0) redis (3.0.4) redis-namespace (1.3.0) redis (~> 3.0.0) @@ -472,7 +472,7 @@ DEPENDENCIES rails_autolink (= 1.1.0) rb-fsevent (= 0.9.3) rb-inotify (= 0.9.0) - redcarpet (= 2.3.0) + redcarpet (= 3.0.0) remotipart (= 1.2.1) rmagick (= 2.13.2) roxml (= 3.1.6) From cc5addf7e2ceb7c8ded7d45548f21a9678922dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:29:03 +0200 Subject: [PATCH 24/30] bump sass --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9cbf8578b..893339509 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -347,7 +347,7 @@ GEM ruby-progressbar (1.1.1) rubyzip (0.9.9) safe_yaml (0.9.4) - sass (3.2.9) + sass (3.2.10) sass-rails (3.2.6) railties (~> 3.2.0) sass (>= 3.1.10) From db8b1378992c0a93e1de4c1327bbfa5ec4c875c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:29:50 +0200 Subject: [PATCH 25/30] bump warden --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 893339509..afa77b34d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -403,7 +403,7 @@ GEM kgio (~> 2.6) rack raindrops (~> 0.7) - warden (1.2.1) + warden (1.2.3) rack (>= 1.0) webmock (1.13.0) addressable (>= 2.2.7) From f8cb203c87211f3013f731d8d2423c996115917e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:31:32 +0200 Subject: [PATCH 26/30] bump database_cleaner --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1ed3246fc..b362902d9 100644 --- a/Gemfile +++ b/Gemfile @@ -177,7 +177,7 @@ group :test do # Cucumber (integration tests) gem 'capybara', '2.1.0' - gem 'database_cleaner', '1.0.1' + gem 'database_cleaner', '1.1.0' gem 'selenium-webdriver', '2.33.0' # General helpers diff --git a/Gemfile.lock b/Gemfile.lock index afa77b34d..1dbccdf15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM cucumber (>= 1.2.0) nokogiri (>= 1.5.0) rails (~> 3.0) - database_cleaner (1.0.1) + database_cleaner (1.1.0) devise (2.1.3) bcrypt-ruby (~> 3.0) orm_adapter (~> 0.1) @@ -429,7 +429,7 @@ DEPENDENCIES compass-rails (= 1.0.3) configurate (= 0.0.8) cucumber-rails (= 1.3.1) - database_cleaner (= 1.0.1) + database_cleaner (= 1.1.0) devise (= 2.1.3) factory_girl_rails (= 4.2.1) faraday (= 0.8.8) From 607a2e4eca8f3e2ab17023e27bf7ae3d2f9a43c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:32:02 +0200 Subject: [PATCH 27/30] bump temple --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1dbccdf15..d450357d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -381,7 +381,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) subexec (0.2.3) - temple (0.6.5) + temple (0.6.6) thor (0.18.1) tilt (1.4.1) timecop (0.6.1) From 5119759bcf0c10ea8707c275bcddb0c19ea52ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:32:28 +0200 Subject: [PATCH 28/30] bump uglifier --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b362902d9..b896ab3c0 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ group :assets do # Compression - gem 'uglifier', '2.1.1' + gem 'uglifier', '2.1.2' # JavaScript diff --git a/Gemfile.lock b/Gemfile.lock index d450357d5..4adbb5c7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -396,7 +396,7 @@ GEM typhoeus (0.6.3) ethon (~> 0.5.11) tzinfo (0.3.37) - uglifier (2.1.1) + uglifier (2.1.2) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) unicorn (4.6.3) @@ -489,7 +489,7 @@ DEPENDENCIES timecop (= 0.6.1) twitter (= 4.8.1) typhoeus (= 0.6.3) - uglifier (= 2.1.1) + uglifier (= 2.1.2) unicorn (= 4.6.3) webmock (= 1.13.0) will_paginate (= 3.0.4) From dd9e563322f820eb38ecabb55265a3e4c9595298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:05:52 +0200 Subject: [PATCH 29/30] bump sinon-rails --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b896ab3c0..29ce5faa2 100644 --- a/Gemfile +++ b/Gemfile @@ -197,5 +197,5 @@ group :development, :test do # Jasmine (client side application tests (JS)) gem 'jasmine', '1.3.2' - gem 'sinon-rails', '1.4.2.1' + gem 'sinon-rails', '1.7.3' end diff --git a/Gemfile.lock b/Gemfile.lock index 4adbb5c7d..0ce473a71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) raindrops (0.11.0) - rake (10.0.4) + rake (10.1.0) rb-fsevent (0.9.3) rb-inotify (0.9.0) ffi (>= 0.5.0) @@ -368,7 +368,7 @@ GEM rack (~> 1.3, >= 1.3.6) rack-protection (~> 1.2) tilt (~> 1.3, >= 1.3.3) - sinon-rails (1.4.2.1) + sinon-rails (1.7.3) railties (>= 3.1) slim (1.3.9) temple (~> 0.6.3) @@ -483,7 +483,7 @@ DEPENDENCIES selenium-webdriver (= 2.33.0) sidekiq (= 2.11.1) sinatra (= 1.3.3) - sinon-rails (= 1.4.2.1) + sinon-rails (= 1.7.3) slim (= 1.3.9) spork (= 1.0.0rc3) timecop (= 0.6.1) From a5b654de605045459cd3ff3677291a326cac9f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 10 Jul 2013 15:21:21 +0200 Subject: [PATCH 30/30] bump coffee-script-source --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0ce473a71..8fc8b7010 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM coffee-script (2.2.0) coffee-script-source execjs - coffee-script-source (1.6.2) + coffee-script-source (1.6.3) compass (0.12.2) chunky_png (~> 1.2) fssm (>= 0.2.7)