From 60d2db27329fed0ea3ef10c4ba72f5f65d5a20ee Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 13:56:43 +0200 Subject: [PATCH 01/17] Bump acts_as_api --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b056a05b8..909afb098 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.2.1" # API and JSON -gem "acts_as_api", "1.0.0" +gem "acts_as_api", "1.0.1" gem "json", "2.1.0" gem "json-schema", "2.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5ed511fe9..23303759c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (5.0.0) activerecord (>= 4.2.8) - acts_as_api (1.0.0) + acts_as_api (1.0.1) activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) @@ -765,7 +765,7 @@ DEPENDENCIES active_model_serializers (= 0.9.7) activerecord-import (= 0.19.1) acts-as-taggable-on (= 5.0.0) - acts_as_api (= 1.0.0) + acts_as_api (= 1.0.1) addressable (= 2.5.1) asset_sync (= 2.2.0) autoprefixer-rails (= 7.1.2.3) From 7a3f6cec4e2cef12335c8a5efeae3c2195d3cf19 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 13:58:35 +0200 Subject: [PATCH 02/17] Bump autoprefixer-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 909afb098..f69a62f56 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem "rack-cors", "1.0.1", require: "rack/cors" # CSS -gem "autoprefixer-rails", "7.1.2.3" +gem "autoprefixer-rails", "7.1.2.4" gem "bootstrap-sass", "3.3.7" gem "bootstrap-switch-rails", "3.3.3" gem "compass-rails", "3.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index 23303759c..6401b448f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM unf ast (2.3.0) attr_required (1.0.1) - autoprefixer-rails (7.1.2.3) + autoprefixer-rails (7.1.2.4) execjs bcrypt (3.1.11) bindata (2.4.0) @@ -768,7 +768,7 @@ DEPENDENCIES acts_as_api (= 1.0.1) addressable (= 2.5.1) asset_sync (= 2.2.0) - autoprefixer-rails (= 7.1.2.3) + autoprefixer-rails (= 7.1.2.4) bootstrap-sass (= 3.3.7) bootstrap-switch-rails (= 3.3.3) capybara (= 2.14.4) From 2d28ce3abf8971a040320a3b5fad131ea13def1f Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:00:51 +0200 Subject: [PATCH 03/17] Bump mysql2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f69a62f56..9cabda5f8 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem "sprockets-rails", "3.2.0" # Database group :mysql, optional: true do - gem "mysql2", "0.4.8" + gem "mysql2", "0.4.9" end group :postgresql, optional: true do gem "pg", "0.21.0" diff --git a/Gemfile.lock b/Gemfile.lock index 6401b448f..77e0006c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -382,7 +382,7 @@ GEM multi_test (0.1.2) multi_xml (0.6.0) multipart-post (2.0.0) - mysql2 (0.4.8) + mysql2 (0.4.9) naught (1.1.0) nenv (0.3.0) nio4r (2.1.0) @@ -818,7 +818,7 @@ DEPENDENCIES mini_magick (= 4.8.0) minitest mobile_fu (= 1.4.0) - mysql2 (= 0.4.8) + mysql2 (= 0.4.9) nokogiri (= 1.8.0) omniauth (= 1.6.1) omniauth-facebook (= 4.0.0) From 6df48b50c30eb948e652832e80605bf9c3991c20 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:03:06 +0200 Subject: [PATCH 04/17] Bump openid_connect --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9cabda5f8..2c2ffe61e 100644 --- a/Gemfile +++ b/Gemfile @@ -159,7 +159,7 @@ gem "twitter", "6.1.0" gem "omniauth-wordpress", "0.2.2" # OpenID Connect -gem "openid_connect", "1.1.2" +gem "openid_connect", "1.1.3" # Serializers diff --git a/Gemfile.lock b/Gemfile.lock index 77e0006c1..00a20b672 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -422,7 +422,7 @@ GEM open_graph_reader (0.6.2) faraday (>= 0.9.0) nokogiri (~> 1.6) - openid_connect (1.1.2) + openid_connect (1.1.3) activemodel attr_required (>= 1.0.0) json (>= 1.4.3) @@ -826,7 +826,7 @@ DEPENDENCIES omniauth-twitter (= 1.4.0) omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.6.2) - openid_connect (= 1.1.2) + openid_connect (= 1.1.3) pg (= 0.21.0) poltergeist (= 1.15.0) pronto (= 0.9.4) From 2e25785f97f69ccaed8f04573582baaa9a6ce00b Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:04:46 +0200 Subject: [PATCH 05/17] Bump versionist --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2c2ffe61e..711098906 100644 --- a/Gemfile +++ b/Gemfile @@ -204,7 +204,7 @@ gem "rubyzip", "1.2.1", require: "zip" # https://github.com/discourse/discourse/pull/238 gem "minitest" -gem "versionist", "1.5.0" +gem "versionist", "1.6.0" # Prevent accidental upgrades of thor # TODO: remove this when either all gems depending on thor have fixed the warnings diff --git a/Gemfile.lock b/Gemfile.lock index 00a20b672..7a7d97c92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -736,7 +736,7 @@ GEM validate_url (1.0.2) activemodel (>= 3.0.0) addressable - versionist (1.5.0) + versionist (1.6.0) activesupport (>= 3) railties (>= 3) yard (~> 0.7) @@ -899,7 +899,7 @@ DEPENDENCIES unicorn (= 5.3.0) unicorn-worker-killer (= 0.4.4) uuid (= 2.3.8) - versionist (= 1.5.0) + versionist (= 1.6.0) webmock (= 3.0.1) will_paginate (= 3.1.6) From c0713ddd8e32ca933fb3419f3b26e5b93fcb554d Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:08:10 +0200 Subject: [PATCH 06/17] Bump capybara --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 711098906..a8e484f6a 100644 --- a/Gemfile +++ b/Gemfile @@ -283,7 +283,7 @@ group :test do # Cucumber (integration tests) - gem "capybara", "2.14.4" + gem "capybara", "2.15.1" gem "database_cleaner", "1.6.1" gem "poltergeist", "1.15.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7a7d97c92..8ac1c1bed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,9 +71,9 @@ GEM buftok (0.2.0) builder (3.2.3) byebug (9.0.6) - capybara (2.14.4) + capybara (2.15.1) addressable - mime-types (>= 1.16) + mini_mime (>= 0.1.3) nokogiri (>= 1.3.3) rack (>= 1.0.0) rack-test (>= 0.5.4) @@ -373,6 +373,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_magick (4.8.0) + mini_mime (0.1.4) mini_portile2 (2.2.0) minitest (5.10.3) mobile_fu (1.4.0) @@ -771,7 +772,7 @@ DEPENDENCIES autoprefixer-rails (= 7.1.2.4) bootstrap-sass (= 3.3.7) bootstrap-switch-rails (= 3.3.3) - capybara (= 2.14.4) + capybara (= 2.15.1) carrierwave (= 1.1.0) compass-rails (= 3.0.2) configurate (= 0.3.1) From de4afb2d1ff0e77033c8a5aa702b274f14906606 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:12:03 +0200 Subject: [PATCH 07/17] Bump jasmine --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a8e484f6a..0d25d17b3 100644 --- a/Gemfile +++ b/Gemfile @@ -310,7 +310,7 @@ group :development, :test do gem "cucumber-rails", "1.5.0", require: false # Jasmine (client side application tests (JS)) - gem "jasmine", "2.6.0" + gem "jasmine", "2.7.0" gem "jasmine-jquery-rails", "2.0.3" gem "rails-assets-jasmine-ajax", "3.3.1", source: "https://rails-assets.org" gem "sinon-rails", "1.15.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8ac1c1bed..9c0c9fb70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -313,12 +313,12 @@ GEM i18n-inflector (~> 2.6) railties (>= 3.0.0) ipaddress (0.8.3) - jasmine (2.6.0) - jasmine-core (>= 2.6.0, < 3.0.0) + jasmine (2.7.0) + jasmine-core (>= 2.7.0, < 3.0.0) phantomjs rack (>= 1.2.1) rake - jasmine-core (2.6.4) + jasmine-core (2.7.0) jasmine-jquery-rails (2.0.3) jquery-rails (4.3.1) rails-dom-testing (>= 1, < 3) @@ -805,7 +805,7 @@ DEPENDENCIES handlebars_assets (= 0.23.2) http_accept_language (= 2.1.1) i18n-inflector-rails (= 1.0.7) - jasmine (= 2.6.0) + jasmine (= 2.7.0) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.3.1) js-routes (= 1.3.3) From f1a7a3735c521b7aab23fa8fa75ae132cc17cec3 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:14:49 +0200 Subject: [PATCH 08/17] Bump poltergeist --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0d25d17b3..552aa15f0 100644 --- a/Gemfile +++ b/Gemfile @@ -285,7 +285,7 @@ group :test do gem "capybara", "2.15.1" gem "database_cleaner", "1.6.1" - gem "poltergeist", "1.15.0" + gem "poltergeist", "1.16.0" gem "cucumber-api-steps", "0.13", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9c0c9fb70..e52a00fb2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -440,7 +440,7 @@ GEM ast (~> 2.2) pg (0.21.0) phantomjs (2.1.1.0) - poltergeist (1.15.0) + poltergeist (1.16.0) capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) @@ -829,7 +829,7 @@ DEPENDENCIES open_graph_reader (= 0.6.2) openid_connect (= 1.1.3) pg (= 0.21.0) - poltergeist (= 1.15.0) + poltergeist (= 1.16.0) pronto (= 0.9.4) pronto-eslint (= 0.9.1) pronto-haml (= 0.9.0) From d0a2fafeb7311aac13a83cc5ded1189363cdde56 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:16:24 +0200 Subject: [PATCH 09/17] Bump rspec-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 552aa15f0..a06740129 100644 --- a/Gemfile +++ b/Gemfile @@ -304,7 +304,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "3.6.0" + gem "rspec-rails", "3.6.1" # Cucumber (integration tests) gem "cucumber-rails", "1.5.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e52a00fb2..b309710fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -598,7 +598,7 @@ GEM rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.6.0) - rspec-rails (3.6.0) + rspec-rails (3.6.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -873,7 +873,7 @@ DEPENDENCIES redcarpet (= 3.4.0) responders (= 2.4.0) rspec-json_expectations (~> 2.1) - rspec-rails (= 3.6.0) + rspec-rails (= 3.6.1) rubocop (= 0.49.1) ruby-oembed (= 0.12.0) rubyzip (= 1.2.1) From 4e0f22ebb4271b2c10af92da792035a5256cf2ba Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:25:37 +0200 Subject: [PATCH 10/17] Bump excon --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b309710fb..e7bd8b5a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM tzinfo ethon (0.10.1) ffi (>= 1.3.0) - excon (0.57.1) + excon (0.58.0) execjs (2.7.0) eye (0.9.2) celluloid (~> 0.17.3) From 2e2d3b5c7c8f48b84d222854440e55edd525a676 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:27:20 +0200 Subject: [PATCH 11/17] Bump fog-core --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e7bd8b5a8..0e331bc18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,9 +225,9 @@ GEM fog-json (~> 1.0) fog-xml (~> 0.1) ipaddress (~> 0.8) - fog-core (1.44.3) + fog-core (1.45.0) builder - excon (~> 0.49) + excon (~> 0.58) formatador (~> 0.2) fog-json (1.0.2) fog-core (~> 1.0) From 322d112fe6c33ad7c0b9a273a7e0e61796091099 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:28:35 +0200 Subject: [PATCH 12/17] Bump haml --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e331bc18..7b98af7fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -272,7 +272,7 @@ GEM guard-rubocop (1.3.0) guard (~> 2.0) rubocop (~> 0.20) - haml (5.0.1) + haml (5.0.2) temple (>= 0.8.0) tilt haml_lint (0.26.0) From 4979b8d95bfa29cf16c4bf8d23b886d90b2bef50 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:29:45 +0200 Subject: [PATCH 13/17] Bump hashdiff --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7b98af7fb..672da537c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,7 +289,7 @@ GEM execjs (~> 2.0) sprockets (>= 2.0.0) tilt (>= 1.2) - hashdiff (0.3.4) + hashdiff (0.3.5) hashie (3.5.6) hitimes (1.2.5) http (2.2.2) From b1e885b0b3600b95d8c4f1ae8918e9566bbb4585 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:31:17 +0200 Subject: [PATCH 14/17] Bump hitimes --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 672da537c..78663b02e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,7 +291,7 @@ GEM tilt (>= 1.2) hashdiff (0.3.5) hashie (3.5.6) - hitimes (1.2.5) + hitimes (1.2.6) http (2.2.2) addressable (~> 2.3) http-cookie (~> 1.0) From d09bedf597d6918bf8589389b87a2e4d8ebd933d Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:36:38 +0200 Subject: [PATCH 15/17] Bump jsonpath --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 78663b02e..7d31c6ef6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -342,7 +342,7 @@ GEM json-schema-rspec (0.0.4) json-schema (~> 2.5) rspec - jsonpath (0.8.5) + jsonpath (0.8.7) multi_json jwt (1.5.6) kgio (2.11.0) From b3a3adcd7288e71eb31d3f4b7eabfbd0deb5a5d0 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:40:49 +0200 Subject: [PATCH 16/17] Bump rails-assets-jasmine --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7d31c6ef6..325b0dcbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -526,7 +526,7 @@ GEM rails-assets-favico.js (0.3.10) rails-assets-fine-uploader (5.13.0) rails-assets-highlightjs (9.12.0) - rails-assets-jasmine (2.6.4) + rails-assets-jasmine (2.7.0) rails-assets-jasmine-ajax (3.3.1) rails-assets-jasmine (~> 2) rails-assets-jquery (3.2.1) From 3c59bcc4cde453485d8b760343dbb248c3bc2203 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 14:56:25 +0200 Subject: [PATCH 17/17] Bump raindrops --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 325b0dcbf..e2ac7ba50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -574,7 +574,7 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (2.2.2) rake - raindrops (0.18.0) + raindrops (0.19.0) rake (12.0.0) rb-fsevent (0.10.2) rb-inotify (0.9.10)