From 935a022f15309aa724a273985ec95cc1a7596512 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 21 Feb 2018 11:47:27 +0100 Subject: [PATCH 1/3] Bump default gems - sentry-raven - simple_form - skylight - uglifier - fog-openstack --- Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3c4c99f68..1138ab81d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM multi_json (~> 1.10) fog-local (0.4.0) fog-core (~> 1.27) - fog-openstack (0.1.23) + fog-openstack (0.1.24) fog-core (~> 1.40) fog-json (>= 1.0) ipaddress (>= 0.8) @@ -403,7 +403,7 @@ GEM domain_name (~> 0.5) http_parser.rb (0.6.0) httpclient (2.8.3) - i18n (0.9.3) + i18n (0.9.5) concurrent-ruby (~> 1.0) inflecto (0.0.2) ipaddress (0.8.3) @@ -448,7 +448,7 @@ GEM activesupport (>= 4.0) logstash-event (~> 1.2.0) request_store - loofah (2.1.1) + loofah (2.2.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.12) @@ -510,7 +510,7 @@ GEM validate_email validate_url webfinger (>= 1.0.1) - openstack (3.3.12) + openstack (3.3.15) json orm_adapter (0.5.0) parallel (1.12.1) @@ -532,7 +532,7 @@ GEM byebug (~> 9.1) pry (~> 0.10) public_suffix (3.0.1) - rack (2.0.3) + rack (2.0.4) rack-handlers (0.7.3) rack rack-mini-profiler (0.10.7) @@ -670,13 +670,13 @@ GEM selenium-webdriver (3.8.0) childprocess (~> 0.5) rubyzip (~> 1.0) - sentry-raven (2.7.1) + sentry-raven (2.7.2) faraday (>= 0.7.6, < 1.0) sexp_processor (4.10.0) shellany (0.0.1) shoulda-matchers (3.1.2) activesupport (>= 4.0.0) - simple_form (3.5.0) + simple_form (3.5.1) actionpack (> 4, < 5.2) activemodel (> 4, < 5.2) sinatra (2.0.0) @@ -684,7 +684,7 @@ GEM rack (~> 2.0) rack-protection (= 2.0.0) tilt (~> 2.0) - skylight (1.5.0) + skylight (1.5.1) activesupport (>= 3.0.0) spreadsheet_architect (1.4.8) axlsx (>= 2.0) @@ -718,9 +718,9 @@ GEM turbolinks (5.1.0) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) - tzinfo (1.2.4) + tzinfo (1.2.5) thread_safe (~> 0.1) - uglifier (4.1.4) + uglifier (4.1.6) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext From 1c74521c6ea6895a3a9ab4c57b750e7d57d373d0 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 21 Feb 2018 11:57:03 +0100 Subject: [PATCH 2/3] Bump test gems - capybara - byebug - pry-byebug - rspec-rails --- Gemfile.lock | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1138ab81d..5ee109978 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM apipie-rails (0.5.6) rails (>= 4.1) arel (9.0.0) - ast (2.3.0) + ast (2.4.0) attr_required (1.0.1) autoprefixer-rails (7.2.5) execjs @@ -115,8 +115,8 @@ GEM brakeman (4.1.1) browser (2.5.2) builder (3.2.3) - byebug (9.1.0) - capybara (2.17.0) + byebug (10.0.0) + capybara (2.18.0) addressable mini_mime (>= 0.1.3) nokogiri (>= 1.3.3) @@ -202,7 +202,7 @@ GEM activesupport (>= 3.0.0) faraday (0.12.2) multipart-post (>= 1.2, < 3) - ffi (1.9.18) + ffi (1.9.21) fission (0.5.0) CFPropertyList (~> 2.2) fog (1.41.0) @@ -514,8 +514,8 @@ GEM json orm_adapter (0.5.0) parallel (1.12.1) - parser (2.4.0.2) - ast (~> 2.3) + parser (2.5.0.1) + ast (~> 2.4.0) pdf-core (0.7.0) pg (0.19.0) powerpack (0.1.1) @@ -528,10 +528,10 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - pry-byebug (3.5.1) - byebug (~> 9.1) + pry-byebug (3.6.0) + byebug (~> 10.0) pry (~> 0.10) - public_suffix (3.0.1) + public_suffix (3.0.2) rack (2.0.4) rack-handlers (0.7.3) rack @@ -604,27 +604,27 @@ GEM activesupport (>= 3.0, < 6.0) builder (~> 3.0) rubyzip (~> 1.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) + rspec (3.7.0) + rspec-core (~> 3.7.0) + rspec-expectations (~> 3.7.0) + rspec-mocks (~> 3.7.0) + rspec-core (3.7.1) + rspec-support (~> 3.7.0) + rspec-expectations (3.7.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) + rspec-support (~> 3.7.0) + rspec-mocks (3.7.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-rails (3.5.2) + rspec-support (~> 3.7.0) + rspec-rails (3.7.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) + rspec-core (~> 3.7.0) + rspec-expectations (~> 3.7.0) + rspec-mocks (~> 3.7.0) + rspec-support (~> 3.7.0) + rspec-support (3.7.1) rspec_junit_formatter (0.3.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (0.52.1) From 54ee79d90b5dddef2384d00a1b0ab0577039ee93 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 21 Feb 2018 11:57:51 +0100 Subject: [PATCH 3/3] Bump sinatra (security vulnerability) --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5ee109978..cb3c0a052 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -474,7 +474,7 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) - mustermann (1.0.1) + mustermann (1.0.2) nenv (0.3.0) netrc (0.11.0) nio4r (2.2.0) @@ -543,7 +543,7 @@ GEM httpclient (>= 2.4) multi_json (>= 1.3.6) rack (>= 1.1) - rack-protection (2.0.0) + rack-protection (2.0.1) rack rack-test (0.8.2) rack (>= 1.0, < 3) @@ -679,10 +679,10 @@ GEM simple_form (3.5.1) actionpack (> 4, < 5.2) activemodel (> 4, < 5.2) - sinatra (2.0.0) + sinatra (2.0.1) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.0) + rack-protection (= 2.0.1) tilt (~> 2.0) skylight (1.5.1) activesupport (>= 3.0.0)