From e0466a5c03ffea771c48ac071f9d5ca91967cf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 16 Mar 2018 18:51:59 +0000 Subject: [PATCH 1/6] Bump devise from 4.3.0 to 4.4.2 Bumps [devise](https://github.com/plataformatec/devise) from 4.3.0 to 4.4.2. - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/devise/compare/v4.3.0...v4.4.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 001355b..d821dc9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,10 +96,10 @@ GEM concurrent-ruby (1.0.5) crass (1.0.3) dentaku (3.1.0) - devise (4.3.0) + devise (4.4.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0, < 5.2) + railties (>= 4.1.0, < 6.0) responders warden (~> 1.2.3) devise-i18n (1.1.2) From 12440f5b3f5ea29db2085e517d734049c060c883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 16 Mar 2018 18:52:05 +0000 Subject: [PATCH 2/6] Bump turbolinks from 5.0.1 to 5.1.0 Bumps [turbolinks](https://github.com/turbolinks/turbolinks) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/turbolinks/turbolinks/releases) - [Changelog](https://github.com/turbolinks/turbolinks/blob/master/CHANGELOG.md) - [Commits](https://github.com/turbolinks/turbolinks/compare/v5.0.1...v5.1.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 001355b..d395efe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,9 +267,9 @@ GEM thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) + turbolinks (5.1.0) + turbolinks-source (~> 5.1) + turbolinks-source (5.1.0) tzinfo (1.2.5) thread_safe (~> 0.1) uglifier (3.2.0) From e0dc31ed010d583f2b99827da1c436514de76039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 16 Mar 2018 18:52:08 +0000 Subject: [PATCH 3/6] Bump mysql2 from 0.4.6 to 0.4.10 Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.4.6 to 0.4.10. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Changelog](https://github.com/brianmario/mysql2/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianmario/mysql2/compare/0.4.6...0.4.10) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 001355b..f82e580 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM minitest (5.11.3) multi_json (1.12.1) mustermann (1.0.2) - mysql2 (0.4.6) + mysql2 (0.4.10) nio4r (2.2.0) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) From f8b295bb548f03d0ff3d9187d7bbd34080d0a8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 16 Mar 2018 18:52:15 +0000 Subject: [PATCH 4/6] Bump rails-i18n from 5.0.4 to 5.1.1 Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 5.0.4 to 5.1.1. - [Release notes](https://github.com/svenfuchs/rails-i18n/releases) - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/commits) Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 001355b..2c466bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,9 +190,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - rails-i18n (5.0.4) - i18n (~> 0.7) - railties (~> 5.0) + rails-i18n (5.1.1) + i18n (>= 0.7, < 2) + railties (>= 5.0, < 6) rails_bootstrap_navbar (3.0.0) bootstrap-navbar (~> 3.0) rails (>= 3.0.0) From 18aaf7844841c609d62c9bc364707567c93d0602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 16 Mar 2018 18:52:31 +0000 Subject: [PATCH 5/6] Bump devise-i18n from 1.1.2 to 1.5.1 Bumps [devise-i18n](https://github.com/tigrish/devise-i18n) from 1.1.2 to 1.5.1. - [Release notes](https://github.com/tigrish/devise-i18n/releases) - [Changelog](https://github.com/tigrish/devise-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/tigrish/devise-i18n/compare/v1.1.2...v1.5.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 001355b..7f857b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,8 @@ GEM railties (>= 4.1.0, < 5.2) responders warden (~> 1.2.3) - devise-i18n (1.1.2) + devise-i18n (1.5.1) + devise (>= 3.4) diff-lcs (1.3) dotenv (2.2.1) dotenv-rails (2.2.1) From 1068bc8f71d321b1b29781503b5c45feff74f16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 16 Mar 2018 18:56:12 +0000 Subject: [PATCH 6/6] Bump devise-i18n from 1.5.1 to 1.6.1 Bumps [devise-i18n](https://github.com/tigrish/devise-i18n) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/tigrish/devise-i18n/releases) - [Changelog](https://github.com/tigrish/devise-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/tigrish/devise-i18n/compare/v1.5.1...v1.6.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7f857b8..15f0afc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,14 +96,14 @@ GEM concurrent-ruby (1.0.5) crass (1.0.3) dentaku (3.1.0) - devise (4.3.0) + devise (4.4.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0, < 5.2) + railties (>= 4.1.0, < 6.0) responders warden (~> 1.2.3) - devise-i18n (1.5.1) - devise (>= 3.4) + devise-i18n (1.6.1) + devise (>= 4.4) diff-lcs (1.3) dotenv (2.2.1) dotenv-rails (2.2.1)