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)