From 74f680ac955fef1df9d9901e60c1f7e39c957d23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 18:34:20 +0000 Subject: [PATCH] Bump github_changelog_generator from 1.15.0 to 1.15.2 Bumps [github_changelog_generator](https://github.com/github-changelog-generator/Github-Changelog-Generator) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/github-changelog-generator/Github-Changelog-Generator/releases) - [Changelog](https://github.com/github-changelog-generator/github-changelog-generator/blob/master/CHANGELOG.md) - [Commits](https://github.com/github-changelog-generator/Github-Changelog-Generator/compare/v1.15.0...v1.15.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 154de3831..1a989dfdc 100644 --- a/Gemfile +++ b/Gemfile @@ -99,7 +99,7 @@ group :development do gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-puma", "~> 4.0.0" gem "erb_lint", require: false - gem "github_changelog_generator", "~> 1.15.0" + gem "github_changelog_generator", "~> 1.15.2" gem "mdl", "~> 0.11.0", require: false gem "rubocop", "~> 0.83.0", require: false gem "rubocop-performance", "~> 1.6.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 5708171c9..684a803b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,10 +226,10 @@ GEM railties (>= 3.0.0) faker (1.8.7) i18n (>= 0.7) - faraday (0.17.3) + faraday (1.0.1) multipart-post (>= 1.2, < 3) - faraday-http-cache (2.0.0) - faraday (~> 0.8) + faraday-http-cache (2.2.0) + faraday (>= 0.8) ffi (1.13.1) font-awesome-sass (5.13.0) sassc (>= 1.11) @@ -244,7 +244,7 @@ GEM railties (>= 4.1, < 6.0) tzinfo (~> 1.2, >= 1.2.2) geocoder (1.6.3) - github_changelog_generator (1.15.0) + github_changelog_generator (1.15.2) activesupport faraday-http-cache multi_json @@ -374,7 +374,8 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - octokit (4.14.0) + octokit (4.18.0) + faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) omniauth (1.9.1) hashie (>= 3.4.6) @@ -664,7 +665,7 @@ DEPENDENCIES font-awesome-sass (~> 5.13.0) foundation-rails (~> 6.6.2.0) foundation_rails_helper (~> 3.0.0) - github_changelog_generator (~> 1.15.0) + github_changelog_generator (~> 1.15.2) globalize (~> 5.3.0) globalize-accessors (~> 0.2.1) graphiql-rails (~> 1.4.1)