diff options
author | Tom Duffield <tom@chef.io> | 2016-11-07 15:01:17 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-11-09 12:59:09 -0600 |
commit | f80f0dce2eabe9d22dcf469e1d1a681d5f9956e7 (patch) | |
tree | fe6fed9cad228998b3979e7b8da0ec3942fd470d /Gemfile.lock | |
parent | 439b74cb6e333167fac2a00b43b49d4cf15b9d1d (diff) | |
download | chef-f80f0dce2eabe9d22dcf469e1d1a681d5f9956e7.tar.gz |
Bump gem for github_changelog_generator
There was a bug fix in 1.14.0 that we need to bring in.
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b59520266b..b0cfd096cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,8 +191,6 @@ GEM gherkin (~> 4.0) cucumber-wire (0.0.1) debug_inspector (0.0.2) - descendants_tracker (0.0.4) - thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.2.5) docile (1.1.5) domain_name (0.5.20161021) @@ -203,6 +201,8 @@ GEM excon (0.54.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) + faraday-http-cache (1.3.1) + faraday (~> 0.8) faraday_middleware (0.10.0) faraday (>= 0.7.4, < 0.10) fauxhai (3.10.0) @@ -234,16 +234,14 @@ GEM net-http-pipeline gherkin (4.0.0) git (1.3.0) - github_api (0.14.5) - addressable (~> 2.4.0) - descendants_tracker (~> 0.0.4) - faraday (~> 0.8, < 0.10) - hashie (>= 3.4) - oauth2 (~> 1.0) - github_changelog_generator (1.13.2) - github_api (>= 0.14) + github_changelog_generator (1.14.1) + activesupport + faraday-http-cache + multi_json + octokit (~> 4.0) rainbow (>= 2.1) rake (>= 10.0) + retriable (~> 2.1) gssapi (1.2.0) ffi (>= 1.0.1) gyoku (1.3.1) @@ -264,7 +262,6 @@ GEM ipaddress (0.8.3) jmespath (1.3.1) json (1.8.3) - jwt (1.5.6) kitchen-docker (2.6.0) test-kitchen (>= 1.0.0) kitchen-ec2 (1.2.0) @@ -314,7 +311,6 @@ GEM mixlib-versioning (1.1.0) multi_json (1.12.1) multi_test (0.1.2) - multi_xml (0.5.5) multipart-post (2.0.0) net-http-persistent (3.0.0) connection_pool (~> 2.2) @@ -337,12 +333,6 @@ GEM nokogiri (1.6.8.1-x86-mingw32) mini_portile2 (~> 2.1.0) nori (2.6.0) - oauth2 (1.2.0) - faraday (>= 0.8, < 0.10) - jwt (~> 1.0) - multi_json (~> 1.3) - multi_xml (~> 0.5) - rack (>= 1.2, < 3) octokit (4.4.1) sawyer (~> 0.7.0, >= 0.5.3) ohai (8.21.0) @@ -424,6 +414,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) + retriable (2.1.0) retryable (2.0.4) rspec (3.5.0) rspec-core (~> 3.5.0) |