From 2b198786a66a37165030dda02b3bfedf247a131f Mon Sep 17 00:00:00 2001 From: zeroxdead Date: Fri, 30 Aug 2024 00:18:47 +0300 Subject: [PATCH] fix: check for a changelog text before returning a changelog url Currently, the changelog_url function (message_builder.rb) returns a url to the first changelog file with a name from the list defined in Dependabot::MetadataFinders::Base::ChangelogFinder::CHANGELOG_NAMES. This causes it to sometimes return a url to a file, which is definitely not a changelog (e.g. some script used to make a release of a library). The commit message ends up containing a url that shouldn't be there. The solution is to check the contents of the changelog file by invoking the changelog_text function (metadata_finders/base.rb) in an 'if' statement before returning the result of the changelog_url function. The same approach is used in the changelog_cascade function, which is used for building a pull request message (metadata_presenter.rb). Signed-off-by: zeroxdead --- .../pull_request_creator/message_builder.rb | 3 +- .../message_builder_spec.rb | 12 + .../does_not_contain_changelog_url.yml | 1272 +++++++++++++++++ 3 files changed, 1286 insertions(+), 1 deletion(-) create mode 100644 common/spec/fixtures/vcr_cassettes/Dependabot_PullRequestCreator_MessageBuilder/_commit_message/when_changelog_file_does_not_contain_relevant_versions/does_not_contain_changelog_url.yml diff --git a/common/lib/dependabot/pull_request_creator/message_builder.rb b/common/lib/dependabot/pull_request_creator/message_builder.rb index 98b3161a466..026788ff89d 100644 --- a/common/lib/dependabot/pull_request_creator/message_builder.rb +++ b/common/lib/dependabot/pull_request_creator/message_builder.rb @@ -790,7 +790,8 @@ def build_table(summary, rows) sig { params(dependency: Dependabot::Dependency).returns(T.nilable(String)) } def changelog_url(dependency) - metadata_finder(dependency).changelog_url + metadata = metadata_finder(dependency) + metadata.changelog_url if metadata.changelog_text end sig { params(dependency: Dependabot::Dependency).returns(T.nilable(String)) } diff --git a/common/spec/dependabot/pull_request_creator/message_builder_spec.rb b/common/spec/dependabot/pull_request_creator/message_builder_spec.rb index b0f068ef651..8df9e93572b 100644 --- a/common/spec/dependabot/pull_request_creator/message_builder_spec.rb +++ b/common/spec/dependabot/pull_request_creator/message_builder_spec.rb @@ -3429,6 +3429,18 @@ def commits_details(base:, head:) expect(commit_message).to eql(expected_commit_message) end + context "when changelog file does not contain relevant versions" do + it "does not contain changelog url" do + stub_const("Dependabot::MetadataFinders::Base::ChangelogFinder::CHANGELOG_NAMES", + T.let(%w(license).freeze, T::Array[String])) + + expect(commit_message).to end_with( + "- [Release notes](https://github.com/gocardless/business/releases)\n" \ + "- [Commits](https://github.com/gocardless/business/compare/v1.4.0...v1.5.0)" + ) + end + end + context "with a PR name that is too long" do before do allow(builder).to receive(:pr_name) diff --git a/common/spec/fixtures/vcr_cassettes/Dependabot_PullRequestCreator_MessageBuilder/_commit_message/when_changelog_file_does_not_contain_relevant_versions/does_not_contain_changelog_url.yml b/common/spec/fixtures/vcr_cassettes/Dependabot_PullRequestCreator_MessageBuilder/_commit_message/when_changelog_file_does_not_contain_relevant_versions/does_not_contain_changelog_url.yml new file mode 100644 index 00000000000..cc208556829 --- /dev/null +++ b/common/spec/fixtures/vcr_cassettes/Dependabot_PullRequestCreator_MessageBuilder/_commit_message/when_changelog_file_does_not_contain_relevant_versions/does_not_contain_changelog_url.yml @@ -0,0 +1,1272 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.github.com/repos/gocardless/bump/commits?per_page=100 + body: + encoding: US-ASCII + string: '' + headers: + user-agent: + - Octokit Ruby Gem 6.1.1 + accept: + - application/vnd.github.v3+json + content-type: + - application/json + accept-encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + date: + - Thu, 29 Aug 2024 11:25:41 GMT + content-type: + - application/json; charset=utf-8 + cache-control: + - public, max-age=60, s-maxage=60 + vary: + - Accept,Accept-Encoding, Accept, X-Requested-With + etag: + - W/"b7c2532b3fd8ccac4ebc5b1113354dfb462b356833524b813d059cfdde456398" + last-modified: + - Mon, 05 Mar 2018 11:25:55 GMT + x-github-media-type: + - github.v3; format=json + link: + - ; + rel="next", ; + rel="last" + x-github-api-version-selected: + - '2022-11-28' + access-control-expose-headers: + - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, + X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, + X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, + X-GitHub-Request-Id, Deprecation, Sunset + access-control-allow-origin: + - "*" + strict-transport-security: + - max-age=31536000; includeSubdomains; preload + x-frame-options: + - deny + x-content-type-options: + - nosniff + x-xss-protection: + - '0' + referrer-policy: + - origin-when-cross-origin, strict-origin-when-cross-origin + content-security-policy: + - default-src 'none' + server: + - github.com + x-ratelimit-limit: + - '60' + x-ratelimit-remaining: + - '59' + x-ratelimit-reset: + - '1724934341' + x-ratelimit-resource: + - core + x-ratelimit-used: + - '1' + accept-ranges: + - bytes + transfer-encoding: + - chunked + x-github-request-id: + - D688:522B9:2FCC904:3070497:66D05AB5 + body: + encoding: ASCII-8BIT + string: '[{"sha":"0618a546d6a1a4199b067b9c723fc2bf560d488f","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MDYxOGE1NDZkNmExYTQxOTliMDY3YjljNzIzZmMyYmY1NjBkNDg4Zg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2018-03-05T11:25:55Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2018-03-05T11:25:55Z"},"message":"Merge + pull request #246 from gocardless/deprecation-notice\n\nAdd deprecation notice","tree":{"sha":"a63c1eec6b199cdc6c6e9f4b9a89dfe5348aac7e","url":"https://api.github.com/repos/gocardless/bump/git/trees/a63c1eec6b199cdc6c6e9f4b9a89dfe5348aac7e"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/0618a546d6a1a4199b067b9c723fc2bf560d488f","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJanSlECRBK7hj4Ov3rIwAAdHIIAHCNzJ2j9EwLyZjYMXB/PZ2b\n6QTOtgmdRh1CGDQd+TXmgWj2tB0i9yI3aRAmw8bpZep0EL84nhk/NjNN85h0U+a+\nLvNrgvaRoF2RRwM/4KMi0xN0z/oPnwb47clJi4hGp9sjNT/mcUuDm6y6R2PIfpK1\nOxOrYePCV1SSKe1AW4DEw7PWBIhJ/C4b1++TQrAl3FKrNGvSrReZgDSpaA40ednj\n8Kler1w3zndmSQUa3WSm5wfrb8msO+r6zMci4PDjGWDFOFM92J/vJNcvEpNaEmIy\nqEPGINX7Tyu+UutZge8VkyBnNg2Wuf0CLpGXEsqwhcfkcJzkpuxo6ys1fUmItGg=\n=DkuG\n-----END + PGP SIGNATURE-----\n","payload":"tree a63c1eec6b199cdc6c6e9f4b9a89dfe5348aac7e\nparent + 285f85aebeb50ab697ad60685b14ccfe04365273\nparent 22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d\nauthor + Nick Campbell 1520249155 +0000\ncommitter GitHub + 1520249155 +0000\n\nMerge pull request #246 from gocardless/deprecation-notice\n\nAdd + deprecation notice"}},"url":"https://api.github.com/repos/gocardless/bump/commits/0618a546d6a1a4199b067b9c723fc2bf560d488f","html_url":"https://github.com/gocardless/bump/commit/0618a546d6a1a4199b067b9c723fc2bf560d488f","comments_url":"https://api.github.com/repos/gocardless/bump/commits/0618a546d6a1a4199b067b9c723fc2bf560d488f/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"285f85aebeb50ab697ad60685b14ccfe04365273","url":"https://api.github.com/repos/gocardless/bump/commits/285f85aebeb50ab697ad60685b14ccfe04365273","html_url":"https://github.com/gocardless/bump/commit/285f85aebeb50ab697ad60685b14ccfe04365273"},{"sha":"22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d","url":"https://api.github.com/repos/gocardless/bump/commits/22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d","html_url":"https://github.com/gocardless/bump/commit/22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d"}]},{"sha":"285f85aebeb50ab697ad60685b14ccfe04365273","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6Mjg1Zjg1YWViZWI1MGFiNjk3YWQ2MDY4NWIxNGNjZmUwNDM2NTI3Mw==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2018-03-05T11:23:40Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2018-03-05T11:23:40Z"},"message":"Merge + pull request #245 from gocardless/dependabot/bundler/rubocop-0.53.0\n\nBump + rubocop from 0.52.1 to 0.53.0","tree":{"sha":"4137762eef5dba9b8e3382f1e8aa5c90d3367843","url":"https://api.github.com/repos/gocardless/bump/git/trees/4137762eef5dba9b8e3382f1e8aa5c90d3367843"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/285f85aebeb50ab697ad60685b14ccfe04365273","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJanSi8CRBK7hj4Ov3rIwAAdHIIACo6YM0+/yL4WPwO40B14JZ9\nCPNW2bWf7J7OK8b/iL9rfFKYq4cwQzl1BlATL2vnoPnYL5xIzOOUCYhBXbIc0b2y\nw/9vlE2SV2kTV6WcIj507F0w7bkHEmfJDiIBkjsXZzKFJDGUSGqHS6xW75TlhFTl\npU/MeKDLJjFHlLo+x4PfwkopfOQIRHF8JE6z3i2uCFB6t1SppeiZTgtE4yStwVC8\nrZ4d1Kfnm58zN6mzSvPzW/Ia7oh+8XLNZJLiykJhqRl6JyXNMMvRSHu6uJrRMrlM\nK7jvpyCxnDAIj4VT/hKwBbgvQcRiUvydKkOCRbypBtz6R/JCzw6biAeVM+U9QJc=\n=jJvv\n-----END + PGP SIGNATURE-----\n","payload":"tree 4137762eef5dba9b8e3382f1e8aa5c90d3367843\nparent + 838e9d9cd6b8548c7c96f7b66b8f141e45c854ba\nparent 8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d\nauthor + Tim Rogers 1520249020 +0000\ncommitter GitHub + 1520249020 +0000\n\nMerge pull request #245 from gocardless/dependabot/bundler/rubocop-0.53.0\n\nBump + rubocop from 0.52.1 to 0.53.0"}},"url":"https://api.github.com/repos/gocardless/bump/commits/285f85aebeb50ab697ad60685b14ccfe04365273","html_url":"https://github.com/gocardless/bump/commit/285f85aebeb50ab697ad60685b14ccfe04365273","comments_url":"https://api.github.com/repos/gocardless/bump/commits/285f85aebeb50ab697ad60685b14ccfe04365273/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","url":"https://api.github.com/repos/gocardless/bump/commits/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","html_url":"https://github.com/gocardless/bump/commit/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba"},{"sha":"8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d","url":"https://api.github.com/repos/gocardless/bump/commits/8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d","html_url":"https://github.com/gocardless/bump/commit/8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d"}]},{"sha":"22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MjJlZDY5MjdjNmQ4MzdmZjBjZDZhZDE1Y2M3NDc1YjBhM2ZhMzIxZA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2018-03-05T11:21:52Z"},"committer":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2018-03-05T11:21:52Z"},"message":"Add + deprecation notice","tree":{"sha":"43cb93fd99096502e4fc91acbb1b12fda2ac438e","url":"https://api.github.com/repos/gocardless/bump/git/trees/43cb93fd99096502e4fc91acbb1b12fda2ac438e"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQJQBAABCAA6FiEEb09PIrW6S0FiXGzPy/dcG1/GoasFAlqdKFQcHG5pY2tjYW1w\nYmVsbEBnb2NhcmRsZXNzLmNvbQAKCRDL91wbX8ahq9gkD/0aW+WeYTAZgJ/1PtR5\nIsMmOgFrOyj8UKN37aby7D0qhxlY2PwaYtjEDB3ViHwlojedwM0VhYb6I84O1WuG\nHzzZZvAakpPrKgxeWsRgheQd0WOIHXvu5BAr+9eqUW/+OoKY8UvA541iaOQZX2kc\nbKHmHvMiwO7JdEWIp0v8AznHwoAYZvqyMmPLQGmiQLVcHhPOlwaqkUOe+5qQgeAr\nQlZM+e/BDFWM/z6V+I+GkxWEvHRERjF0EQziHho5FZoUreiAY+HBqd9IBAi+dHBx\nyJxbyIv/NLg4OxCgRWCCL0MpuGlCzrp+aIdZ/rvQbhMJOQruYr/wVK83/iBdkir0\nU6igcRJJ7OVXSBqB7VO/hunOUuAFb9Z9vLH3MCrXRXQoQi3b3lX1nRrymsBJv09O\ncHfGjKDGTVORdHukZESUNzz8Jurowmjp1jguMmQSuqY01LZxhd7ohubOL94KZ73t\n4O6klNmOEv0/rUGUatgkkmvh1ZpsHPuCwj6nMydmFBe4jN1Y2XtrL3Qlg0s7HXDx\nh96PxNbYj7kQc7lut4Al71RXn0kZGIKqiCHvy7h97YP1Ebryjkl/ICsUmVi3joA+\nXA1PKcyG6wEmuvCmp8RL+Ud+3yZsvVBHQFYujqdOOJnPLMUgPmXkuKAxs3BJfVrW\nSynC4TsVBOq1rwX6DZDrRr/xUg==\n=wucV\n-----END + PGP SIGNATURE-----","payload":"tree 43cb93fd99096502e4fc91acbb1b12fda2ac438e\nparent + 838e9d9cd6b8548c7c96f7b66b8f141e45c854ba\nauthor Nick Campbell + 1520248912 +0000\ncommitter Nick Campbell 1520248912 + +0000\n\nAdd deprecation notice\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d","html_url":"https://github.com/gocardless/bump/commit/22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/22ed6927c6d837ff0cd6ad15cc7475b0a3fa321d/comments","author":null,"committer":null,"parents":[{"sha":"838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","url":"https://api.github.com/repos/gocardless/bump/commits/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","html_url":"https://github.com/gocardless/bump/commit/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba"}]},{"sha":"8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6OGM3ZWJjNzNjN2MxZTViY2M4MjhiN2Q5ZDFmNmMxZTJjNzBjOWY5ZA==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2018-03-05T09:56:40Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2018-03-05T09:56:40Z"},"message":"Fix + Style/ExpandPathArguments offences","tree":{"sha":"4137762eef5dba9b8e3382f1e8aa5c90d3367843","url":"https://api.github.com/repos/gocardless/bump/git/trees/4137762eef5dba9b8e3382f1e8aa5c90d3367843"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIzBAABCAAdFiEEuN5NrCvFoRysq1P3vURYYbQpxEQFAlqdFFgACgkQvURYYbQp\nxERUVg//QF3yXHkQwHVOMMQYZk28XtYoAR1RDhYms3pp6XJM3yup8TfRwB3H8tFv\nRbw8R5Ajch0kLPV+doKD67h23+bt9benYuwObE+8J4lwiYrgRmU8G6tohNkEmID+\nCGi8+YZBWkZOQDx9QQlR4TuFR2eZqFFpCmWRq4ltJqsneoa/PT/ULd1s0We2bpui\ndeTYH4hB53C7fJ0xhUCEJfrnLnNrlIkTZwlTttUNr9kTuh1CGPDl/QW19LPwEp9A\nYPJpRSJAWXz+5W9276Xs1Zt0WmvXMS2YjUE5TBudWRBtb5g4lmXCPijqYBxzAFUp\nXRxtnfaBfK24fckFIFEtcHOQXfuZ+uGwweJBAagcPQSJn+vr9gsTrujpwvGoomlW\nvyniTJ3EBWUJDaWVBnzttosOH8wx8C+Hw5R3sYFKv8qUeOQDIn2fF5jiGkH3rRvw\nr4eU6lcKUSzE2036DAxYmHdwkf4ibq6K45HghwFlVMWFKerinyOkOQxSz7YOOli1\nR3hCkDFd1q+hjd9khNeIgrPtTf9aH5+XmSWk8evXUjT9Py4PvY/ieorRWxAYQHWt\nZwPEQBxnsA1lqH0/wvXA3MdkQK8tniwyHpQGZb7nt1yBTpta75SgyjvlWbSWzGt1\nUrTv5hpMtPP3LuB4bH9y3kN08RxpSpU52RKMvKWsFZ+kTU/YzG0=\n=GAuq\n-----END + PGP SIGNATURE-----","payload":"tree 4137762eef5dba9b8e3382f1e8aa5c90d3367843\nparent + 1b9f866a1aea601fd80add2afee1dbcafe2356e8\nauthor Tim Rogers + 1520243800 +0000\ncommitter Tim Rogers 1520243800 +0000\n\nFix + Style/ExpandPathArguments offences\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d","html_url":"https://github.com/gocardless/bump/commit/8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/8c7ebc73c7c1e5bcc828b7d9d1f6c1e2c70c9f9d/comments","author":null,"committer":null,"parents":[{"sha":"1b9f866a1aea601fd80add2afee1dbcafe2356e8","url":"https://api.github.com/repos/gocardless/bump/commits/1b9f866a1aea601fd80add2afee1dbcafe2356e8","html_url":"https://github.com/gocardless/bump/commit/1b9f866a1aea601fd80add2afee1dbcafe2356e8"}]},{"sha":"1b9f866a1aea601fd80add2afee1dbcafe2356e8","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MWI5Zjg2NmExYWVhNjAxZmQ4MGFkZDJhZmVlMWRiY2FmZTIzNTZlOA==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-03-05T05:11:35Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-03-05T05:11:35Z"},"message":"Bump + rubocop from 0.52.1 to 0.53.0\n\nBumps [rubocop](https://github.com/bbatsov/rubocop) + from 0.52.1 to 0.53.0.\n- [Release notes](https://github.com/bbatsov/rubocop/releases/tag/v0.53.0)\n- + [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bbatsov/rubocop/compare/v0.52.1...v0.53.0)\n\nSigned-off-by: + dependabot[bot] ","tree":{"sha":"46bb9d05d6d8dc2361315453bca30bf2c546fe2f","url":"https://api.github.com/repos/gocardless/bump/git/trees/46bb9d05d6d8dc2361315453bca30bf2c546fe2f"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/1b9f866a1aea601fd80add2afee1dbcafe2356e8","comment_count":0,"verification":{"verified":false,"reason":"unverified_email","signature":"-----BEGIN + PGP SIGNATURE-----\nVersion: GnuPG v1\n\niQIcBAABAgAGBQJanNGHAAoJEEwPKIjJjPMxbEgP/j8g7WhKW1mez5PQB1RPTMX/\nKNfKm7mazbsOwZWApcvpQKkIpETH5OENM0thjkBjdCBSHsHB0f8Ws7MsfZlVxPgC\nAJvTfvkv3t9wm6rww4LViXNTvwDz0gbcsTSCZLSqQSKeh0mxwjpjCeWy/MJJL1NY\nyZJOD/C1beBfSJqMMSUf6oaVzCIFABnMh/9IKIceFrFJGsSngx3SsxoiKqqD7/DG\nk9myvjfGrqs8HqRrl3Bagb4sgeAyaLYm53DBRFmsa5n5rhk5B85B1Y5epx9VAXmD\nFDSZVAz7NLFjEDIg+gfAGRHYMk1RWZkjujXaYOfzBezt2KRgD1VegKUjnhtcrb5k\nQFrIW2EAzxwMbmY6R5DN7dmsxB6LVXE+U4Z3xkJ3gHnuAanS0jihymjxJobLOsYX\ntq64/UObV8LMFx/xOVm/zs9nVgwR38NblNRYHe7isqVWNWaOgm3VheiO7if5Rueo\nY1a7FyOfeekKv2y5suPUNQiq8TlVqfaYx9GJwP/SUa/VEQb53B6591jn1s2uD0PY\nCoEtdDz6Q8TwrURSalan3VO3H7OiNzOFDTvtod0flT/Ue8smFOGEcNrxkSA0EogR\niFVxNJuoPgttnWUr1WCsJjFT0pufNLyzpZet2E6uMI2BbUVhM1EFVfSw5e7wP31A\n/b1KMkSmoxZmIzc3VKqX\n=GcJc\n-----END + PGP SIGNATURE-----\n","payload":"tree 46bb9d05d6d8dc2361315453bca30bf2c546fe2f\nparent + 838e9d9cd6b8548c7c96f7b66b8f141e45c854ba\nauthor dependabot[bot] + 1520226695 +0000\ncommitter dependabot[bot] 1520226695 + +0000\n\nBump rubocop from 0.52.1 to 0.53.0\n\nBumps [rubocop](https://github.com/bbatsov/rubocop) + from 0.52.1 to 0.53.0.\n- [Release notes](https://github.com/bbatsov/rubocop/releases/tag/v0.53.0)\n- + [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bbatsov/rubocop/compare/v0.52.1...v0.53.0)\n\nSigned-off-by: + dependabot[bot] "}},"url":"https://api.github.com/repos/gocardless/bump/commits/1b9f866a1aea601fd80add2afee1dbcafe2356e8","html_url":"https://github.com/gocardless/bump/commit/1b9f866a1aea601fd80add2afee1dbcafe2356e8","comments_url":"https://api.github.com/repos/gocardless/bump/commits/1b9f866a1aea601fd80add2afee1dbcafe2356e8/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","url":"https://api.github.com/repos/gocardless/bump/commits/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","html_url":"https://github.com/gocardless/bump/commit/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba"}]},{"sha":"838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ODM4ZTlkOWNkNmI4NTQ4YzdjOTZmN2I2NmI4ZjE0MWU0NWM4NTRiYQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2018-02-19T09:31:55Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2018-02-19T09:31:55Z"},"message":"Merge + pull request #244 from gocardless/dependabot/bundler/sinatra-2.0.1\n\nBump + sinatra from 2.0.0 to 2.0.1","tree":{"sha":"6c9f20d0c62d761585d7d366c3ffa9aea7e0ba15","url":"https://api.github.com/repos/gocardless/bump/git/trees/6c9f20d0c62d761585d7d366c3ffa9aea7e0ba15"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaipmLCRBK7hj4Ov3rIwAAdHIIABI0O3AJJaaVUcsC+HEcsDsh\nbRtcZTqxrlDQbsIl8lFVpt/eOCDeOBRW2PDxtrU9PzWtICvVnnel4cgo2AEZBwuZ\ntyW9n0WbmdmbkkWMkCL6tgnNTVYlEhBSa2pnHeBmK0TsWrc6HeYLAybaqSDFpjXM\ng29Lg2vq+OhEeuv1ozHzY87iW8TTD6bmwsAm8TVbQmsNv3XqiDlq8t+PNrztG9iz\ngG0sQu6PgkWy8qUtALSQKw5H19bslQS4yTe4rNAFpWWV8/QwUOlf7/b7A6EfJ2QG\nfYtvkprG17clwV7p1WsnKVnZihZCYl+/0ARjxQgiyPOW4AId5dhsFP4/fV/mOfU=\n=OXkV\n-----END + PGP SIGNATURE-----\n","payload":"tree 6c9f20d0c62d761585d7d366c3ffa9aea7e0ba15\nparent + 2eb39777d7243584da84604117b8031593de7d51\nparent 3ca35714701b9a63268d67918e3cd8726c06d833\nauthor + Tim Rogers 1519032715 +0000\ncommitter GitHub + 1519032715 +0000\n\nMerge pull request #244 from gocardless/dependabot/bundler/sinatra-2.0.1\n\nBump + sinatra from 2.0.0 to 2.0.1"}},"url":"https://api.github.com/repos/gocardless/bump/commits/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","html_url":"https://github.com/gocardless/bump/commit/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba","comments_url":"https://api.github.com/repos/gocardless/bump/commits/838e9d9cd6b8548c7c96f7b66b8f141e45c854ba/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"2eb39777d7243584da84604117b8031593de7d51","url":"https://api.github.com/repos/gocardless/bump/commits/2eb39777d7243584da84604117b8031593de7d51","html_url":"https://github.com/gocardless/bump/commit/2eb39777d7243584da84604117b8031593de7d51"},{"sha":"3ca35714701b9a63268d67918e3cd8726c06d833","url":"https://api.github.com/repos/gocardless/bump/commits/3ca35714701b9a63268d67918e3cd8726c06d833","html_url":"https://github.com/gocardless/bump/commit/3ca35714701b9a63268d67918e3cd8726c06d833"}]},{"sha":"3ca35714701b9a63268d67918e3cd8726c06d833","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6M2NhMzU3MTQ3MDFiOWE2MzI2OGQ2NzkxOGUzY2Q4NzI2YzA2ZDgzMw==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-02-19T05:12:25Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-02-19T05:12:25Z"},"message":"Bump + sinatra from 2.0.0 to 2.0.1\n\nBumps [sinatra](https://github.com/sinatra/sinatra) + from 2.0.0 to 2.0.1.\n- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/sinatra/sinatra/compare/v2.0.0...v2.0.1)","tree":{"sha":"6c9f20d0c62d761585d7d366c3ffa9aea7e0ba15","url":"https://api.github.com/repos/gocardless/bump/git/trees/6c9f20d0c62d761585d7d366c3ffa9aea7e0ba15"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/3ca35714701b9a63268d67918e3cd8726c06d833","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/3ca35714701b9a63268d67918e3cd8726c06d833","html_url":"https://github.com/gocardless/bump/commit/3ca35714701b9a63268d67918e3cd8726c06d833","comments_url":"https://api.github.com/repos/gocardless/bump/commits/3ca35714701b9a63268d67918e3cd8726c06d833/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"2eb39777d7243584da84604117b8031593de7d51","url":"https://api.github.com/repos/gocardless/bump/commits/2eb39777d7243584da84604117b8031593de7d51","html_url":"https://github.com/gocardless/bump/commit/2eb39777d7243584da84604117b8031593de7d51"}]},{"sha":"2eb39777d7243584da84604117b8031593de7d51","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MmViMzk3NzdkNzI0MzU4NGRhODQ2MDQxMTdiODAzMTU5M2RlN2Q1MQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2018-02-09T09:17:49Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2018-02-09T09:17:49Z"},"message":"Merge + pull request #243 from gocardless/dependabot/bundler/sidekiq-5.1.1\n\nBump + sidekiq from 5.0.5 to 5.1.1","tree":{"sha":"81c4eb14753a917cd23e6f9f945a4870d5602175","url":"https://api.github.com/repos/gocardless/bump/git/trees/81c4eb14753a917cd23e6f9f945a4870d5602175"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/2eb39777d7243584da84604117b8031593de7d51","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJafWc9CRBK7hj4Ov3rIwAAdHIIAIO4PqwZKnL2E2QHnBZ/oyBx\nTjJtooe11IRFZU/e5pIFWkBdH/5qdEiF3nxaCZSSmX4f+GRIdPo7dxyjXx5LZnbi\nq3VfbFso8r28YIU5lbG22TuHKm+7FEx+qLIVaSioWK4hrpAW42jhhi8oQFwYYfUm\neQ3/HQIR7YbBViRdA904L7+OruHiqTiQrT4lDEGaCI297YUwoLjy7A5mw7KSHMBh\n4sxg9CJ/JhLhnxQ5TIqeGKCfTZe6w7hyDqe88RO+AaohMraQR/WAIhrdmc3Y/3S7\nE+DwMezN8aoBkAF7Z0SCGG8NJzCj4bgZjkMOE5TluRYIpJqyWiUHXdRZzwR8nMg=\n=m52p\n-----END + PGP SIGNATURE-----\n","payload":"tree 81c4eb14753a917cd23e6f9f945a4870d5602175\nparent + 8309bbd45a7df459670eb5b7ac042608a2f9fa80\nparent 24c09b5aa392001511d11aa3431d99e4edd75b8d\nauthor + Tim Rogers 1518167869 +0000\ncommitter GitHub + 1518167869 +0000\n\nMerge pull request #243 from gocardless/dependabot/bundler/sidekiq-5.1.1\n\nBump + sidekiq from 5.0.5 to 5.1.1"}},"url":"https://api.github.com/repos/gocardless/bump/commits/2eb39777d7243584da84604117b8031593de7d51","html_url":"https://github.com/gocardless/bump/commit/2eb39777d7243584da84604117b8031593de7d51","comments_url":"https://api.github.com/repos/gocardless/bump/commits/2eb39777d7243584da84604117b8031593de7d51/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"8309bbd45a7df459670eb5b7ac042608a2f9fa80","url":"https://api.github.com/repos/gocardless/bump/commits/8309bbd45a7df459670eb5b7ac042608a2f9fa80","html_url":"https://github.com/gocardless/bump/commit/8309bbd45a7df459670eb5b7ac042608a2f9fa80"},{"sha":"24c09b5aa392001511d11aa3431d99e4edd75b8d","url":"https://api.github.com/repos/gocardless/bump/commits/24c09b5aa392001511d11aa3431d99e4edd75b8d","html_url":"https://github.com/gocardless/bump/commit/24c09b5aa392001511d11aa3431d99e4edd75b8d"}]},{"sha":"24c09b5aa392001511d11aa3431d99e4edd75b8d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MjRjMDliNWFhMzkyMDAxNTExZDExYWEzNDMxZDk5ZTRlZGQ3NWI4ZA==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-02-09T05:15:44Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-02-09T05:15:44Z"},"message":"Bump + sidekiq from 5.0.5 to 5.1.1\n\nBumps [sidekiq](https://github.com/mperham/sidekiq) + from 5.0.5 to 5.1.1.\n- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)\n- + [Commits](https://github.com/mperham/sidekiq/compare/v5.0.5...v5.1.1)","tree":{"sha":"81c4eb14753a917cd23e6f9f945a4870d5602175","url":"https://api.github.com/repos/gocardless/bump/git/trees/81c4eb14753a917cd23e6f9f945a4870d5602175"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/24c09b5aa392001511d11aa3431d99e4edd75b8d","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/24c09b5aa392001511d11aa3431d99e4edd75b8d","html_url":"https://github.com/gocardless/bump/commit/24c09b5aa392001511d11aa3431d99e4edd75b8d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/24c09b5aa392001511d11aa3431d99e4edd75b8d/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"8309bbd45a7df459670eb5b7ac042608a2f9fa80","url":"https://api.github.com/repos/gocardless/bump/commits/8309bbd45a7df459670eb5b7ac042608a2f9fa80","html_url":"https://github.com/gocardless/bump/commit/8309bbd45a7df459670eb5b7ac042608a2f9fa80"}]},{"sha":"8309bbd45a7df459670eb5b7ac042608a2f9fa80","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ODMwOWJiZDQ1YTdkZjQ1OTY3MGViNWI3YWMwNDI2MDhhMmY5ZmE4MA==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2018-02-05T11:19:28Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2018-02-05T11:19:28Z"},"message":"Merge + pull request #242 from gocardless/dependabot/bundler/sentry-raven-2.7.2\n\nBump + sentry-raven from 2.7.1 to 2.7.2","tree":{"sha":"903600af1293df47f754fcf6a3546e36e26d0f9a","url":"https://api.github.com/repos/gocardless/bump/git/trees/903600af1293df47f754fcf6a3546e36e26d0f9a"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/8309bbd45a7df459670eb5b7ac042608a2f9fa80","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaeD3ACRBK7hj4Ov3rIwAAdHIIALIdnm7P5tLUWiHxI1+3zEKr\nlwID0Y46G1VT4O+1XyqviUbqZIgpVPn1pwS3wPUfzrB4F3DZ62Dw2Iop0xyNCZgC\n+fQr0icO2wdp3E7AWKPR25z1jEadNIdyfzZi1sFQfw64PGKuS5wY2OkmKBcHPX3r\nYARw+1hcukeMXoAH9n4OKXtAoKHXJgaV76Irt4/nHzDuG3dABn1I7sBpIQR25apE\nMRkhr9JHkT0xyhy9kLIxUyWaBedylksUIxjTEcEOBXTZJ4+V46w8a5tmh6sYjFgq\n7QiC/bvnJ5TM7Kj5YqzZMTCx15oJmzrQMgf8wBOFp9UH4a4bz+5uYg9Zq1wkQUo=\n=E3aE\n-----END + PGP SIGNATURE-----\n","payload":"tree 903600af1293df47f754fcf6a3546e36e26d0f9a\nparent + 1c9d7d46c2644fedd68204ce21605bb0c415589f\nparent 4e1638f8ffd0edc488feae3dea998bb4e4610db2\nauthor + Tim Rogers 1517829568 +0000\ncommitter GitHub + 1517829568 +0000\n\nMerge pull request #242 from gocardless/dependabot/bundler/sentry-raven-2.7.2\n\nBump + sentry-raven from 2.7.1 to 2.7.2"}},"url":"https://api.github.com/repos/gocardless/bump/commits/8309bbd45a7df459670eb5b7ac042608a2f9fa80","html_url":"https://github.com/gocardless/bump/commit/8309bbd45a7df459670eb5b7ac042608a2f9fa80","comments_url":"https://api.github.com/repos/gocardless/bump/commits/8309bbd45a7df459670eb5b7ac042608a2f9fa80/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"1c9d7d46c2644fedd68204ce21605bb0c415589f","url":"https://api.github.com/repos/gocardless/bump/commits/1c9d7d46c2644fedd68204ce21605bb0c415589f","html_url":"https://github.com/gocardless/bump/commit/1c9d7d46c2644fedd68204ce21605bb0c415589f"},{"sha":"4e1638f8ffd0edc488feae3dea998bb4e4610db2","url":"https://api.github.com/repos/gocardless/bump/commits/4e1638f8ffd0edc488feae3dea998bb4e4610db2","html_url":"https://github.com/gocardless/bump/commit/4e1638f8ffd0edc488feae3dea998bb4e4610db2"}]},{"sha":"4e1638f8ffd0edc488feae3dea998bb4e4610db2","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NGUxNjM4ZjhmZmQwZWRjNDg4ZmVhZTNkZWE5OThiYjRlNDYxMGRiMg==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-02-05T05:27:12Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-02-05T05:27:12Z"},"message":"Bump + sentry-raven from 2.7.1 to 2.7.2\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.7.1 to 2.7.2.\n- [Release notes](https://github.com/getsentry/raven-ruby/releases/tag/v2.7.2)\n- + [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.7.1...v2.7.2)","tree":{"sha":"903600af1293df47f754fcf6a3546e36e26d0f9a","url":"https://api.github.com/repos/gocardless/bump/git/trees/903600af1293df47f754fcf6a3546e36e26d0f9a"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/4e1638f8ffd0edc488feae3dea998bb4e4610db2","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/4e1638f8ffd0edc488feae3dea998bb4e4610db2","html_url":"https://github.com/gocardless/bump/commit/4e1638f8ffd0edc488feae3dea998bb4e4610db2","comments_url":"https://api.github.com/repos/gocardless/bump/commits/4e1638f8ffd0edc488feae3dea998bb4e4610db2/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"1c9d7d46c2644fedd68204ce21605bb0c415589f","url":"https://api.github.com/repos/gocardless/bump/commits/1c9d7d46c2644fedd68204ce21605bb0c415589f","html_url":"https://github.com/gocardless/bump/commit/1c9d7d46c2644fedd68204ce21605bb0c415589f"}]},{"sha":"1c9d7d46c2644fedd68204ce21605bb0c415589f","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MWM5ZDdkNDZjMjY0NGZlZGQ2ODIwNGNlMjE2MDViYjBjNDE1NTg5Zg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2018-01-19T09:18:36Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2018-01-19T09:18:36Z"},"message":"Merge + pull request #240 from gocardless/dependabot/bundler/webmock-3.3.0\n\nBump + webmock from 3.2.1 to 3.3.0","tree":{"sha":"720a2ee75ec54aee6b2f63aee9fcfa3768244b09","url":"https://api.github.com/repos/gocardless/bump/git/trees/720a2ee75ec54aee6b2f63aee9fcfa3768244b09"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/1c9d7d46c2644fedd68204ce21605bb0c415589f","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaYbfsCRBK7hj4Ov3rIwAAdHIIAAmuoKfAxAtTOwXgJ0Gtzmcu\njKd2SC6jM0G6M8raxqAOwwTLWfy53hyO0mxNgw2+pPelcgWc0rg5crA410ub9c/4\nePThWlr5jfP/6iV3auJdzbIae/MWjsygwmRKuqIm3H50uzC6PDKYcaOH//ErG4Du\n78JsgYflIutFMawQKLCd0mTfly8frmaUz+FyP0Dwe5A9I/S98UQzSGUGp/S92Z74\nuT/tlL24FXwtfYWDONWBYWKATq+WIBBJJ/0t0tCA+EkTcf65ulraAVRVEPQ0yP0h\ny83+6ml7IJ2E11f3hnV2s91DOBMDv64O+5RrZTiEuaUpUpHTnz24aiYpiG9gsMo=\n=IQ2N\n-----END + PGP SIGNATURE-----\n","payload":"tree 720a2ee75ec54aee6b2f63aee9fcfa3768244b09\nparent + efa18986e624a4458dfe48fb68e04f87ecf3ae64\nparent 06687945bec49f18514822542744dc4b3d8c2cc2\nauthor + Nick Campbell 1516353516 +0000\ncommitter GitHub + 1516353516 +0000\n\nMerge pull request #240 from gocardless/dependabot/bundler/webmock-3.3.0\n\nBump + webmock from 3.2.1 to 3.3.0"}},"url":"https://api.github.com/repos/gocardless/bump/commits/1c9d7d46c2644fedd68204ce21605bb0c415589f","html_url":"https://github.com/gocardless/bump/commit/1c9d7d46c2644fedd68204ce21605bb0c415589f","comments_url":"https://api.github.com/repos/gocardless/bump/commits/1c9d7d46c2644fedd68204ce21605bb0c415589f/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"efa18986e624a4458dfe48fb68e04f87ecf3ae64","url":"https://api.github.com/repos/gocardless/bump/commits/efa18986e624a4458dfe48fb68e04f87ecf3ae64","html_url":"https://github.com/gocardless/bump/commit/efa18986e624a4458dfe48fb68e04f87ecf3ae64"},{"sha":"06687945bec49f18514822542744dc4b3d8c2cc2","url":"https://api.github.com/repos/gocardless/bump/commits/06687945bec49f18514822542744dc4b3d8c2cc2","html_url":"https://github.com/gocardless/bump/commit/06687945bec49f18514822542744dc4b3d8c2cc2"}]},{"sha":"06687945bec49f18514822542744dc4b3d8c2cc2","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MDY2ODc5NDViZWM0OWYxODUxNDgyMjU0Mjc0NGRjNGIzZDhjMmNjMg==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-01-19T07:43:31Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-01-19T07:43:31Z"},"message":"Bump + webmock from 3.2.1 to 3.3.0\n\nBumps [webmock](https://github.com/bblimke/webmock) + from 3.2.1 to 3.3.0.\n- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bblimke/webmock/compare/v3.2.1...v3.3.0)","tree":{"sha":"720a2ee75ec54aee6b2f63aee9fcfa3768244b09","url":"https://api.github.com/repos/gocardless/bump/git/trees/720a2ee75ec54aee6b2f63aee9fcfa3768244b09"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/06687945bec49f18514822542744dc4b3d8c2cc2","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/06687945bec49f18514822542744dc4b3d8c2cc2","html_url":"https://github.com/gocardless/bump/commit/06687945bec49f18514822542744dc4b3d8c2cc2","comments_url":"https://api.github.com/repos/gocardless/bump/commits/06687945bec49f18514822542744dc4b3d8c2cc2/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"efa18986e624a4458dfe48fb68e04f87ecf3ae64","url":"https://api.github.com/repos/gocardless/bump/commits/efa18986e624a4458dfe48fb68e04f87ecf3ae64","html_url":"https://github.com/gocardless/bump/commit/efa18986e624a4458dfe48fb68e04f87ecf3ae64"}]},{"sha":"efa18986e624a4458dfe48fb68e04f87ecf3ae64","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZWZhMTg5ODZlNjI0YTQ0NThkZmU0OGZiNjhlMDRmODdlY2YzYWU2NA==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2018-01-05T08:33:26Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2018-01-05T08:33:26Z"},"message":"Merge + pull request #239 from gocardless/dependabot/bundler/webmock-3.2.1\n\nBump + webmock from 3.2.0 to 3.2.1","tree":{"sha":"3e1b2483b197e1bd458aa60d780f2bda41dcb67e","url":"https://api.github.com/repos/gocardless/bump/git/trees/3e1b2483b197e1bd458aa60d780f2bda41dcb67e"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/efa18986e624a4458dfe48fb68e04f87ecf3ae64","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaTzhWCRBK7hj4Ov3rIwAAdHIIAATy5wUPm1M0ZorLJ3RHXY2g\nEEYtBhAR7d8tskAjX/YM/WtdVOX+R60oxootAB3/5/AhylELK0X0Jq6ge+ozhhuM\nGH+dit21GGNnyDao0KgVi9RyblbDEHJw26uYOKDzj9kYzHwwxkVr9D7Yj62hZw0I\nO1dJ9q9ZYPqfkTvsyRTLi9Bk5FLfTgZMBlNMr38AgsoV1uPe23a832FCiNt3ov82\n6lR1GbA4rxxPlHt5A01I9JwCHGj9frx8Wu0oP+npTolgWUMHk6GWjp8VwdjYvjSn\nGG5E4Qd7JnHD4CP+gEUSZBR35w6H149XbxcR2RzX8XM2xME9BgNrAgSZz0PkQdU=\n=WbEo\n-----END + PGP SIGNATURE-----\n","payload":"tree 3e1b2483b197e1bd458aa60d780f2bda41dcb67e\nparent + 25b88526b88b5c31f6b1035b3f1cc013efcad462\nparent c79b952b832f4b024a80cd564291c6fe64c9e4b8\nauthor + Tim Rogers 1515141206 +0000\ncommitter GitHub + 1515141206 +0000\n\nMerge pull request #239 from gocardless/dependabot/bundler/webmock-3.2.1\n\nBump + webmock from 3.2.0 to 3.2.1"}},"url":"https://api.github.com/repos/gocardless/bump/commits/efa18986e624a4458dfe48fb68e04f87ecf3ae64","html_url":"https://github.com/gocardless/bump/commit/efa18986e624a4458dfe48fb68e04f87ecf3ae64","comments_url":"https://api.github.com/repos/gocardless/bump/commits/efa18986e624a4458dfe48fb68e04f87ecf3ae64/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"25b88526b88b5c31f6b1035b3f1cc013efcad462","url":"https://api.github.com/repos/gocardless/bump/commits/25b88526b88b5c31f6b1035b3f1cc013efcad462","html_url":"https://github.com/gocardless/bump/commit/25b88526b88b5c31f6b1035b3f1cc013efcad462"},{"sha":"c79b952b832f4b024a80cd564291c6fe64c9e4b8","url":"https://api.github.com/repos/gocardless/bump/commits/c79b952b832f4b024a80cd564291c6fe64c9e4b8","html_url":"https://github.com/gocardless/bump/commit/c79b952b832f4b024a80cd564291c6fe64c9e4b8"}]},{"sha":"c79b952b832f4b024a80cd564291c6fe64c9e4b8","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6Yzc5Yjk1MmI4MzJmNGIwMjRhODBjZDU2NDI5MWM2ZmU2NGM5ZTRiOA==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-01-05T07:54:35Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-01-05T07:54:35Z"},"message":"Bump + webmock from 3.2.0 to 3.2.1\n\nBumps [webmock](https://github.com/bblimke/webmock) + from 3.2.0 to 3.2.1.\n- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bblimke/webmock/compare/v3.2.0...v3.2.1)","tree":{"sha":"3e1b2483b197e1bd458aa60d780f2bda41dcb67e","url":"https://api.github.com/repos/gocardless/bump/git/trees/3e1b2483b197e1bd458aa60d780f2bda41dcb67e"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/c79b952b832f4b024a80cd564291c6fe64c9e4b8","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/c79b952b832f4b024a80cd564291c6fe64c9e4b8","html_url":"https://github.com/gocardless/bump/commit/c79b952b832f4b024a80cd564291c6fe64c9e4b8","comments_url":"https://api.github.com/repos/gocardless/bump/commits/c79b952b832f4b024a80cd564291c6fe64c9e4b8/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"25b88526b88b5c31f6b1035b3f1cc013efcad462","url":"https://api.github.com/repos/gocardless/bump/commits/25b88526b88b5c31f6b1035b3f1cc013efcad462","html_url":"https://github.com/gocardless/bump/commit/25b88526b88b5c31f6b1035b3f1cc013efcad462"}]},{"sha":"25b88526b88b5c31f6b1035b3f1cc013efcad462","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MjViODg1MjZiODhiNWMzMWY2YjEwMzViM2YxY2MwMTNlZmNhZDQ2Mg==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2018-01-04T11:44:54Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2018-01-04T11:44:54Z"},"message":"Merge + pull request #238 from gocardless/dependabot/bundler/webmock-3.2.0\n\nBump + webmock from 3.1.1 to 3.2.0","tree":{"sha":"4fce7662c185d2d289ea5346e0083132d81a3dc9","url":"https://api.github.com/repos/gocardless/bump/git/trees/4fce7662c185d2d289ea5346e0083132d81a3dc9"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/25b88526b88b5c31f6b1035b3f1cc013efcad462","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaThO2CRBK7hj4Ov3rIwAAdHIIAADXUlW92+8SPctfDrRr6fKb\n9CiMRnkp9oJTu10gAju0AvHvH2kFrhrn8pfwki7/5q4Ir23JkQsze7xNEALa3Rsu\na92yWgSMlH95052oepbdt7Luhu5tuUao/Ie5hWXSaVOhBE3L1aZaosMf0QN+p6d6\npdvx2fBmiHAlWhySfZcxWijaF9mfAYstft8g66rRkwBcbQ1JQm4+d1w3bXsfYLLd\nK1aJhE9RedBu83x1OE0zfm/8h38yWFfesFat3GKn1EHkk3fK9pLdMxkXhBc+wZDY\nChYtuXhqSlyuaAFpEPyrBURj0gaXxwNx8QHWWCSFkDYiddaAssQSTuzUifXVbhE=\n=Kuo3\n-----END + PGP SIGNATURE-----\n","payload":"tree 4fce7662c185d2d289ea5346e0083132d81a3dc9\nparent + 28da151fd7ee6a24e42412a4c599493283ae6d9d\nparent 0f7637814886fb25b1b622ff32e7081506c9970d\nauthor + Tim Rogers 1515066294 +0000\ncommitter GitHub + 1515066294 +0000\n\nMerge pull request #238 from gocardless/dependabot/bundler/webmock-3.2.0\n\nBump + webmock from 3.1.1 to 3.2.0"}},"url":"https://api.github.com/repos/gocardless/bump/commits/25b88526b88b5c31f6b1035b3f1cc013efcad462","html_url":"https://github.com/gocardless/bump/commit/25b88526b88b5c31f6b1035b3f1cc013efcad462","comments_url":"https://api.github.com/repos/gocardless/bump/commits/25b88526b88b5c31f6b1035b3f1cc013efcad462/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"28da151fd7ee6a24e42412a4c599493283ae6d9d","url":"https://api.github.com/repos/gocardless/bump/commits/28da151fd7ee6a24e42412a4c599493283ae6d9d","html_url":"https://github.com/gocardless/bump/commit/28da151fd7ee6a24e42412a4c599493283ae6d9d"},{"sha":"0f7637814886fb25b1b622ff32e7081506c9970d","url":"https://api.github.com/repos/gocardless/bump/commits/0f7637814886fb25b1b622ff32e7081506c9970d","html_url":"https://github.com/gocardless/bump/commit/0f7637814886fb25b1b622ff32e7081506c9970d"}]},{"sha":"0f7637814886fb25b1b622ff32e7081506c9970d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MGY3NjM3ODE0ODg2ZmIyNWIxYjYyMmZmMzJlNzA4MTUwNmM5OTcwZA==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-01-03T07:58:53Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2018-01-03T07:58:53Z"},"message":"Bump + webmock from 3.1.1 to 3.2.0\n\nBumps [webmock](https://github.com/bblimke/webmock) + from 3.1.1 to 3.2.0.\n- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bblimke/webmock/compare/v3.1.1...v3.2.0)","tree":{"sha":"4fce7662c185d2d289ea5346e0083132d81a3dc9","url":"https://api.github.com/repos/gocardless/bump/git/trees/4fce7662c185d2d289ea5346e0083132d81a3dc9"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/0f7637814886fb25b1b622ff32e7081506c9970d","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/0f7637814886fb25b1b622ff32e7081506c9970d","html_url":"https://github.com/gocardless/bump/commit/0f7637814886fb25b1b622ff32e7081506c9970d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/0f7637814886fb25b1b622ff32e7081506c9970d/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"28da151fd7ee6a24e42412a4c599493283ae6d9d","url":"https://api.github.com/repos/gocardless/bump/commits/28da151fd7ee6a24e42412a4c599493283ae6d9d","html_url":"https://github.com/gocardless/bump/commit/28da151fd7ee6a24e42412a4c599493283ae6d9d"}]},{"sha":"28da151fd7ee6a24e42412a4c599493283ae6d9d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MjhkYTE1MWZkN2VlNmEyNGU0MjQxMmE0YzU5OTQ5MzI4M2FlNmQ5ZA==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-12-28T09:34:50Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-12-28T09:34:50Z"},"message":"Merge + pull request #237 from gocardless/dependabot/bundler/rubocop-0.52.1\n\nBump + rubocop from 0.52.0 to 0.52.1","tree":{"sha":"9289dc38337e1f866168e3d3f50846f04152961e","url":"https://api.github.com/repos/gocardless/bump/git/trees/9289dc38337e1f866168e3d3f50846f04152961e"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/28da151fd7ee6a24e42412a4c599493283ae6d9d","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaRLq6CRBK7hj4Ov3rIwAAdHIIAAYzNbNgtTK60MPgeJLbFPaI\nACI4il0gvrYHaKsoxX0DYvTtIFHcyiftCcV/3UJtvCmng4QYMIGTE3x2ffC6zcVB\n2Av7QHZf2OH2bzKFSLnkRnIyJ+128iRlVkuP7RC2mFOfaueTzH0EvrMsbryECkAQ\nOZuDrnLEdMqQql0mt6UpF74RbUOS3lI+7D0R7+s825MV9QvYFEu6YRU4ivMEJCzp\nNbozv+dTxpyUwS3hXQZ19flS6U4sQN+r/ONFXI6yEZjupJDNOUECx/CqcZt+rwG5\nUDFrRoDKS92vqBDdfhLQkSZRIWLnYK9hziacDXBEYT/GqlAsdaN/zw7JRayxszs=\n=pmsv\n-----END + PGP SIGNATURE-----\n","payload":"tree 9289dc38337e1f866168e3d3f50846f04152961e\nparent + a24dd5b3c1295a636d96f502a60d909727196893\nparent 210228459f175deee34fb75ba97604cf7f959444\nauthor + Tim Rogers 1514453690 +0000\ncommitter GitHub + 1514453690 +0000\n\nMerge pull request #237 from gocardless/dependabot/bundler/rubocop-0.52.1\n\nBump + rubocop from 0.52.0 to 0.52.1"}},"url":"https://api.github.com/repos/gocardless/bump/commits/28da151fd7ee6a24e42412a4c599493283ae6d9d","html_url":"https://github.com/gocardless/bump/commit/28da151fd7ee6a24e42412a4c599493283ae6d9d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/28da151fd7ee6a24e42412a4c599493283ae6d9d/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"a24dd5b3c1295a636d96f502a60d909727196893","url":"https://api.github.com/repos/gocardless/bump/commits/a24dd5b3c1295a636d96f502a60d909727196893","html_url":"https://github.com/gocardless/bump/commit/a24dd5b3c1295a636d96f502a60d909727196893"},{"sha":"210228459f175deee34fb75ba97604cf7f959444","url":"https://api.github.com/repos/gocardless/bump/commits/210228459f175deee34fb75ba97604cf7f959444","html_url":"https://github.com/gocardless/bump/commit/210228459f175deee34fb75ba97604cf7f959444"}]},{"sha":"210228459f175deee34fb75ba97604cf7f959444","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MjEwMjI4NDU5ZjE3NWRlZWUzNGZiNzViYTk3NjA0Y2Y3Zjk1OTQ0NA==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2017-12-28T07:38:03Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2017-12-28T07:38:03Z"},"message":"Bump + rubocop from 0.52.0 to 0.52.1\n\nBumps [rubocop](https://github.com/bbatsov/rubocop) + from 0.52.0 to 0.52.1.\n- [Release notes](https://github.com/bbatsov/rubocop/releases/tag/v0.52.1)\n- + [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bbatsov/rubocop/compare/v0.52.0...v0.52.1)","tree":{"sha":"9289dc38337e1f866168e3d3f50846f04152961e","url":"https://api.github.com/repos/gocardless/bump/git/trees/9289dc38337e1f866168e3d3f50846f04152961e"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/210228459f175deee34fb75ba97604cf7f959444","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/210228459f175deee34fb75ba97604cf7f959444","html_url":"https://github.com/gocardless/bump/commit/210228459f175deee34fb75ba97604cf7f959444","comments_url":"https://api.github.com/repos/gocardless/bump/commits/210228459f175deee34fb75ba97604cf7f959444/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"a24dd5b3c1295a636d96f502a60d909727196893","url":"https://api.github.com/repos/gocardless/bump/commits/a24dd5b3c1295a636d96f502a60d909727196893","html_url":"https://github.com/gocardless/bump/commit/a24dd5b3c1295a636d96f502a60d909727196893"}]},{"sha":"a24dd5b3c1295a636d96f502a60d909727196893","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YTI0ZGQ1YjNjMTI5NWE2MzZkOTZmNTAyYTYwZDkwOTcyNzE5Njg5Mw==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-12-20T15:20:17Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-12-20T15:20:17Z"},"message":"Merge + pull request #236 from gocardless/dependabot/bundler/rubocop-0.52.0\n\nBump + rubocop from 0.51.0 to 0.52.0","tree":{"sha":"060fd2dc5de7a1666c56a8a99114425b3ef763dd","url":"https://api.github.com/repos/gocardless/bump/git/trees/060fd2dc5de7a1666c56a8a99114425b3ef763dd"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/a24dd5b3c1295a636d96f502a60d909727196893","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaOn+xCRBK7hj4Ov3rIwAAdHIIAJi8WGluPyRpyFVJAi5yRqfo\nKaclRRYI/2MA+JqlDCbNNrd1YPC3JuJUlsSPlM+qndAEnxf0CIJYvaLcubF46vlg\nAA7ej/qX97SwZf0VDYqEDPa8G2qjqV6+P2OOnqBZ2NYJf8DYHsi0sK8qA80Jvc86\nzjMC0xiHE5T20H7OrrJb0KJbiKOdUZ0fuQTbdxBA5PDFLL0BYSqCEoaROaCvieWO\nPcdTF5unrCHN65VmHYPI77hzLtYfAzMQaP4fPNmPduqYFxxb7vTRtYNl5dPO2taK\nQQfCoIRXmMwTi36lQ7JjHm8YZkKnmROS2yhlAk004mv7/C9dPYbn2iM/RWqzfXc=\n=Gr0R\n-----END + PGP SIGNATURE-----\n","payload":"tree 060fd2dc5de7a1666c56a8a99114425b3ef763dd\nparent + de79d01ed05fb607734c3dd727acda6dd206ac03\nparent bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8\nauthor + Nick Campbell 1513783217 +0000\ncommitter GitHub + 1513783217 +0000\n\nMerge pull request #236 from gocardless/dependabot/bundler/rubocop-0.52.0\n\nBump + rubocop from 0.51.0 to 0.52.0"}},"url":"https://api.github.com/repos/gocardless/bump/commits/a24dd5b3c1295a636d96f502a60d909727196893","html_url":"https://github.com/gocardless/bump/commit/a24dd5b3c1295a636d96f502a60d909727196893","comments_url":"https://api.github.com/repos/gocardless/bump/commits/a24dd5b3c1295a636d96f502a60d909727196893/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"de79d01ed05fb607734c3dd727acda6dd206ac03","url":"https://api.github.com/repos/gocardless/bump/commits/de79d01ed05fb607734c3dd727acda6dd206ac03","html_url":"https://github.com/gocardless/bump/commit/de79d01ed05fb607734c3dd727acda6dd206ac03"},{"sha":"bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8","url":"https://api.github.com/repos/gocardless/bump/commits/bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8","html_url":"https://github.com/gocardless/bump/commit/bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8"}]},{"sha":"bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YmYzYWE0Y2Y5YzBmMTFhOWIxZjU3ODJkNmRlZWU0MjVhNzcyNGJjOA==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-12-20T14:50:43Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-12-20T14:50:43Z"},"message":"Autocorrect + Rubocop offences","tree":{"sha":"060fd2dc5de7a1666c56a8a99114425b3ef763dd","url":"https://api.github.com/repos/gocardless/bump/git/trees/060fd2dc5de7a1666c56a8a99114425b3ef763dd"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIzBAABCAAdFiEEuN5NrCvFoRysq1P3vURYYbQpxEQFAlo6eMMACgkQvURYYbQp\nxESurBAAobA6ExwBj2p60vAvQtNII78ILsfKfDrFP20gxIQbhj4RP6gnMf/nHucw\nBpSeZbkgNPzRSSTq6jrOTUzh4/tsaszjRaiLNEO5qn/Gy82GjKxhhBCf4/hWDYy0\nfisaMjTRT8WO4tHiZUGpTq5zg7HqsFexmDLxzxTqDz5/EcDluvX6DpMp0jkTqIMv\nTHbrXbZ/X1pvyUytFdzNfdLW/0NsgZC+6l3Bb6yYgT6TlOKX1y5TOpPO6EzWx7B8\npmvFLqxhAmMyooT+YTw4bbDVNrlU+cUGU9Om02qOXsbvByD34kH8ECVylfKG6sru\ns6oDcAN87uofQWqMdeQFBS0+LxXjQkkBNEdrDr3PPYyKMP4DO7QXuGFds9atDhqc\ntzfjl9NZNTqbsqYjyJy+jpx/a4N90bxLBq7n4KFmrouNLMXuLlMJMp8TphXkwS6B\nUc3Itqphen0sg9eVjxUBvthHDYZ1yz73pTExzA5vAC7cnV3KTRNBjTJj+I9mIxnz\ncDPHP4GpmU4l/t9+HtF2aO/lTqSgjSxbW1X/pZ8RrXdgLS/jRYJqXELVYMg8Xd5K\n9gOHr3hkKfZFRtFEU6XtyD79mZIFD/XG2zJ4C/GCnHsW5MnIvPMB53UL9N3PnUf0\nliIIesGq/bHeaNgBZKt5knZrXixEN6wKim3yhfJ+bwm7OJsaIXQ=\n=0z1m\n-----END + PGP SIGNATURE-----","payload":"tree 060fd2dc5de7a1666c56a8a99114425b3ef763dd\nparent + b27d41f0b07d4aed6e510815f7c0307ff1e39c5a\nauthor Tim Rogers + 1513781443 +0000\ncommitter Tim Rogers 1513781443 +0000\n\nAutocorrect + Rubocop offences\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8","html_url":"https://github.com/gocardless/bump/commit/bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8","comments_url":"https://api.github.com/repos/gocardless/bump/commits/bf3aa4cf9c0f11a9b1f5782d6deee425a7724bc8/comments","author":null,"committer":null,"parents":[{"sha":"b27d41f0b07d4aed6e510815f7c0307ff1e39c5a","url":"https://api.github.com/repos/gocardless/bump/commits/b27d41f0b07d4aed6e510815f7c0307ff1e39c5a","html_url":"https://github.com/gocardless/bump/commit/b27d41f0b07d4aed6e510815f7c0307ff1e39c5a"}]},{"sha":"b27d41f0b07d4aed6e510815f7c0307ff1e39c5a","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YjI3ZDQxZjBiMDdkNGFlZDZlNTEwODE1ZjdjMDMwN2ZmMWUzOWM1YQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-12-20T14:50:32Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-12-20T14:50:32Z"},"message":"Re-enable + the now-fixed Style/YodaCondition cop","tree":{"sha":"c2be72501825e35923f3484f06ef7aa676a279b0","url":"https://api.github.com/repos/gocardless/bump/git/trees/c2be72501825e35923f3484f06ef7aa676a279b0"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/b27d41f0b07d4aed6e510815f7c0307ff1e39c5a","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIzBAABCAAdFiEEuN5NrCvFoRysq1P3vURYYbQpxEQFAlo6eLgACgkQvURYYbQp\nxERJDw//d0vRh63TZTj0CYXczMidfRn2WX9sczlgJvRyx+qPob06YchGzwMW1NRg\ngRbSXd8toSxDuZtsZEFrIfbsFb3ekD9tzSz8nThX+KnVJHBJuWLSI0Gfw1+vBdeC\nkrd2E7PLV2EYBKJk0x/3Pl7iphju004cF3Ub/d9wDK9VFfEkm9URoH+xQIf1NVRk\nZXw2fI73zuhjabcS23hUBezAwu7FHCPFTkRc5J9QgTRA91It1kFL0maMnsEs+LCw\nOah0+rvCcsRuPEdLEwhLtdtH43XjvacXkrR89hoNwo02bIDu4MOnCUaoSR6TW6mH\nKIREztGcbtXcgmfooEz77fLoa7MVCmEO6V/9ClNbYpI7lKG4WvT+SDfcuESJvzfu\nI9XNeHBGnyvREfd9QVLKDkmEa92x1nRqausW+jmisvHQT6W9x7Fv5N1kiAvCojk9\nRJNg4oLn/oTDbem4p+PDc/7SE+jlq4yORtBs+4sBnFhOmgw5n6lLcogajntxXRex\ntYyNb3VccIV8R6RcpmJPfBIc6kYyRjjcL+w76ZuMf/GshxaVlRPD4LLpSvIhuxkC\n9WiSWiFmi88wyBvkc1tYGp9rUc1CenXT3dzl85Bo8B142t67lSPJlu/nZi/qO2D0\npGCv7l0zqkit8FjpF7d1LI4gHrxBMNYrVQb/RAoANAsR3P+MvKQ=\n=ZVst\n-----END + PGP SIGNATURE-----","payload":"tree c2be72501825e35923f3484f06ef7aa676a279b0\nparent + 19f33b21ed311041871f89bc6962fc2b1ef631d1\nauthor Tim Rogers + 1513781432 +0000\ncommitter Tim Rogers 1513781432 +0000\n\nRe-enable + the now-fixed Style/YodaCondition cop\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/b27d41f0b07d4aed6e510815f7c0307ff1e39c5a","html_url":"https://github.com/gocardless/bump/commit/b27d41f0b07d4aed6e510815f7c0307ff1e39c5a","comments_url":"https://api.github.com/repos/gocardless/bump/commits/b27d41f0b07d4aed6e510815f7c0307ff1e39c5a/comments","author":null,"committer":null,"parents":[{"sha":"19f33b21ed311041871f89bc6962fc2b1ef631d1","url":"https://api.github.com/repos/gocardless/bump/commits/19f33b21ed311041871f89bc6962fc2b1ef631d1","html_url":"https://github.com/gocardless/bump/commit/19f33b21ed311041871f89bc6962fc2b1ef631d1"}]},{"sha":"19f33b21ed311041871f89bc6962fc2b1ef631d1","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MTlmMzNiMjFlZDMxMTA0MTg3MWY4OWJjNjk2MmZjMmIxZWY2MzFkMQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-12-20T14:50:01Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-12-20T14:50:01Z"},"message":"Update + .rubocop.yml for new Rubocop version","tree":{"sha":"7345a084c3239e08573d1616f3705a3ecf9cd815","url":"https://api.github.com/repos/gocardless/bump/git/trees/7345a084c3239e08573d1616f3705a3ecf9cd815"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/19f33b21ed311041871f89bc6962fc2b1ef631d1","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIzBAABCAAdFiEEuN5NrCvFoRysq1P3vURYYbQpxEQFAlo6eJkACgkQvURYYbQp\nxETVfA/6A+wj74vywLkrC/CCzmjTmQylF7PymzU/GEVChyPfvXyYp0ewF+o3/v+V\nqv9Rtrhc+QPxiPiqfkJg8T8dtUYnQjaI5r9x7U1pMjoHxpYSe58xQ1pRcYxMdM3e\nDi74+GSs9oBNZG8sw/IN8OHc0xnvyUNc5MFoXLP5MXUatbnWqHTP74W1iRg7NGJg\nyj4DRzYSjt4gCbaqloXU15vhYEQFEPxWTQjJGGlZkMcci19w5hojgo9VZrqQ1DZi\n0hSrr+XVP6CCy39fJzEfzlqob3z7tWch2/K2dZwuapUg00fE3Nv47E56oap+GrxQ\nRmi1APqziUevA6qcDAzHRJAaQFkTF9C1ymuVP1zaR5yp0kh/6Af4uaxcUlnXXggD\nf4S+R0xMfyGjV0fa9JYEMMTZ8w1UzTSbzUzicCAXIKjR5Rb/CUAlK8Y1tpCitMBo\nDfHCStgQwWfJlYSyl5F/b/jojnR2q+6TjVuYjmA3mUfC4eqHL/xcaF9HoAZ6G6n+\nFgjgvucJle+5H/zk8x+ySyqPEyk9aUp4yP5uj0cl83wo52eAGcIfEZNpuQyjDWCj\nr2txE96ncJ8UG2UNAK8Jo621zUs8qtDuLPvuFiiYtEPWiPpZ0FUcsBcKL2d3FH0q\nOGIozN4QN1NX6FHFcgCjrK2oJstGgIb2MspV/a4pnroUzQboHl4=\n=VeuA\n-----END + PGP SIGNATURE-----","payload":"tree 7345a084c3239e08573d1616f3705a3ecf9cd815\nparent + 8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6\nauthor Tim Rogers + 1513781401 +0000\ncommitter Tim Rogers 1513781401 +0000\n\nUpdate + .rubocop.yml for new Rubocop version\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/19f33b21ed311041871f89bc6962fc2b1ef631d1","html_url":"https://github.com/gocardless/bump/commit/19f33b21ed311041871f89bc6962fc2b1ef631d1","comments_url":"https://api.github.com/repos/gocardless/bump/commits/19f33b21ed311041871f89bc6962fc2b1ef631d1/comments","author":null,"committer":null,"parents":[{"sha":"8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6","url":"https://api.github.com/repos/gocardless/bump/commits/8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6","html_url":"https://github.com/gocardless/bump/commit/8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6"}]},{"sha":"8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ODE2M2UzZDdkZTY3NjZlZTlmMmM5ZDc2YjM4OWIyYTEzNDJiMmZkNg==","commit":{"author":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2017-12-13T07:36:33Z"},"committer":{"name":"dependabot[bot]","email":"support@dependabot.com","date":"2017-12-13T07:36:33Z"},"message":"Bump + rubocop from 0.51.0 to 0.52.0\n\nBumps [rubocop](https://github.com/bbatsov/rubocop) + from 0.51.0 to 0.52.0.\n- [Release notes](https://github.com/bbatsov/rubocop/releases/tag/v0.52.0)\n- + [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bbatsov/rubocop/compare/v0.51.0...v0.52.0)","tree":{"sha":"cb9da46365068a6786cf650bb8dab49e8c2a6b48","url":"https://api.github.com/repos/gocardless/bump/git/trees/cb9da46365068a6786cf650bb8dab49e8c2a6b48"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6","html_url":"https://github.com/gocardless/bump/commit/8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6","comments_url":"https://api.github.com/repos/gocardless/bump/commits/8163e3d7de6766ee9f2c9d76b389b2a1342b2fd6/comments","author":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"committer":{"login":"dependabot-support","id":112581971,"node_id":"U_kgDOBrXdUw","avatar_url":"https://avatars.githubusercontent.com/u/112581971?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot-support","html_url":"https://github.com/dependabot-support","followers_url":"https://api.github.com/users/dependabot-support/followers","following_url":"https://api.github.com/users/dependabot-support/following{/other_user}","gists_url":"https://api.github.com/users/dependabot-support/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot-support/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot-support/subscriptions","organizations_url":"https://api.github.com/users/dependabot-support/orgs","repos_url":"https://api.github.com/users/dependabot-support/repos","events_url":"https://api.github.com/users/dependabot-support/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot-support/received_events","type":"User","site_admin":false},"parents":[{"sha":"de79d01ed05fb607734c3dd727acda6dd206ac03","url":"https://api.github.com/repos/gocardless/bump/commits/de79d01ed05fb607734c3dd727acda6dd206ac03","html_url":"https://github.com/gocardless/bump/commit/de79d01ed05fb607734c3dd727acda6dd206ac03"}]},{"sha":"de79d01ed05fb607734c3dd727acda6dd206ac03","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZGU3OWQwMWVkMDVmYjYwNzczNGMzZGQ3MjdhY2RhNmRkMjA2YWMwMw==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-11-24T09:11:58Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-11-24T09:11:58Z"},"message":"Merge + pull request #235 from gocardless/dependabot/bundler/highline-1.7.10\n\nBump + highline from 1.7.8 to 1.7.10","tree":{"sha":"6cc4165760f17387e390b74d959f0490677191a5","url":"https://api.github.com/repos/gocardless/bump/git/trees/6cc4165760f17387e390b74d959f0490677191a5"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/de79d01ed05fb607734c3dd727acda6dd206ac03","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaF+JeCRBK7hj4Ov3rIwAAdHIIACzkX+HsJarXj2ca7VzJV8R8\nwT9THCFgupP13YxHOvRG4OIzostbwka7M+pRN/6CcmsNKH00mB4pQ9OwtgjNZ4gw\n0fKi4VIJ/YgrEKc4wdsgAVOmYnVUK5LsqWcdT5eDQWKbQigFh9JK9AY7xTKUillG\nTKTTf72NKUKl08KyUuPBdcxqonK+PITDZF4LfM/uzmBe5rt9K6ac0BQYuVjGzXUi\nw58em5vdLE9z/2CumSowpvStbqisZUu6RZV5choG+sGfRoYK2wDejpoUiysJf1X8\nTzCHm1F4k4xfktFThAeYWCXTc8o8iYN1ObaKtZ0WI8Qdm/9SA6iWG04imvNDIg8=\n=Byj0\n-----END + PGP SIGNATURE-----\n","payload":"tree 6cc4165760f17387e390b74d959f0490677191a5\nparent + 21f2b70b43e59da07f156e200cfad5b7270727c6\nparent 00437246a5cb104e6d3778b0e66fbf523ea68b03\nauthor + Nick Campbell 1511514718 +0000\ncommitter GitHub + 1511514718 +0000\n\nMerge pull request #235 from gocardless/dependabot/bundler/highline-1.7.10\n\nBump + highline from 1.7.8 to 1.7.10"}},"url":"https://api.github.com/repos/gocardless/bump/commits/de79d01ed05fb607734c3dd727acda6dd206ac03","html_url":"https://github.com/gocardless/bump/commit/de79d01ed05fb607734c3dd727acda6dd206ac03","comments_url":"https://api.github.com/repos/gocardless/bump/commits/de79d01ed05fb607734c3dd727acda6dd206ac03/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"21f2b70b43e59da07f156e200cfad5b7270727c6","url":"https://api.github.com/repos/gocardless/bump/commits/21f2b70b43e59da07f156e200cfad5b7270727c6","html_url":"https://github.com/gocardless/bump/commit/21f2b70b43e59da07f156e200cfad5b7270727c6"},{"sha":"00437246a5cb104e6d3778b0e66fbf523ea68b03","url":"https://api.github.com/repos/gocardless/bump/commits/00437246a5cb104e6d3778b0e66fbf523ea68b03","html_url":"https://github.com/gocardless/bump/commit/00437246a5cb104e6d3778b0e66fbf523ea68b03"}]},{"sha":"00437246a5cb104e6d3778b0e66fbf523ea68b03","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MDA0MzcyNDZhNWNiMTA0ZTZkMzc3OGIwZTY2ZmJmNTIzZWE2OGIwMw==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-11-24T07:02:27Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-11-24T07:02:27Z"},"message":"chore(dependencies): + Bump highline from 1.7.8 to 1.7.10\n\nBumps [highline](https://github.com/JEG2/highline) + from 1.7.8 to 1.7.10.\n- [Changelog](https://github.com/JEG2/highline/blob/master/Changelog.md)\n- + [Commits](https://github.com/JEG2/highline/compare/v1.7.8...v1.7.10)","tree":{"sha":"6cc4165760f17387e390b74d959f0490677191a5","url":"https://api.github.com/repos/gocardless/bump/git/trees/6cc4165760f17387e390b74d959f0490677191a5"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/00437246a5cb104e6d3778b0e66fbf523ea68b03","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/00437246a5cb104e6d3778b0e66fbf523ea68b03","html_url":"https://github.com/gocardless/bump/commit/00437246a5cb104e6d3778b0e66fbf523ea68b03","comments_url":"https://api.github.com/repos/gocardless/bump/commits/00437246a5cb104e6d3778b0e66fbf523ea68b03/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"21f2b70b43e59da07f156e200cfad5b7270727c6","url":"https://api.github.com/repos/gocardless/bump/commits/21f2b70b43e59da07f156e200cfad5b7270727c6","html_url":"https://github.com/gocardless/bump/commit/21f2b70b43e59da07f156e200cfad5b7270727c6"}]},{"sha":"21f2b70b43e59da07f156e200cfad5b7270727c6","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MjFmMmI3MGI0M2U1OWRhMDdmMTU2ZTIwMGNmYWQ1YjcyNzA3MjdjNg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-11-21T13:06:16Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-11-21T13:06:16Z"},"message":"Merge + pull request #233 from gocardless/dependabot/bundler/webmock-3.1.1\n\nBump + webmock from 3.1.0 to 3.1.1","tree":{"sha":"014935265b9583e700253a8e8c9e6176adef02b0","url":"https://api.github.com/repos/gocardless/bump/git/trees/014935265b9583e700253a8e8c9e6176adef02b0"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/21f2b70b43e59da07f156e200cfad5b7270727c6","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaFCTICRBK7hj4Ov3rIwAAdHIIAJz2HxMuOYdtTmX4rTbRvp9t\n8fyGYfe1aoHVBQmRD/8IzbklhRoACB0JuCxGApfYMRi4H5QGmgbxgmc6t+A9Bchg\nm4YuzknPlk+OxCccIt8qdHjqJawecLvR2Cq0y6bTnkhVwTuFl/QTUJ+YLFxxyToL\nqBj5sGi+61efK0I9nsf9rFpvHG76nxtgeRGS+WUYP2Xe+NB7GcdhyQn0odz6RcNO\n5myZsOxJTOfcp67KHP6hxhJS80xrpti8v2gVfEjeGVc/V/XW1I6T9jU0bZ/KSvnb\nBFYnla4Y1zIUYB/734jxvkfSMBT1XPtAFCvw/YgtAQuMToXDcGqt3rp6CkmNoFY=\n=Zqwu\n-----END + PGP SIGNATURE-----\n","payload":"tree 014935265b9583e700253a8e8c9e6176adef02b0\nparent + 6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60\nparent 583a4dbbda4fd90baf70617caf2d23bba4311bce\nauthor + Nick Campbell 1511269576 +0000\ncommitter GitHub + 1511269576 +0000\n\nMerge pull request #233 from gocardless/dependabot/bundler/webmock-3.1.1\n\nBump + webmock from 3.1.0 to 3.1.1"}},"url":"https://api.github.com/repos/gocardless/bump/commits/21f2b70b43e59da07f156e200cfad5b7270727c6","html_url":"https://github.com/gocardless/bump/commit/21f2b70b43e59da07f156e200cfad5b7270727c6","comments_url":"https://api.github.com/repos/gocardless/bump/commits/21f2b70b43e59da07f156e200cfad5b7270727c6/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60","url":"https://api.github.com/repos/gocardless/bump/commits/6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60","html_url":"https://github.com/gocardless/bump/commit/6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60"},{"sha":"583a4dbbda4fd90baf70617caf2d23bba4311bce","url":"https://api.github.com/repos/gocardless/bump/commits/583a4dbbda4fd90baf70617caf2d23bba4311bce","html_url":"https://github.com/gocardless/bump/commit/583a4dbbda4fd90baf70617caf2d23bba4311bce"}]},{"sha":"6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NmIxZjlhZDA2Y2QxMTczM2Y0NmNmOGE2Yzg5MzIyZWI3ZGVlNWY2MA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-11-21T13:06:05Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-11-21T13:06:05Z"},"message":"Merge + pull request #232 from gocardless/dependabot/bundler/rake-12.3.0\n\nBump rake + from 12.2.1 to 12.3.0","tree":{"sha":"0125f57040e4ab62f5bfa4ea50bbb92d72962e88","url":"https://api.github.com/repos/gocardless/bump/git/trees/0125f57040e4ab62f5bfa4ea50bbb92d72962e88"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaFCS9CRBK7hj4Ov3rIwAAdHIIAGneweKlWIkrt1WWXtjablO5\nAVPGsZsTcMeXxEA6G9pa5jJioGv0Cr5vZGvVxDxVHucGIk9NW/DIBjf80ruqCo4Q\nJZ6s+T5TeXY5InV4joP4LrPFO/Jh1FhQXYmBzjx7gRq2AjlwrJDWUVsOcYOCHTjV\nNhCBs9v+cPTo3R8lq6+iyGv2ePAqcbqtiVnnSS9OSgoI8VtTXzXnuytglR9d8G4M\nvPRscmNy/sVJ9Pvyk1u8gzyZqMB768teMfwlaBwT99TpDxrScwgeA4SEFm6n6ss8\nqYasfdMp1w9XCb/FoUF9XIQCj3Mu/RsAsTwKyXZnH2JyEI2whJlvWQ0GO5xEgTo=\n=60HH\n-----END + PGP SIGNATURE-----\n","payload":"tree 0125f57040e4ab62f5bfa4ea50bbb92d72962e88\nparent + 0ec2c9426434ce58dd0410e74a6227575573e631\nparent e4ed5c9150298fab6da54c3d59673cb3655cb843\nauthor + Nick Campbell 1511269565 +0000\ncommitter GitHub + 1511269565 +0000\n\nMerge pull request #232 from gocardless/dependabot/bundler/rake-12.3.0\n\nBump + rake from 12.2.1 to 12.3.0"}},"url":"https://api.github.com/repos/gocardless/bump/commits/6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60","html_url":"https://github.com/gocardless/bump/commit/6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60","comments_url":"https://api.github.com/repos/gocardless/bump/commits/6b1f9ad06cd11733f46cf8a6c89322eb7dee5f60/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"0ec2c9426434ce58dd0410e74a6227575573e631","url":"https://api.github.com/repos/gocardless/bump/commits/0ec2c9426434ce58dd0410e74a6227575573e631","html_url":"https://github.com/gocardless/bump/commit/0ec2c9426434ce58dd0410e74a6227575573e631"},{"sha":"e4ed5c9150298fab6da54c3d59673cb3655cb843","url":"https://api.github.com/repos/gocardless/bump/commits/e4ed5c9150298fab6da54c3d59673cb3655cb843","html_url":"https://github.com/gocardless/bump/commit/e4ed5c9150298fab6da54c3d59673cb3655cb843"}]},{"sha":"583a4dbbda4fd90baf70617caf2d23bba4311bce","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NTgzYTRkYmJkYTRmZDkwYmFmNzA2MTdjYWYyZDIzYmJhNDMxMWJjZQ==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-11-21T13:01:04Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-11-21T13:01:04Z"},"message":"chore(dependencies): + Bump webmock from 3.1.0 to 3.1.1\n\nBumps [webmock](https://github.com/bblimke/webmock) + from 3.1.0 to 3.1.1.\n- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bblimke/webmock/compare/v3.1.0...v3.1.1)","tree":{"sha":"08a252751d111cd0984164da583aebdd9b010b64","url":"https://api.github.com/repos/gocardless/bump/git/trees/08a252751d111cd0984164da583aebdd9b010b64"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/583a4dbbda4fd90baf70617caf2d23bba4311bce","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/583a4dbbda4fd90baf70617caf2d23bba4311bce","html_url":"https://github.com/gocardless/bump/commit/583a4dbbda4fd90baf70617caf2d23bba4311bce","comments_url":"https://api.github.com/repos/gocardless/bump/commits/583a4dbbda4fd90baf70617caf2d23bba4311bce/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"0ec2c9426434ce58dd0410e74a6227575573e631","url":"https://api.github.com/repos/gocardless/bump/commits/0ec2c9426434ce58dd0410e74a6227575573e631","html_url":"https://github.com/gocardless/bump/commit/0ec2c9426434ce58dd0410e74a6227575573e631"}]},{"sha":"e4ed5c9150298fab6da54c3d59673cb3655cb843","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZTRlZDVjOTE1MDI5OGZhYjZkYTU0YzNkNTk2NzNjYjM2NTVjYjg0Mw==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-11-21T13:00:59Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-11-21T13:00:59Z"},"message":"Bump + rake from 12.2.1 to 12.3.0\n\nBumps [rake](https://github.com/ruby/rake) from + 12.2.1 to 12.3.0.\n- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)\n- + [Commits](https://github.com/ruby/rake/compare/v12.2.1...v12.3.0)","tree":{"sha":"0125f57040e4ab62f5bfa4ea50bbb92d72962e88","url":"https://api.github.com/repos/gocardless/bump/git/trees/0125f57040e4ab62f5bfa4ea50bbb92d72962e88"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/e4ed5c9150298fab6da54c3d59673cb3655cb843","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/e4ed5c9150298fab6da54c3d59673cb3655cb843","html_url":"https://github.com/gocardless/bump/commit/e4ed5c9150298fab6da54c3d59673cb3655cb843","comments_url":"https://api.github.com/repos/gocardless/bump/commits/e4ed5c9150298fab6da54c3d59673cb3655cb843/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"0ec2c9426434ce58dd0410e74a6227575573e631","url":"https://api.github.com/repos/gocardless/bump/commits/0ec2c9426434ce58dd0410e74a6227575573e631","html_url":"https://github.com/gocardless/bump/commit/0ec2c9426434ce58dd0410e74a6227575573e631"}]},{"sha":"0ec2c9426434ce58dd0410e74a6227575573e631","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MGVjMmM5NDI2NDM0Y2U1OGRkMDQxMGU3NGE2MjI3NTc1NTczZTYzMQ==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-11-21T13:00:10Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-11-21T13:00:10Z"},"message":"Merge + pull request #234 from gocardless/fix-tests-bundler-settings\n\nFix the specs + by manipulating Bundler''s settings differently","tree":{"sha":"0d7e6e5674321ea0c7288e50cd5ff0c9f0b79fc7","url":"https://api.github.com/repos/gocardless/bump/git/trees/0d7e6e5674321ea0c7288e50cd5ff0c9f0b79fc7"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/0ec2c9426434ce58dd0410e74a6227575573e631","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaFCNaCRBK7hj4Ov3rIwAAdHIIADx4+J0UYTbvSj9S/+3vZY6K\nhPxSqdJHoXDSFPmsvSexmVFmENYjaff7TqMnS/+sTyh3bWM+KeTWl67MQ91HzHI/\nAFfNqJSgvQO6h391t7FoFi6cC1QIuPpTuZmhIOwzE/LGsaLlMs9vpt93/BSdkKr6\newq9VhwAYLoC1g/REUbAZMqWJYLhnZtb/a7n4VIdN6oVkZV/8O6pl6MiRnjxdgcL\nDlLPwC0HoQ1UGBpr+irxBvYvSCC4MzovumSgb3NNYVteNIjE2ZoiEHJnvT2VgkHf\ngd9X2ZWdXwujZ/dIAUxHipmSZj0UpeRUxI9swWYrHEjQQK8viU2jn/x2l7zqFIo=\n=mQGA\n-----END + PGP SIGNATURE-----\n","payload":"tree 0d7e6e5674321ea0c7288e50cd5ff0c9f0b79fc7\nparent + a42a4601a16edd04695f0f4d39e7ec15f1f7f805\nparent 42a46d68261501b5b616fbb2c1ac5e5c65a426ee\nauthor + Nick Campbell 1511269210 +0000\ncommitter GitHub + 1511269210 +0000\n\nMerge pull request #234 from gocardless/fix-tests-bundler-settings\n\nFix + the specs by manipulating Bundler''s settings differently"}},"url":"https://api.github.com/repos/gocardless/bump/commits/0ec2c9426434ce58dd0410e74a6227575573e631","html_url":"https://github.com/gocardless/bump/commit/0ec2c9426434ce58dd0410e74a6227575573e631","comments_url":"https://api.github.com/repos/gocardless/bump/commits/0ec2c9426434ce58dd0410e74a6227575573e631/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"a42a4601a16edd04695f0f4d39e7ec15f1f7f805","url":"https://api.github.com/repos/gocardless/bump/commits/a42a4601a16edd04695f0f4d39e7ec15f1f7f805","html_url":"https://github.com/gocardless/bump/commit/a42a4601a16edd04695f0f4d39e7ec15f1f7f805"},{"sha":"42a46d68261501b5b616fbb2c1ac5e5c65a426ee","url":"https://api.github.com/repos/gocardless/bump/commits/42a46d68261501b5b616fbb2c1ac5e5c65a426ee","html_url":"https://github.com/gocardless/bump/commit/42a46d68261501b5b616fbb2c1ac5e5c65a426ee"}]},{"sha":"a42a4601a16edd04695f0f4d39e7ec15f1f7f805","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YTQyYTQ2MDFhMTZlZGQwNDY5NWYwZjRkMzllN2VjMTVmMWY3ZjgwNQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-11-21T12:33:01Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-11-21T12:33:01Z"},"message":"Merge + pull request #228 from gocardless/dependabot/bundler/sentry-raven-2.7.1\n\nBump + sentry-raven from 2.6.3 to 2.7.1","tree":{"sha":"d32273a9cb537335f2d8aa251402becce347f292","url":"https://api.github.com/repos/gocardless/bump/git/trees/d32273a9cb537335f2d8aa251402becce347f292"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/a42a4601a16edd04695f0f4d39e7ec15f1f7f805","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN + PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJaFBz9CRBK7hj4Ov3rIwAAdHIIAHpLiOKeN10V3/XtFA4SaEas\n9CbQvXeTRQeVWmO/z2Re42KfTw8lpBDUrwh+A4g2Adj/vchtLX2hm2b8cl42vCBh\nWsAqqgeCPxzxdCCvx5WXNKlfUZweA4y0uoZqEE00jskyAMk6ab4y7kxGddO596tN\nWY080eafLB9uFEot05aNTtqPhI2H8sz1rLvxKdPxwFtho/qI5zAiYzTQKAawZrFK\nBSeo8buk/ZFrEwlA0ZFtPD622YB2kgJTxOPKT7B7SeLRCzzeaHjxt8Ix5XeAbOND\narg79lCKb7RhOi7yhZxRdXv/xIA2Ju0jxH9ZUa3MdYV6ZoTmQk49PxaWA+JGo/A=\n=/eFX\n-----END + PGP SIGNATURE-----\n","payload":"tree d32273a9cb537335f2d8aa251402becce347f292\nparent + 63bdcbf636ddda97e6dcdccbd71159659cec6199\nparent 3b7d0a52d05487dcf9501f823c2a4058e3a04c49\nauthor + Tim Rogers 1511267581 +0000\ncommitter GitHub + 1511267581 +0000\n\nMerge pull request #228 from gocardless/dependabot/bundler/sentry-raven-2.7.1\n\nBump + sentry-raven from 2.6.3 to 2.7.1"}},"url":"https://api.github.com/repos/gocardless/bump/commits/a42a4601a16edd04695f0f4d39e7ec15f1f7f805","html_url":"https://github.com/gocardless/bump/commit/a42a4601a16edd04695f0f4d39e7ec15f1f7f805","comments_url":"https://api.github.com/repos/gocardless/bump/commits/a42a4601a16edd04695f0f4d39e7ec15f1f7f805/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"63bdcbf636ddda97e6dcdccbd71159659cec6199","url":"https://api.github.com/repos/gocardless/bump/commits/63bdcbf636ddda97e6dcdccbd71159659cec6199","html_url":"https://github.com/gocardless/bump/commit/63bdcbf636ddda97e6dcdccbd71159659cec6199"},{"sha":"3b7d0a52d05487dcf9501f823c2a4058e3a04c49","url":"https://api.github.com/repos/gocardless/bump/commits/3b7d0a52d05487dcf9501f823c2a4058e3a04c49","html_url":"https://github.com/gocardless/bump/commit/3b7d0a52d05487dcf9501f823c2a4058e3a04c49"}]},{"sha":"42a46d68261501b5b616fbb2c1ac5e5c65a426ee","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NDJhNDZkNjgyNjE1MDFiNWI2MTZmYmIyYzFhYzVlNWM2NWE0MjZlZQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-11-21T12:21:14Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-11-21T12:32:02Z"},"message":"Fix + the specs by manipulating Bundler''s settings differently\n\nIn `app/boot.rb`, + we try to set Bundler''s settings to \"unfreeze\"\nthe bundle for the purposes + of our tests. This has been broken\nfor a little while due to a changed API + in Bundler since v1.16.0,\nresulting in\n[errors when running the tests][circle-gocardless-bump-258]:\n\n```\nAn + error occurred while loading ./spec/app/workers/dependency_file_fetcher_spec.rb.\nFailure/Error: + Bundler.settings[:frozen] = \"0\"\n\nNoMethodError:\n undefined method `[]='' + for #\n Did you mean? []\n```\n\nBundler + removed this API for tweaking the settings in\n[June][8ccf49c], but an alternative + means for updating\nthem was introduced before that in [August 2016][3b6dd37].\n\nThis + switches to using the way that is in Bundler now: using\n`Bundler::Settings#temporary`.\n\n[circle-gocardless-bump-258]: + https://circleci.com/gh/gocardless/bump/258?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link\n[8ccf49c]: + https://github.com/bundler/bundler/commit/8ccf49c3b4a086f1e0cad2130dc30c04304175b7\n[3b6dd37]: + https://github.com/bundler/bundler/commit/3b6dd372dca9b695e9283d8c49644b9dec9ef260","tree":{"sha":"58dc90c86f742f49d4fb6d881cf1a2e2937081eb","url":"https://api.github.com/repos/gocardless/bump/git/trees/58dc90c86f742f49d4fb6d881cf1a2e2937081eb"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/42a46d68261501b5b616fbb2c1ac5e5c65a426ee","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIzBAABCAAdFiEEuN5NrCvFoRysq1P3vURYYbQpxEQFAloUHMYACgkQvURYYbQp\nxERYFxAAnJv8PmL22TruVC+HBzA0Zs9Elz5bW7SGGtM16ehxKm6aCoWJCLcRrXhP\nkFFR5TPmBbRtojff1HoqeJe723zjiPmPNaFI57GnElPOJjDFyfqZXTrakCWRNqAN\nZGF79j13x69HHyB9fGgku0bmmMPCMXE7v9aJnJA4ZiBh+zXXjmAVAYh597j+OLif\nSTQFRTy/bPQ+tkibENvEzxHW2aV4mx0KggDLn+dUeTEOqpTLuIlP83eTD7w6/6WD\nnIRB8WJPZ/rAO+IPJsTMJw7qWJKpanMJZQetOqigtWvs8tbC7xdof4fGDJxk63tI\nc7b/SWySipcwy7IeVgCKmcBy3Ij7yM8jKL7OCWKuRYZy/+Tw6c37bxvn+7oFSbKg\njnXaR6pFZrgtKCw/FCKNFeyhkJoDKHMYLiEuqtzwTAMob3ETFwwg5ZMdvV8YYBEo\ndXQ93R9tDD79GREdX20bGzJBJyOVk53bwAkUbRmn+JsRSYkF7strXfqr6Hl3YA24\nvGZyknwltESgRvDRwKF/YubcBekwUjOkhHR/GwC9CJpNe83pMRyMacJTk4GncG+C\nelh5sBM20kxE/AdzgsFSePMfDnptLswM3TlWZNyoZ5Esu3dRD+thiCNA0NdDWNtW\n7gslCPG+hB3BG22+I0KvuafjYga04SGTKtat+GNyr6Yrif/NTE4=\n=tm4R\n-----END + PGP SIGNATURE-----","payload":"tree 58dc90c86f742f49d4fb6d881cf1a2e2937081eb\nparent + 63bdcbf636ddda97e6dcdccbd71159659cec6199\nauthor Tim Rogers + 1511266874 +0000\ncommitter Tim Rogers 1511267522 +0000\n\nFix + the specs by manipulating Bundler''s settings differently\n\nIn `app/boot.rb`, + we try to set Bundler''s settings to \"unfreeze\"\nthe bundle for the purposes + of our tests. This has been broken\nfor a little while due to a changed API + in Bundler since v1.16.0,\nresulting in\n[errors when running the tests][circle-gocardless-bump-258]:\n\n```\nAn + error occurred while loading ./spec/app/workers/dependency_file_fetcher_spec.rb.\nFailure/Error: + Bundler.settings[:frozen] = \"0\"\n\nNoMethodError:\n undefined method `[]='' + for #\n Did you mean? []\n```\n\nBundler + removed this API for tweaking the settings in\n[June][8ccf49c], but an alternative + means for updating\nthem was introduced before that in [August 2016][3b6dd37].\n\nThis + switches to using the way that is in Bundler now: using\n`Bundler::Settings#temporary`.\n\n[circle-gocardless-bump-258]: + https://circleci.com/gh/gocardless/bump/258?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link\n[8ccf49c]: + https://github.com/bundler/bundler/commit/8ccf49c3b4a086f1e0cad2130dc30c04304175b7\n[3b6dd37]: + https://github.com/bundler/bundler/commit/3b6dd372dca9b695e9283d8c49644b9dec9ef260\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/42a46d68261501b5b616fbb2c1ac5e5c65a426ee","html_url":"https://github.com/gocardless/bump/commit/42a46d68261501b5b616fbb2c1ac5e5c65a426ee","comments_url":"https://api.github.com/repos/gocardless/bump/commits/42a46d68261501b5b616fbb2c1ac5e5c65a426ee/comments","author":null,"committer":null,"parents":[{"sha":"63bdcbf636ddda97e6dcdccbd71159659cec6199","url":"https://api.github.com/repos/gocardless/bump/commits/63bdcbf636ddda97e6dcdccbd71159659cec6199","html_url":"https://github.com/gocardless/bump/commit/63bdcbf636ddda97e6dcdccbd71159659cec6199"}]},{"sha":"63bdcbf636ddda97e6dcdccbd71159659cec6199","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NjNiZGNiZjYzNmRkZGE5N2U2ZGNkY2NiZDcxMTU5NjU5Y2VjNjE5OQ==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-10-25T09:53:22Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-10-25T09:53:22Z"},"message":"Merge + pull request #231 from gocardless/dependabot/bundler/rake-12.2.1\n\nBump rake + from 12.1.0 to 12.2.1","tree":{"sha":"d4154a26acfea4f397515e279634240bef1e8b4b","url":"https://api.github.com/repos/gocardless/bump/git/trees/d4154a26acfea4f397515e279634240bef1e8b4b"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/63bdcbf636ddda97e6dcdccbd71159659cec6199","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/63bdcbf636ddda97e6dcdccbd71159659cec6199","html_url":"https://github.com/gocardless/bump/commit/63bdcbf636ddda97e6dcdccbd71159659cec6199","comments_url":"https://api.github.com/repos/gocardless/bump/commits/63bdcbf636ddda97e6dcdccbd71159659cec6199/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"75f7877c54dc8f52edc495df9942a116574b414b","url":"https://api.github.com/repos/gocardless/bump/commits/75f7877c54dc8f52edc495df9942a116574b414b","html_url":"https://github.com/gocardless/bump/commit/75f7877c54dc8f52edc495df9942a116574b414b"},{"sha":"4c2536cddd56f25ea304c3231a91356e0a68fe1d","url":"https://api.github.com/repos/gocardless/bump/commits/4c2536cddd56f25ea304c3231a91356e0a68fe1d","html_url":"https://github.com/gocardless/bump/commit/4c2536cddd56f25ea304c3231a91356e0a68fe1d"}]},{"sha":"4c2536cddd56f25ea304c3231a91356e0a68fe1d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NGMyNTM2Y2RkZDU2ZjI1ZWEzMDRjMzIzMWE5MTM1NmUwYTY4ZmUxZA==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-25T07:01:05Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-25T07:01:05Z"},"message":"Bump + rake from 12.1.0 to 12.2.1\n\nBumps [rake](https://github.com/ruby/rake) from + 12.1.0 to 12.2.1.\n- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)\n- + [Commits](https://github.com/ruby/rake/compare/v12.1.0...v12.2.1)","tree":{"sha":"d4154a26acfea4f397515e279634240bef1e8b4b","url":"https://api.github.com/repos/gocardless/bump/git/trees/d4154a26acfea4f397515e279634240bef1e8b4b"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/4c2536cddd56f25ea304c3231a91356e0a68fe1d","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/4c2536cddd56f25ea304c3231a91356e0a68fe1d","html_url":"https://github.com/gocardless/bump/commit/4c2536cddd56f25ea304c3231a91356e0a68fe1d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/4c2536cddd56f25ea304c3231a91356e0a68fe1d/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"75f7877c54dc8f52edc495df9942a116574b414b","url":"https://api.github.com/repos/gocardless/bump/commits/75f7877c54dc8f52edc495df9942a116574b414b","html_url":"https://github.com/gocardless/bump/commit/75f7877c54dc8f52edc495df9942a116574b414b"}]},{"sha":"3b7d0a52d05487dcf9501f823c2a4058e3a04c49","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6M2I3ZDBhNTJkMDU0ODdkY2Y5NTAxZjgyM2MyYTQwNThlM2EwNGM0OQ==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-19T10:50:32Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-19T10:50:32Z"},"message":"Bump + sentry-raven from 2.6.3 to 2.7.1\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.6.3 to 2.7.1.\n- [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.6.3...v2.7.1)","tree":{"sha":"71022aa4e28c679d2fb1fd7358ce4794e3e96170","url":"https://api.github.com/repos/gocardless/bump/git/trees/71022aa4e28c679d2fb1fd7358ce4794e3e96170"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/3b7d0a52d05487dcf9501f823c2a4058e3a04c49","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/3b7d0a52d05487dcf9501f823c2a4058e3a04c49","html_url":"https://github.com/gocardless/bump/commit/3b7d0a52d05487dcf9501f823c2a4058e3a04c49","comments_url":"https://api.github.com/repos/gocardless/bump/commits/3b7d0a52d05487dcf9501f823c2a4058e3a04c49/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"75f7877c54dc8f52edc495df9942a116574b414b","url":"https://api.github.com/repos/gocardless/bump/commits/75f7877c54dc8f52edc495df9942a116574b414b","html_url":"https://github.com/gocardless/bump/commit/75f7877c54dc8f52edc495df9942a116574b414b"}]},{"sha":"75f7877c54dc8f52edc495df9942a116574b414b","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NzVmNzg3N2M1NGRjOGY1MmVkYzQ5NWRmOTk0MmExMTY1NzRiNDE0Yg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-10-19T10:49:40Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-10-19T10:49:40Z"},"message":"Merge + pull request #230 from gocardless/dependabot/bundler/rubocop-0.51.0\n\nBump + rubocop from 0.50.0 to 0.51.0","tree":{"sha":"03d840034cf8fdc0db1d39110fa067898f912377","url":"https://api.github.com/repos/gocardless/bump/git/trees/03d840034cf8fdc0db1d39110fa067898f912377"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/75f7877c54dc8f52edc495df9942a116574b414b","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/75f7877c54dc8f52edc495df9942a116574b414b","html_url":"https://github.com/gocardless/bump/commit/75f7877c54dc8f52edc495df9942a116574b414b","comments_url":"https://api.github.com/repos/gocardless/bump/commits/75f7877c54dc8f52edc495df9942a116574b414b/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"db3558c69769f0292c66ba703cb87bbe668a5fa3","url":"https://api.github.com/repos/gocardless/bump/commits/db3558c69769f0292c66ba703cb87bbe668a5fa3","html_url":"https://github.com/gocardless/bump/commit/db3558c69769f0292c66ba703cb87bbe668a5fa3"},{"sha":"929a8ea494a8368b724641b18f80e6a63b0bbbfa","url":"https://api.github.com/repos/gocardless/bump/commits/929a8ea494a8368b724641b18f80e6a63b0bbbfa","html_url":"https://github.com/gocardless/bump/commit/929a8ea494a8368b724641b18f80e6a63b0bbbfa"}]},{"sha":"929a8ea494a8368b724641b18f80e6a63b0bbbfa","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6OTI5YThlYTQ5NGE4MzY4YjcyNDY0MWIxOGY4MGU2YTYzYjBiYmJmYQ==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-19T07:05:43Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-19T07:05:43Z"},"message":"Bump + rubocop from 0.50.0 to 0.51.0\n\nBumps [rubocop](https://github.com/bbatsov/rubocop) + from 0.50.0 to 0.51.0.\n- [Release notes](https://github.com/bbatsov/rubocop/releases/tag/v0.51.0)\n- + [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bbatsov/rubocop/compare/v0.50.0...v0.51.0)","tree":{"sha":"03d840034cf8fdc0db1d39110fa067898f912377","url":"https://api.github.com/repos/gocardless/bump/git/trees/03d840034cf8fdc0db1d39110fa067898f912377"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/929a8ea494a8368b724641b18f80e6a63b0bbbfa","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/929a8ea494a8368b724641b18f80e6a63b0bbbfa","html_url":"https://github.com/gocardless/bump/commit/929a8ea494a8368b724641b18f80e6a63b0bbbfa","comments_url":"https://api.github.com/repos/gocardless/bump/commits/929a8ea494a8368b724641b18f80e6a63b0bbbfa/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"db3558c69769f0292c66ba703cb87bbe668a5fa3","url":"https://api.github.com/repos/gocardless/bump/commits/db3558c69769f0292c66ba703cb87bbe668a5fa3","html_url":"https://github.com/gocardless/bump/commit/db3558c69769f0292c66ba703cb87bbe668a5fa3"}]},{"sha":"db3558c69769f0292c66ba703cb87bbe668a5fa3","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZGIzNTU4YzY5NzY5ZjAyOTJjNjZiYTcwM2NiODdiYmU2NjhhNWZhMw==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-10-18T07:07:56Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-10-18T07:07:56Z"},"message":"Merge + pull request #229 from gocardless/dependabot/bundler/rspec-3.7.0\n\nBump rspec + from 3.6.0 to 3.7.0","tree":{"sha":"ca5fca5e13fa0aabe597c39f42e276d6de130172","url":"https://api.github.com/repos/gocardless/bump/git/trees/ca5fca5e13fa0aabe597c39f42e276d6de130172"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/db3558c69769f0292c66ba703cb87bbe668a5fa3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/db3558c69769f0292c66ba703cb87bbe668a5fa3","html_url":"https://github.com/gocardless/bump/commit/db3558c69769f0292c66ba703cb87bbe668a5fa3","comments_url":"https://api.github.com/repos/gocardless/bump/commits/db3558c69769f0292c66ba703cb87bbe668a5fa3/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"9cdbfa2bdec13beec8b7fda0857f0f1c04ead395","url":"https://api.github.com/repos/gocardless/bump/commits/9cdbfa2bdec13beec8b7fda0857f0f1c04ead395","html_url":"https://github.com/gocardless/bump/commit/9cdbfa2bdec13beec8b7fda0857f0f1c04ead395"},{"sha":"54b906d78725964e1a736054c6f1fe3f78fa04ec","url":"https://api.github.com/repos/gocardless/bump/commits/54b906d78725964e1a736054c6f1fe3f78fa04ec","html_url":"https://github.com/gocardless/bump/commit/54b906d78725964e1a736054c6f1fe3f78fa04ec"}]},{"sha":"54b906d78725964e1a736054c6f1fe3f78fa04ec","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NTRiOTA2ZDc4NzI1OTY0ZTFhNzM2MDU0YzZmMWZlM2Y3OGZhMDRlYw==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-18T07:01:33Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-18T07:01:33Z"},"message":"Bump + rspec from 3.6.0 to 3.7.0\n\nBumps [rspec](https://github.com/rspec/rspec) + from 3.6.0 to 3.7.0.\n- [Commits](https://github.com/rspec/rspec/compare/v3.6.0...v3.7.0)","tree":{"sha":"ca5fca5e13fa0aabe597c39f42e276d6de130172","url":"https://api.github.com/repos/gocardless/bump/git/trees/ca5fca5e13fa0aabe597c39f42e276d6de130172"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/54b906d78725964e1a736054c6f1fe3f78fa04ec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/54b906d78725964e1a736054c6f1fe3f78fa04ec","html_url":"https://github.com/gocardless/bump/commit/54b906d78725964e1a736054c6f1fe3f78fa04ec","comments_url":"https://api.github.com/repos/gocardless/bump/commits/54b906d78725964e1a736054c6f1fe3f78fa04ec/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"9cdbfa2bdec13beec8b7fda0857f0f1c04ead395","url":"https://api.github.com/repos/gocardless/bump/commits/9cdbfa2bdec13beec8b7fda0857f0f1c04ead395","html_url":"https://github.com/gocardless/bump/commit/9cdbfa2bdec13beec8b7fda0857f0f1c04ead395"}]},{"sha":"9cdbfa2bdec13beec8b7fda0857f0f1c04ead395","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6OWNkYmZhMmJkZWMxM2JlZWM4YjdmZGEwODU3ZjBmMWMwNGVhZDM5NQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-10-09T07:54:12Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-10-09T07:54:12Z"},"message":"Merge + pull request #225 from gocardless/dependabot/bundler/bump-core-v0.6.6\n\nBump + bump-core from v0.6.0 to v0.6.6","tree":{"sha":"5c1be3b3b6148308b123f4fdff6cfe371fea054e","url":"https://api.github.com/repos/gocardless/bump/git/trees/5c1be3b3b6148308b123f4fdff6cfe371fea054e"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/9cdbfa2bdec13beec8b7fda0857f0f1c04ead395","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/9cdbfa2bdec13beec8b7fda0857f0f1c04ead395","html_url":"https://github.com/gocardless/bump/commit/9cdbfa2bdec13beec8b7fda0857f0f1c04ead395","comments_url":"https://api.github.com/repos/gocardless/bump/commits/9cdbfa2bdec13beec8b7fda0857f0f1c04ead395/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"2e3074fbb5b3048a53dce2004df62a9b56098ab3","url":"https://api.github.com/repos/gocardless/bump/commits/2e3074fbb5b3048a53dce2004df62a9b56098ab3","html_url":"https://github.com/gocardless/bump/commit/2e3074fbb5b3048a53dce2004df62a9b56098ab3"},{"sha":"f33453f60635f598b923393e73875163640b7dd0","url":"https://api.github.com/repos/gocardless/bump/commits/f33453f60635f598b923393e73875163640b7dd0","html_url":"https://github.com/gocardless/bump/commit/f33453f60635f598b923393e73875163640b7dd0"}]},{"sha":"2e3074fbb5b3048a53dce2004df62a9b56098ab3","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MmUzMDc0ZmJiNWIzMDQ4YTUzZGNlMjAwNGRmNjJhOWI1NjA5OGFiMw==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-10-09T07:53:19Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-10-09T07:53:19Z"},"message":"Merge + pull request #226 from gocardless/dependabot/bundler/webmock-3.1.0\n\nBump + webmock from 3.0.1 to 3.1.0","tree":{"sha":"33c096dcc009d63a59c72676d5486f89da7b19aa","url":"https://api.github.com/repos/gocardless/bump/git/trees/33c096dcc009d63a59c72676d5486f89da7b19aa"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/2e3074fbb5b3048a53dce2004df62a9b56098ab3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/2e3074fbb5b3048a53dce2004df62a9b56098ab3","html_url":"https://github.com/gocardless/bump/commit/2e3074fbb5b3048a53dce2004df62a9b56098ab3","comments_url":"https://api.github.com/repos/gocardless/bump/commits/2e3074fbb5b3048a53dce2004df62a9b56098ab3/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"dc1eaded0892b31a222fc094c5c0c3402b752b86","url":"https://api.github.com/repos/gocardless/bump/commits/dc1eaded0892b31a222fc094c5c0c3402b752b86","html_url":"https://github.com/gocardless/bump/commit/dc1eaded0892b31a222fc094c5c0c3402b752b86"},{"sha":"020d3bcbc199991ccd2c95e056897f344e835356","url":"https://api.github.com/repos/gocardless/bump/commits/020d3bcbc199991ccd2c95e056897f344e835356","html_url":"https://github.com/gocardless/bump/commit/020d3bcbc199991ccd2c95e056897f344e835356"}]},{"sha":"020d3bcbc199991ccd2c95e056897f344e835356","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MDIwZDNiY2JjMTk5OTkxY2NkMmM5NWUwNTY4OTdmMzQ0ZTgzNTM1Ng==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-09T07:02:52Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-09T07:02:52Z"},"message":"Bump + webmock from 3.0.1 to 3.1.0\n\nBumps [webmock](https://github.com/bblimke/webmock) + from 3.0.1 to 3.1.0.\n- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bblimke/webmock/compare/v3.0.1...v3.1.0)","tree":{"sha":"33c096dcc009d63a59c72676d5486f89da7b19aa","url":"https://api.github.com/repos/gocardless/bump/git/trees/33c096dcc009d63a59c72676d5486f89da7b19aa"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/020d3bcbc199991ccd2c95e056897f344e835356","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/020d3bcbc199991ccd2c95e056897f344e835356","html_url":"https://github.com/gocardless/bump/commit/020d3bcbc199991ccd2c95e056897f344e835356","comments_url":"https://api.github.com/repos/gocardless/bump/commits/020d3bcbc199991ccd2c95e056897f344e835356/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"dc1eaded0892b31a222fc094c5c0c3402b752b86","url":"https://api.github.com/repos/gocardless/bump/commits/dc1eaded0892b31a222fc094c5c0c3402b752b86","html_url":"https://github.com/gocardless/bump/commit/dc1eaded0892b31a222fc094c5c0c3402b752b86"}]},{"sha":"f33453f60635f598b923393e73875163640b7dd0","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZjMzNDUzZjYwNjM1ZjU5OGI5MjMzOTNlNzM4NzUxNjM2NDBiN2RkMA==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-09T07:02:39Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-09T07:02:39Z"},"message":"Bump + bump-core from v0.6.0 to v0.6.6\n\nBumps [bump-core](https://github.com/gocardless/bump-core) + from v0.6.0 to v0.6.6.\n- [Commits](https://github.com/gocardless/bump-core/compare/df869a47e078112a0eb30dc96a8ca19c9293691e...b02b2d16c9e8512471eea1f44ed0825113d5e6c2)","tree":{"sha":"e29555d7299445bfb874b2e4e2435a472d847087","url":"https://api.github.com/repos/gocardless/bump/git/trees/e29555d7299445bfb874b2e4e2435a472d847087"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/f33453f60635f598b923393e73875163640b7dd0","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/f33453f60635f598b923393e73875163640b7dd0","html_url":"https://github.com/gocardless/bump/commit/f33453f60635f598b923393e73875163640b7dd0","comments_url":"https://api.github.com/repos/gocardless/bump/commits/f33453f60635f598b923393e73875163640b7dd0/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"dc1eaded0892b31a222fc094c5c0c3402b752b86","url":"https://api.github.com/repos/gocardless/bump/commits/dc1eaded0892b31a222fc094c5c0c3402b752b86","html_url":"https://github.com/gocardless/bump/commit/dc1eaded0892b31a222fc094c5c0c3402b752b86"}]},{"sha":"dc1eaded0892b31a222fc094c5c0c3402b752b86","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZGMxZWFkZWQwODkyYjMxYTIyMmZjMDk0YzVjMGMzNDAyYjc1MmI4Ng==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-10-03T08:31:37Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-10-03T08:31:37Z"},"message":"Merge + pull request #224 from gocardless/dependabot/bundler/sidekiq-5.0.5\n\nBump + sidekiq from 5.0.4 to 5.0.5","tree":{"sha":"7dbe8fa7214ba89b9a45cbf38da26c721ff68d21","url":"https://api.github.com/repos/gocardless/bump/git/trees/7dbe8fa7214ba89b9a45cbf38da26c721ff68d21"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/dc1eaded0892b31a222fc094c5c0c3402b752b86","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/dc1eaded0892b31a222fc094c5c0c3402b752b86","html_url":"https://github.com/gocardless/bump/commit/dc1eaded0892b31a222fc094c5c0c3402b752b86","comments_url":"https://api.github.com/repos/gocardless/bump/commits/dc1eaded0892b31a222fc094c5c0c3402b752b86/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"403f800f008737740302757c3d9c1a5a65630012","url":"https://api.github.com/repos/gocardless/bump/commits/403f800f008737740302757c3d9c1a5a65630012","html_url":"https://github.com/gocardless/bump/commit/403f800f008737740302757c3d9c1a5a65630012"},{"sha":"b30ea91ad79ba27c3ebc21567b7d8014e82f3e40","url":"https://api.github.com/repos/gocardless/bump/commits/b30ea91ad79ba27c3ebc21567b7d8014e82f3e40","html_url":"https://github.com/gocardless/bump/commit/b30ea91ad79ba27c3ebc21567b7d8014e82f3e40"}]},{"sha":"b30ea91ad79ba27c3ebc21567b7d8014e82f3e40","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YjMwZWE5MWFkNzliYTI3YzNlYmMyMTU2N2I3ZDgwMTRlODJmM2U0MA==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-03T07:01:24Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-10-03T07:01:24Z"},"message":"Bump + sidekiq from 5.0.4 to 5.0.5\n\nBumps [sidekiq](https://github.com/mperham/sidekiq) + from 5.0.4 to 5.0.5.\n- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)\n- + [Commits](https://github.com/mperham/sidekiq/compare/v5.0.4...v5.0.5)","tree":{"sha":"7dbe8fa7214ba89b9a45cbf38da26c721ff68d21","url":"https://api.github.com/repos/gocardless/bump/git/trees/7dbe8fa7214ba89b9a45cbf38da26c721ff68d21"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/b30ea91ad79ba27c3ebc21567b7d8014e82f3e40","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/b30ea91ad79ba27c3ebc21567b7d8014e82f3e40","html_url":"https://github.com/gocardless/bump/commit/b30ea91ad79ba27c3ebc21567b7d8014e82f3e40","comments_url":"https://api.github.com/repos/gocardless/bump/commits/b30ea91ad79ba27c3ebc21567b7d8014e82f3e40/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"403f800f008737740302757c3d9c1a5a65630012","url":"https://api.github.com/repos/gocardless/bump/commits/403f800f008737740302757c3d9c1a5a65630012","html_url":"https://github.com/gocardless/bump/commit/403f800f008737740302757c3d9c1a5a65630012"}]},{"sha":"403f800f008737740302757c3d9c1a5a65630012","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NDAzZjgwMGYwMDg3Mzc3NDAzMDI3NTdjM2Q5YzFhNWE2NTYzMDAxMg==","commit":{"author":{"name":"Arnau + Siches","email":"arnau@gocardless.com","date":"2017-09-15T10:11:04Z"},"committer":{"name":"Arnau + Siches","email":"arnau@gocardless.com","date":"2017-09-15T10:11:04Z"},"message":"Merge + branch ''dependabot/bundler/sentry-raven-2.6.3''","tree":{"sha":"ac26adfca13d6cb9cd1fab87be8e092453433577","url":"https://api.github.com/repos/gocardless/bump/git/trees/ac26adfca13d6cb9cd1fab87be8e092453433577"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/403f800f008737740302757c3d9c1a5a65630012","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIcBAABCgAGBQJZu6c6AAoJENVUscDDnPsD6uQP/0aluEFItIOb0WL6FJE2pHdO\n9+2jHtcMxONV/759Jr7Rj2QyOk29kDtveLMq4+yImQdAyc5SWI6kbUAbxZmKIZrB\nrK9hcfJleT2f1J+e/UImVlEHf/SOXa1no7MWqlyx6Uh8R6nQa/WRd9dx2P9SH4/D\ngXaNgcp1bV8G9ikIGSRvAOrx+lQsNyxsbJ+NNlIo0aaIk3jpnZByHp1ql+NYAwGc\nqhw1MU0zaTSyly26VsoF9tzx2eXF/tMJ7W1xgAyISyXu7bjqYg5+Jh1RiOl9w6OI\nvBCi+0d7dMgjw4iLpFmrQOHexUcTjp+w4ObrZquxiuzSrfZKqSlNy2GZPar5BVFC\na22nLRwswSarXKDibOpRecRsgujWkoWVmGfrX+IyvVC8i4KpQofTFixQRTf7zp06\nVfZff4k9lVyw3o9xJ0wYm8XXEZykEIvTTcVzMNx4SPJdA+gol3/w+WYv0vlUDa6I\n1wM10etwq31ZyAqDU8pQEPurXrUurQsuSdFy7liFHB2ZU2xWDKSRZfv0UsBiHr4R\nNyrclGimRPp05HCsFaYeXzma4o6cwdvqIzF6Blm73yGIfBYhZQtK8yQc83horAwI\nbP+UVhvisNh1Fz7fpWFLdGE1mw29xPt6orCRUFKEI/Tz5tO6o73J32hcfNiZhIBd\nFmRTUprBOHHjEteMZ2EF\n=m/b7\n-----END + PGP SIGNATURE-----","payload":"tree ac26adfca13d6cb9cd1fab87be8e092453433577\nparent + 635b91082ef3ea1031c4a3e2d9b42c424f7c90f9\nparent 71dbbf36e91b92be5d428428108290d773975444\nauthor + Arnau Siches 1505470264 +0100\ncommitter Arnau Siches + 1505470264 +0100\n\nMerge branch ''dependabot/bundler/sentry-raven-2.6.3''\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/403f800f008737740302757c3d9c1a5a65630012","html_url":"https://github.com/gocardless/bump/commit/403f800f008737740302757c3d9c1a5a65630012","comments_url":"https://api.github.com/repos/gocardless/bump/commits/403f800f008737740302757c3d9c1a5a65630012/comments","author":null,"committer":null,"parents":[{"sha":"635b91082ef3ea1031c4a3e2d9b42c424f7c90f9","url":"https://api.github.com/repos/gocardless/bump/commits/635b91082ef3ea1031c4a3e2d9b42c424f7c90f9","html_url":"https://github.com/gocardless/bump/commit/635b91082ef3ea1031c4a3e2d9b42c424f7c90f9"},{"sha":"71dbbf36e91b92be5d428428108290d773975444","url":"https://api.github.com/repos/gocardless/bump/commits/71dbbf36e91b92be5d428428108290d773975444","html_url":"https://github.com/gocardless/bump/commit/71dbbf36e91b92be5d428428108290d773975444"}]},{"sha":"71dbbf36e91b92be5d428428108290d773975444","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NzFkYmJmMzZlOTFiOTJiZTVkNDI4NDI4MTA4MjkwZDc3Mzk3NTQ0NA==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-09-15T10:07:22Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-09-15T10:07:22Z"},"message":"Bump + sentry-raven from 2.6.2 to 2.6.3\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.6.2 to 2.6.3.\n- [Release notes](https://github.com/getsentry/raven-ruby/releases/tag/v2.6.3)\n- + [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.6.2...v2.6.3)","tree":{"sha":"ac26adfca13d6cb9cd1fab87be8e092453433577","url":"https://api.github.com/repos/gocardless/bump/git/trees/ac26adfca13d6cb9cd1fab87be8e092453433577"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/71dbbf36e91b92be5d428428108290d773975444","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/71dbbf36e91b92be5d428428108290d773975444","html_url":"https://github.com/gocardless/bump/commit/71dbbf36e91b92be5d428428108290d773975444","comments_url":"https://api.github.com/repos/gocardless/bump/commits/71dbbf36e91b92be5d428428108290d773975444/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"635b91082ef3ea1031c4a3e2d9b42c424f7c90f9","url":"https://api.github.com/repos/gocardless/bump/commits/635b91082ef3ea1031c4a3e2d9b42c424f7c90f9","html_url":"https://github.com/gocardless/bump/commit/635b91082ef3ea1031c4a3e2d9b42c424f7c90f9"}]},{"sha":"635b91082ef3ea1031c4a3e2d9b42c424f7c90f9","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NjM1YjkxMDgyZWYzZWExMDMxYzRhM2UyZDliNDJjNDI0ZjdjOTBmOQ==","commit":{"author":{"name":"Arnau + Siches","email":"arnau@gocardless.com","date":"2017-09-15T10:05:47Z"},"committer":{"name":"Arnau + Siches","email":"arnau@gocardless.com","date":"2017-09-15T10:05:47Z"},"message":"Merge + branch ''dependabot/bundler/rubocop-0.50.0''","tree":{"sha":"3cb1c3e02eb945b06af16f42c6615013d5974e81","url":"https://api.github.com/repos/gocardless/bump/git/trees/3cb1c3e02eb945b06af16f42c6615013d5974e81"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/635b91082ef3ea1031c4a3e2d9b42c424f7c90f9","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIcBAABCgAGBQJZu6X9AAoJENVUscDDnPsD0uQQAKLKhC5owZcabB27G8dXfFke\nN/75XX5j5TJSWuKeJky6u6bkq+EYtw87KMW/WdQa+fVDVkbzOl7MPGMPQWX/yBUZ\nOQMPQrCw8wf0ampL3rh51Ko726iDpSO9VXoShdPleq3U0vX4wufxjV9u8KiTbUN1\nk+5paSxrYCF7RVRjLLPaq57FQ5hD4AvlTWoOT5oVW+BVi3Ej/YWQ9C5T3h2wKhNT\nqkS5+nhSEGTWm7f92wiJ/DalAaXKgOQBG36MhmIvEv3huOr5OuQVCH+hSGgT+STE\nGy0XUQE6Q/52FFFVmkb+Hk+H+vHn78PzaYOo8u7JeQ8Zb+TBAnH4A0M1fFH0tUK+\nxSQUx7N7B1GOPAfajKkJ/itHkJy1DPQxweq8pr6bul+cMIdcb9Mx6BhNXLkyc7sb\nbdtA3+mBuwbIqrcDjPwFKlNBnsD0qEtCoKYag3Jgi78oziXgZ9b9Nh1bgqspq6yl\nru7evuPqkEFa8ePQM1C7qYqBhskM5UmWwlAboC1w5dyxKVonHW9PDcDXVOviFij3\n5310dMiiWTja0/Tb+7lqHfxQ7X6lD+r0mTF2hMnoZvJeus9tsxjNIlanm64Lf2ZT\nucDXgHQQG13ZbjnfpEJlxUb2emN+dcTs8Uc60Smo8ndrDIUWCDCB6Tgs1pjkm3IJ\naWpRrEhpV2rfYu+2J/tW\n=mdOP\n-----END + PGP SIGNATURE-----","payload":"tree 3cb1c3e02eb945b06af16f42c6615013d5974e81\nparent + 587f40819046e4a4962f6932d0dce3f79345cfbb\nparent b4981cf426f10629a3beef686ec47acd08960ee7\nauthor + Arnau Siches 1505469947 +0100\ncommitter Arnau Siches + 1505469947 +0100\n\nMerge branch ''dependabot/bundler/rubocop-0.50.0''\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/635b91082ef3ea1031c4a3e2d9b42c424f7c90f9","html_url":"https://github.com/gocardless/bump/commit/635b91082ef3ea1031c4a3e2d9b42c424f7c90f9","comments_url":"https://api.github.com/repos/gocardless/bump/commits/635b91082ef3ea1031c4a3e2d9b42c424f7c90f9/comments","author":null,"committer":null,"parents":[{"sha":"587f40819046e4a4962f6932d0dce3f79345cfbb","url":"https://api.github.com/repos/gocardless/bump/commits/587f40819046e4a4962f6932d0dce3f79345cfbb","html_url":"https://github.com/gocardless/bump/commit/587f40819046e4a4962f6932d0dce3f79345cfbb"},{"sha":"b4981cf426f10629a3beef686ec47acd08960ee7","url":"https://api.github.com/repos/gocardless/bump/commits/b4981cf426f10629a3beef686ec47acd08960ee7","html_url":"https://github.com/gocardless/bump/commit/b4981cf426f10629a3beef686ec47acd08960ee7"}]},{"sha":"b4981cf426f10629a3beef686ec47acd08960ee7","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YjQ5ODFjZjQyNmYxMDYyOWEzYmVlZjY4NmVjNDdhY2QwODk2MGVlNw==","commit":{"author":{"name":"Arnau + Siches","email":"arnau@gocardless.com","date":"2017-09-15T10:03:21Z"},"committer":{"name":"Arnau + Siches","email":"arnau@gocardless.com","date":"2017-09-15T10:03:21Z"},"message":"Disable + Lint/RescueWithoutErrorClass for trusted catch-alls\n\nSigned-off-by: Arnau + Siches ","tree":{"sha":"3cb1c3e02eb945b06af16f42c6615013d5974e81","url":"https://api.github.com/repos/gocardless/bump/git/trees/3cb1c3e02eb945b06af16f42c6615013d5974e81"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/b4981cf426f10629a3beef686ec47acd08960ee7","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIcBAABCgAGBQJZu6VqAAoJENVUscDDnPsDEzUP/0mIEj3QZ8PsDSGhQxdQfMLG\nV+TyVjVNDuS/KUlsXafRhMRoXwdukFlvy3Pg0IWxJoxRGxrTT5mqIy8UEtrkAeCA\nQTp8d7Eqj9L3A5/Jzw2VNyfPhc1l0P7Xhj7tz1fA6jFQBnAkyFKM28b8Uoyzy6/z\ncxQiBFiUUR+K8QvPDulNo7+XcLx0IZOY1BjKNiThNTkbJVqexeFcGRW7nkFFql8p\n7xbUXhrf0P/9/FiR09n13kozCu4M19+PZFGR0tAmEvt3bray4HrBCy3Eh3/0g5PC\n0wABll9b7VHwvo7ReukearRdCl/NuLYEKoKb4ZlpF6S9znrLd1cQj7/vysX9Zikm\nwX84k0tYE1K90b4EtH6/gaUotA6VNv62dBHMvN3xyk0Un9a20AZbunDu/7bptnyt\nx6fpQtQicwbZM17O4N49Sc+lYQ5cqc0Ko9Y9zwRRdsFJ9xuw9ElmGx76AGjyi5nY\nyWpARyl9cgep5hCsLFa09sX4Ku5Xfb/LK28MCKNWvViYVOxqqSMK41I40zimjetK\nCACbqGSfFIDhKd4MWsbQkAj9wzMKaD9tkw9Tr0MP23nJlR06AdU7bTB+v2yfC6EG\n0nfwip8B5ScFGNXxHAbaAyzk5s86OVT2H+fH1SIAh1JbZyuXq4pezTPnshpi+gE5\nhX5bGa2Ji1osiahxRJ+C\n=Kfv6\n-----END + PGP SIGNATURE-----","payload":"tree 3cb1c3e02eb945b06af16f42c6615013d5974e81\nparent + 5db655137408a09fda6b3756717c3a6ae441e8ec\nauthor Arnau Siches + 1505469801 +0100\ncommitter Arnau Siches 1505469801 + +0100\n\nDisable Lint/RescueWithoutErrorClass for trusted catch-alls\n\nSigned-off-by: + Arnau Siches \n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/b4981cf426f10629a3beef686ec47acd08960ee7","html_url":"https://github.com/gocardless/bump/commit/b4981cf426f10629a3beef686ec47acd08960ee7","comments_url":"https://api.github.com/repos/gocardless/bump/commits/b4981cf426f10629a3beef686ec47acd08960ee7/comments","author":null,"committer":null,"parents":[{"sha":"5db655137408a09fda6b3756717c3a6ae441e8ec","url":"https://api.github.com/repos/gocardless/bump/commits/5db655137408a09fda6b3756717c3a6ae441e8ec","html_url":"https://github.com/gocardless/bump/commit/5db655137408a09fda6b3756717c3a6ae441e8ec"}]},{"sha":"5db655137408a09fda6b3756717c3a6ae441e8ec","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NWRiNjU1MTM3NDA4YTA5ZmRhNmIzNzU2NzE3YzNhNmFlNDQxZThlYw==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-09-15T07:01:31Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-09-15T07:01:31Z"},"message":"Bump + rubocop from 0.49.1 to 0.50.0\n\nBumps [rubocop](https://github.com/bbatsov/rubocop) + from 0.49.1 to 0.50.0.\n- [Release notes](https://github.com/bbatsov/rubocop/releases/tag/v0.50.0)\n- + [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bbatsov/rubocop/compare/v0.49.1...v0.50.0)","tree":{"sha":"804c497676b434986a984f2115bb2c73944fa3d7","url":"https://api.github.com/repos/gocardless/bump/git/trees/804c497676b434986a984f2115bb2c73944fa3d7"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/5db655137408a09fda6b3756717c3a6ae441e8ec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/5db655137408a09fda6b3756717c3a6ae441e8ec","html_url":"https://github.com/gocardless/bump/commit/5db655137408a09fda6b3756717c3a6ae441e8ec","comments_url":"https://api.github.com/repos/gocardless/bump/commits/5db655137408a09fda6b3756717c3a6ae441e8ec/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"587f40819046e4a4962f6932d0dce3f79345cfbb","url":"https://api.github.com/repos/gocardless/bump/commits/587f40819046e4a4962f6932d0dce3f79345cfbb","html_url":"https://github.com/gocardless/bump/commit/587f40819046e4a4962f6932d0dce3f79345cfbb"}]},{"sha":"587f40819046e4a4962f6932d0dce3f79345cfbb","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NTg3ZjQwODE5MDQ2ZTRhNDk2MmY2OTMyZDBkY2UzZjc5MzQ1Y2ZiYg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-09-11T07:28:03Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-09-11T07:28:03Z"},"message":"Merge + pull request #222 from gocardless/dependabot/bundler/rake-12.1.0\n\nBump rake + from 12.0.0 to 12.1.0","tree":{"sha":"e142377ef8443b436075ea3374c00dfa3188ed71","url":"https://api.github.com/repos/gocardless/bump/git/trees/e142377ef8443b436075ea3374c00dfa3188ed71"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/587f40819046e4a4962f6932d0dce3f79345cfbb","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/587f40819046e4a4962f6932d0dce3f79345cfbb","html_url":"https://github.com/gocardless/bump/commit/587f40819046e4a4962f6932d0dce3f79345cfbb","comments_url":"https://api.github.com/repos/gocardless/bump/commits/587f40819046e4a4962f6932d0dce3f79345cfbb/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"3372871eb3d10bb620c99eb9369b5bacda3bb90c","url":"https://api.github.com/repos/gocardless/bump/commits/3372871eb3d10bb620c99eb9369b5bacda3bb90c","html_url":"https://github.com/gocardless/bump/commit/3372871eb3d10bb620c99eb9369b5bacda3bb90c"},{"sha":"5cd8f74ad56617e37b4c4b0da5a09004847c4f61","url":"https://api.github.com/repos/gocardless/bump/commits/5cd8f74ad56617e37b4c4b0da5a09004847c4f61","html_url":"https://github.com/gocardless/bump/commit/5cd8f74ad56617e37b4c4b0da5a09004847c4f61"}]},{"sha":"5cd8f74ad56617e37b4c4b0da5a09004847c4f61","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NWNkOGY3NGFkNTY2MTdlMzdiNGM0YjBkYTVhMDkwMDQ4NDdjNGY2MQ==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-09-11T07:01:37Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-09-11T07:01:37Z"},"message":"Bump + rake from 12.0.0 to 12.1.0\n\nBumps [rake](https://github.com/ruby/rake) from + 12.0.0 to 12.1.0.\n- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)\n- + [Commits](https://github.com/ruby/rake/compare/v12.0.0...v12.1.0)","tree":{"sha":"e142377ef8443b436075ea3374c00dfa3188ed71","url":"https://api.github.com/repos/gocardless/bump/git/trees/e142377ef8443b436075ea3374c00dfa3188ed71"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/5cd8f74ad56617e37b4c4b0da5a09004847c4f61","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/5cd8f74ad56617e37b4c4b0da5a09004847c4f61","html_url":"https://github.com/gocardless/bump/commit/5cd8f74ad56617e37b4c4b0da5a09004847c4f61","comments_url":"https://api.github.com/repos/gocardless/bump/commits/5cd8f74ad56617e37b4c4b0da5a09004847c4f61/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"3372871eb3d10bb620c99eb9369b5bacda3bb90c","url":"https://api.github.com/repos/gocardless/bump/commits/3372871eb3d10bb620c99eb9369b5bacda3bb90c","html_url":"https://github.com/gocardless/bump/commit/3372871eb3d10bb620c99eb9369b5bacda3bb90c"}]},{"sha":"3372871eb3d10bb620c99eb9369b5bacda3bb90c","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MzM3Mjg3MWViM2QxMGJiNjIwYzk5ZWI5MzY5YjViYWNkYTNiYjkwYw==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-08-22T16:20:48Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-08-22T16:20:48Z"},"message":"Merge + pull request #221 from hmarr/patch-1\n\nFix broken link in README","tree":{"sha":"1d0187c68a162e4b2dc12709ed84e82fcc52b31c","url":"https://api.github.com/repos/gocardless/bump/git/trees/1d0187c68a162e4b2dc12709ed84e82fcc52b31c"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/3372871eb3d10bb620c99eb9369b5bacda3bb90c","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/3372871eb3d10bb620c99eb9369b5bacda3bb90c","html_url":"https://github.com/gocardless/bump/commit/3372871eb3d10bb620c99eb9369b5bacda3bb90c","comments_url":"https://api.github.com/repos/gocardless/bump/commits/3372871eb3d10bb620c99eb9369b5bacda3bb90c/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"97d2843a65c62b877873c4f7ff95047653c30ed8","url":"https://api.github.com/repos/gocardless/bump/commits/97d2843a65c62b877873c4f7ff95047653c30ed8","html_url":"https://github.com/gocardless/bump/commit/97d2843a65c62b877873c4f7ff95047653c30ed8"},{"sha":"2e63f7a610c1c15b130edbbdffaf7edd4756fcc3","url":"https://api.github.com/repos/gocardless/bump/commits/2e63f7a610c1c15b130edbbdffaf7edd4756fcc3","html_url":"https://github.com/gocardless/bump/commit/2e63f7a610c1c15b130edbbdffaf7edd4756fcc3"}]},{"sha":"2e63f7a610c1c15b130edbbdffaf7edd4756fcc3","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MmU2M2Y3YTYxMGMxYzE1YjEzMGVkYmJkZmZhZjdlZGQ0NzU2ZmNjMw==","commit":{"author":{"name":"Harry + Marr","email":"harry.marr@gmail.com","date":"2017-08-22T16:02:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-08-22T16:02:07Z"},"message":"Fix + broken link in README","tree":{"sha":"1d0187c68a162e4b2dc12709ed84e82fcc52b31c","url":"https://api.github.com/repos/gocardless/bump/git/trees/1d0187c68a162e4b2dc12709ed84e82fcc52b31c"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/2e63f7a610c1c15b130edbbdffaf7edd4756fcc3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/2e63f7a610c1c15b130edbbdffaf7edd4756fcc3","html_url":"https://github.com/gocardless/bump/commit/2e63f7a610c1c15b130edbbdffaf7edd4756fcc3","comments_url":"https://api.github.com/repos/gocardless/bump/commits/2e63f7a610c1c15b130edbbdffaf7edd4756fcc3/comments","author":{"login":"hmarr","id":110275,"node_id":"MDQ6VXNlcjExMDI3NQ==","avatar_url":"https://avatars.githubusercontent.com/u/110275?v=4","gravatar_id":"","url":"https://api.github.com/users/hmarr","html_url":"https://github.com/hmarr","followers_url":"https://api.github.com/users/hmarr/followers","following_url":"https://api.github.com/users/hmarr/following{/other_user}","gists_url":"https://api.github.com/users/hmarr/gists{/gist_id}","starred_url":"https://api.github.com/users/hmarr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hmarr/subscriptions","organizations_url":"https://api.github.com/users/hmarr/orgs","repos_url":"https://api.github.com/users/hmarr/repos","events_url":"https://api.github.com/users/hmarr/events{/privacy}","received_events_url":"https://api.github.com/users/hmarr/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"97d2843a65c62b877873c4f7ff95047653c30ed8","url":"https://api.github.com/repos/gocardless/bump/commits/97d2843a65c62b877873c4f7ff95047653c30ed8","html_url":"https://github.com/gocardless/bump/commit/97d2843a65c62b877873c4f7ff95047653c30ed8"}]},{"sha":"97d2843a65c62b877873c4f7ff95047653c30ed8","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6OTdkMjg0M2E2NWM2MmI4Nzc4NzNjNGY3ZmY5NTA0NzY1M2MzMGVkOA==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-08-21T09:10:30Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-08-21T09:10:30Z"},"message":"Merge + pull request #220 from gocardless/dependabot/bundler/prius-2.0.0\n\nBump prius + from 1.0.0 to 2.0.0","tree":{"sha":"2efab728f4fc8271ed938d187652cc8c238c7f03","url":"https://api.github.com/repos/gocardless/bump/git/trees/2efab728f4fc8271ed938d187652cc8c238c7f03"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/97d2843a65c62b877873c4f7ff95047653c30ed8","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/97d2843a65c62b877873c4f7ff95047653c30ed8","html_url":"https://github.com/gocardless/bump/commit/97d2843a65c62b877873c4f7ff95047653c30ed8","comments_url":"https://api.github.com/repos/gocardless/bump/commits/97d2843a65c62b877873c4f7ff95047653c30ed8/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4","url":"https://api.github.com/repos/gocardless/bump/commits/9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4","html_url":"https://github.com/gocardless/bump/commit/9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4"},{"sha":"0b2e927052ad659716961786571f3181f484ae37","url":"https://api.github.com/repos/gocardless/bump/commits/0b2e927052ad659716961786571f3181f484ae37","html_url":"https://github.com/gocardless/bump/commit/0b2e927052ad659716961786571f3181f484ae37"}]},{"sha":"0b2e927052ad659716961786571f3181f484ae37","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MGIyZTkyNzA1MmFkNjU5NzE2OTYxNzg2NTcxZjMxODFmNDg0YWUzNw==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-08-19T07:01:15Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-08-19T07:01:15Z"},"message":"Bump + prius from 1.0.0 to 2.0.0\n\nBumps [prius](https://github.com/gocardless/prius) + from 1.0.0 to 2.0.0.\n- [Release notes](https://github.com/gocardless/prius/releases/tag/v2.0.0)\n- + [Changelog](https://github.com/gocardless/prius/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/gocardless/prius/compare/v1.0.0...v2.0.0)","tree":{"sha":"2efab728f4fc8271ed938d187652cc8c238c7f03","url":"https://api.github.com/repos/gocardless/bump/git/trees/2efab728f4fc8271ed938d187652cc8c238c7f03"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/0b2e927052ad659716961786571f3181f484ae37","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/0b2e927052ad659716961786571f3181f484ae37","html_url":"https://github.com/gocardless/bump/commit/0b2e927052ad659716961786571f3181f484ae37","comments_url":"https://api.github.com/repos/gocardless/bump/commits/0b2e927052ad659716961786571f3181f484ae37/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4","url":"https://api.github.com/repos/gocardless/bump/commits/9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4","html_url":"https://github.com/gocardless/bump/commit/9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4"}]},{"sha":"9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6OWQ2MTlkZjdkZmQ2OGJiZjZkZTBjOTVmMzNkNWU3YzUzNjRkYmZkNA==","commit":{"author":{"name":"gotjosh","email":"josue.abreu@Gmail.com","date":"2017-08-07T08:56:23Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-08-07T08:56:23Z"},"message":"Merge + pull request #217 from gocardless/deprecate-in-favour-of-dependabot\n\nUpdate + the README.md to reflect deprecation","tree":{"sha":"a20b30b3caeee4f1c3ac41591fc06c33abc76caf","url":"https://api.github.com/repos/gocardless/bump/git/trees/a20b30b3caeee4f1c3ac41591fc06c33abc76caf"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4","html_url":"https://github.com/gocardless/bump/commit/9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4","comments_url":"https://api.github.com/repos/gocardless/bump/commits/9d619df7dfd68bbf6de0c95f33d5e7c5364dbfd4/comments","author":{"login":"gotjosh","id":231583,"node_id":"MDQ6VXNlcjIzMTU4Mw==","avatar_url":"https://avatars.githubusercontent.com/u/231583?v=4","gravatar_id":"","url":"https://api.github.com/users/gotjosh","html_url":"https://github.com/gotjosh","followers_url":"https://api.github.com/users/gotjosh/followers","following_url":"https://api.github.com/users/gotjosh/following{/other_user}","gists_url":"https://api.github.com/users/gotjosh/gists{/gist_id}","starred_url":"https://api.github.com/users/gotjosh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gotjosh/subscriptions","organizations_url":"https://api.github.com/users/gotjosh/orgs","repos_url":"https://api.github.com/users/gotjosh/repos","events_url":"https://api.github.com/users/gotjosh/events{/privacy}","received_events_url":"https://api.github.com/users/gotjosh/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"f776c68ba0190ddd450d1b5c94ccd8aba0e80426","url":"https://api.github.com/repos/gocardless/bump/commits/f776c68ba0190ddd450d1b5c94ccd8aba0e80426","html_url":"https://github.com/gocardless/bump/commit/f776c68ba0190ddd450d1b5c94ccd8aba0e80426"},{"sha":"49e2120cfbf2a3e82fb7abeffb561ad2b9d332da","url":"https://api.github.com/repos/gocardless/bump/commits/49e2120cfbf2a3e82fb7abeffb561ad2b9d332da","html_url":"https://github.com/gocardless/bump/commit/49e2120cfbf2a3e82fb7abeffb561ad2b9d332da"}]},{"sha":"f776c68ba0190ddd450d1b5c94ccd8aba0e80426","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6Zjc3NmM2OGJhMDE5MGRkZDQ1MGQxYjVjOTRjY2Q4YWJhMGU4MDQyNg==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-08-03T08:18:38Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-08-03T08:18:38Z"},"message":"Merge + pull request #218 from gocardless/dependabot/bundler/sentry-raven-2.6.2\n\nBump + sentry-raven from 2.6.1 to 2.6.2","tree":{"sha":"3b3f813faa11925373fba5351d7a68ffbbbcf2bf","url":"https://api.github.com/repos/gocardless/bump/git/trees/3b3f813faa11925373fba5351d7a68ffbbbcf2bf"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/f776c68ba0190ddd450d1b5c94ccd8aba0e80426","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/f776c68ba0190ddd450d1b5c94ccd8aba0e80426","html_url":"https://github.com/gocardless/bump/commit/f776c68ba0190ddd450d1b5c94ccd8aba0e80426","comments_url":"https://api.github.com/repos/gocardless/bump/commits/f776c68ba0190ddd450d1b5c94ccd8aba0e80426/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"143f7f857ca9d029f7062935cf31fe4b206602f3","url":"https://api.github.com/repos/gocardless/bump/commits/143f7f857ca9d029f7062935cf31fe4b206602f3","html_url":"https://github.com/gocardless/bump/commit/143f7f857ca9d029f7062935cf31fe4b206602f3"},{"sha":"6e5e66a94ecca09a14d0789574910b6218861a58","url":"https://api.github.com/repos/gocardless/bump/commits/6e5e66a94ecca09a14d0789574910b6218861a58","html_url":"https://github.com/gocardless/bump/commit/6e5e66a94ecca09a14d0789574910b6218861a58"}]},{"sha":"6e5e66a94ecca09a14d0789574910b6218861a58","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NmU1ZTY2YTk0ZWNjYTA5YTE0ZDA3ODk1NzQ5MTBiNjIxODg2MWE1OA==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-08-03T07:01:20Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-08-03T07:01:20Z"},"message":"Bump + sentry-raven from 2.6.1 to 2.6.2\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.6.1 to 2.6.2.\n- [Release notes](https://github.com/getsentry/raven-ruby/releases/tag/v2.6.2)\n- + [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.6.1...v2.6.2)","tree":{"sha":"3b3f813faa11925373fba5351d7a68ffbbbcf2bf","url":"https://api.github.com/repos/gocardless/bump/git/trees/3b3f813faa11925373fba5351d7a68ffbbbcf2bf"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/6e5e66a94ecca09a14d0789574910b6218861a58","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/6e5e66a94ecca09a14d0789574910b6218861a58","html_url":"https://github.com/gocardless/bump/commit/6e5e66a94ecca09a14d0789574910b6218861a58","comments_url":"https://api.github.com/repos/gocardless/bump/commits/6e5e66a94ecca09a14d0789574910b6218861a58/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"143f7f857ca9d029f7062935cf31fe4b206602f3","url":"https://api.github.com/repos/gocardless/bump/commits/143f7f857ca9d029f7062935cf31fe4b206602f3","html_url":"https://github.com/gocardless/bump/commit/143f7f857ca9d029f7062935cf31fe4b206602f3"}]},{"sha":"49e2120cfbf2a3e82fb7abeffb561ad2b9d332da","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NDllMjEyMGNmYmYyYTNlODJmYjdhYmVmZmI1NjFhZDJiOWQzMzJkYQ==","commit":{"author":{"name":"gotjosh","email":"josue.abreu@Gmail.com","date":"2017-08-02T17:37:27Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-08-02T17:37:27Z"},"message":"Update + the README.md to reflect deprecation\n\nWe''re now using [dependabot](www.dependabot.com) + to keep our dependencies up to date, that means we''re effectively deprecating + the use of bump.\r\n\r\nI don''t think we should alter the README as I believe + this is still relevant in the case where you''d like to host your own internal + version of a dependency checker.","tree":{"sha":"e0204bc4d31b11e03146fe948ed1f08d400028fa","url":"https://api.github.com/repos/gocardless/bump/git/trees/e0204bc4d31b11e03146fe948ed1f08d400028fa"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/49e2120cfbf2a3e82fb7abeffb561ad2b9d332da","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/49e2120cfbf2a3e82fb7abeffb561ad2b9d332da","html_url":"https://github.com/gocardless/bump/commit/49e2120cfbf2a3e82fb7abeffb561ad2b9d332da","comments_url":"https://api.github.com/repos/gocardless/bump/commits/49e2120cfbf2a3e82fb7abeffb561ad2b9d332da/comments","author":{"login":"gotjosh","id":231583,"node_id":"MDQ6VXNlcjIzMTU4Mw==","avatar_url":"https://avatars.githubusercontent.com/u/231583?v=4","gravatar_id":"","url":"https://api.github.com/users/gotjosh","html_url":"https://github.com/gotjosh","followers_url":"https://api.github.com/users/gotjosh/followers","following_url":"https://api.github.com/users/gotjosh/following{/other_user}","gists_url":"https://api.github.com/users/gotjosh/gists{/gist_id}","starred_url":"https://api.github.com/users/gotjosh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gotjosh/subscriptions","organizations_url":"https://api.github.com/users/gotjosh/orgs","repos_url":"https://api.github.com/users/gotjosh/repos","events_url":"https://api.github.com/users/gotjosh/events{/privacy}","received_events_url":"https://api.github.com/users/gotjosh/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"143f7f857ca9d029f7062935cf31fe4b206602f3","url":"https://api.github.com/repos/gocardless/bump/commits/143f7f857ca9d029f7062935cf31fe4b206602f3","html_url":"https://github.com/gocardless/bump/commit/143f7f857ca9d029f7062935cf31fe4b206602f3"}]},{"sha":"143f7f857ca9d029f7062935cf31fe4b206602f3","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MTQzZjdmODU3Y2E5ZDAyOWY3MDYyOTM1Y2YzMWZlNGIyMDY2MDJmMw==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-08-01T08:16:46Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-08-01T08:16:46Z"},"message":"Merge + pull request #216 from gocardless/dependabot/bundler/sentry-raven-2.6.1\n\nBump + sentry-raven from 2.6.0 to 2.6.1","tree":{"sha":"a71702ae30825619de7b157019690e96d5b6a568","url":"https://api.github.com/repos/gocardless/bump/git/trees/a71702ae30825619de7b157019690e96d5b6a568"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/143f7f857ca9d029f7062935cf31fe4b206602f3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/143f7f857ca9d029f7062935cf31fe4b206602f3","html_url":"https://github.com/gocardless/bump/commit/143f7f857ca9d029f7062935cf31fe4b206602f3","comments_url":"https://api.github.com/repos/gocardless/bump/commits/143f7f857ca9d029f7062935cf31fe4b206602f3/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"6578197de1efe1ae30caebcaed896538e1a63662","url":"https://api.github.com/repos/gocardless/bump/commits/6578197de1efe1ae30caebcaed896538e1a63662","html_url":"https://github.com/gocardless/bump/commit/6578197de1efe1ae30caebcaed896538e1a63662"},{"sha":"3328b60eb097e42fc3fbd3308601c8ad1e4fbcac","url":"https://api.github.com/repos/gocardless/bump/commits/3328b60eb097e42fc3fbd3308601c8ad1e4fbcac","html_url":"https://github.com/gocardless/bump/commit/3328b60eb097e42fc3fbd3308601c8ad1e4fbcac"}]},{"sha":"3328b60eb097e42fc3fbd3308601c8ad1e4fbcac","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MzMyOGI2MGViMDk3ZTQyZmMzZmJkMzMwODYwMWM4YWQxZTRmYmNhYw==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-08-01T07:02:23Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-08-01T07:02:23Z"},"message":"Bump + sentry-raven from 2.6.0 to 2.6.1\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.6.0 to 2.6.1.\n- [Release notes](https://github.com/getsentry/raven-ruby/releases/tag/v2.6.1)\n- + [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.6.0...v2.6.1)","tree":{"sha":"a71702ae30825619de7b157019690e96d5b6a568","url":"https://api.github.com/repos/gocardless/bump/git/trees/a71702ae30825619de7b157019690e96d5b6a568"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/3328b60eb097e42fc3fbd3308601c8ad1e4fbcac","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/3328b60eb097e42fc3fbd3308601c8ad1e4fbcac","html_url":"https://github.com/gocardless/bump/commit/3328b60eb097e42fc3fbd3308601c8ad1e4fbcac","comments_url":"https://api.github.com/repos/gocardless/bump/commits/3328b60eb097e42fc3fbd3308601c8ad1e4fbcac/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"6578197de1efe1ae30caebcaed896538e1a63662","url":"https://api.github.com/repos/gocardless/bump/commits/6578197de1efe1ae30caebcaed896538e1a63662","html_url":"https://github.com/gocardless/bump/commit/6578197de1efe1ae30caebcaed896538e1a63662"}]},{"sha":"6578197de1efe1ae30caebcaed896538e1a63662","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NjU3ODE5N2RlMWVmZTFhZTMwY2FlYmNhZWQ4OTY1MzhlMWE2MzY2Mg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-07-20T09:33:04Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-07-20T09:33:04Z"},"message":"Merge + pull request #215 from gocardless/dependabot/bundler/sentry-raven-2.6.0\n\nBump + sentry-raven from 2.5.3 to 2.6.0","tree":{"sha":"2135f796a9d66e56a48e2b34199f47b27d669020","url":"https://api.github.com/repos/gocardless/bump/git/trees/2135f796a9d66e56a48e2b34199f47b27d669020"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/6578197de1efe1ae30caebcaed896538e1a63662","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/6578197de1efe1ae30caebcaed896538e1a63662","html_url":"https://github.com/gocardless/bump/commit/6578197de1efe1ae30caebcaed896538e1a63662","comments_url":"https://api.github.com/repos/gocardless/bump/commits/6578197de1efe1ae30caebcaed896538e1a63662/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"bb7f8ca54818936de3d638072e07bc20286cda5d","url":"https://api.github.com/repos/gocardless/bump/commits/bb7f8ca54818936de3d638072e07bc20286cda5d","html_url":"https://github.com/gocardless/bump/commit/bb7f8ca54818936de3d638072e07bc20286cda5d"},{"sha":"73508916172a732fa2ae57421e773b5889050cd1","url":"https://api.github.com/repos/gocardless/bump/commits/73508916172a732fa2ae57421e773b5889050cd1","html_url":"https://github.com/gocardless/bump/commit/73508916172a732fa2ae57421e773b5889050cd1"}]},{"sha":"73508916172a732fa2ae57421e773b5889050cd1","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NzM1MDg5MTYxNzJhNzMyZmEyYWU1NzQyMWU3NzNiNTg4OTA1MGNkMQ==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-07-20T07:02:59Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-07-20T07:02:59Z"},"message":"Bump + sentry-raven from 2.5.3 to 2.6.0\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.5.3 to 2.6.0.\n- [Release notes](https://github.com/getsentry/raven-ruby/releases/tag/v2.6.0)\n- + [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.5.3...v2.6.0)","tree":{"sha":"2135f796a9d66e56a48e2b34199f47b27d669020","url":"https://api.github.com/repos/gocardless/bump/git/trees/2135f796a9d66e56a48e2b34199f47b27d669020"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/73508916172a732fa2ae57421e773b5889050cd1","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/73508916172a732fa2ae57421e773b5889050cd1","html_url":"https://github.com/gocardless/bump/commit/73508916172a732fa2ae57421e773b5889050cd1","comments_url":"https://api.github.com/repos/gocardless/bump/commits/73508916172a732fa2ae57421e773b5889050cd1/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"bb7f8ca54818936de3d638072e07bc20286cda5d","url":"https://api.github.com/repos/gocardless/bump/commits/bb7f8ca54818936de3d638072e07bc20286cda5d","html_url":"https://github.com/gocardless/bump/commit/bb7f8ca54818936de3d638072e07bc20286cda5d"}]},{"sha":"bb7f8ca54818936de3d638072e07bc20286cda5d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YmI3ZjhjYTU0ODE4OTM2ZGUzZDYzODA3MmUwN2JjMjAyODZjZGE1ZA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-07-04T07:46:50Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-07-04T07:46:50Z"},"message":"Merge + pull request #214 from gocardless/dependabot/bundler/sidekiq-5.0.4\n\nBump + sidekiq from 5.0.3 to 5.0.4","tree":{"sha":"945a8b5b1e408f95d548b9401d8a1bfb402bf688","url":"https://api.github.com/repos/gocardless/bump/git/trees/945a8b5b1e408f95d548b9401d8a1bfb402bf688"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/bb7f8ca54818936de3d638072e07bc20286cda5d","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/bb7f8ca54818936de3d638072e07bc20286cda5d","html_url":"https://github.com/gocardless/bump/commit/bb7f8ca54818936de3d638072e07bc20286cda5d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/bb7f8ca54818936de3d638072e07bc20286cda5d/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"82457f83ed6126f4ceb0328525f0a018f687374d","url":"https://api.github.com/repos/gocardless/bump/commits/82457f83ed6126f4ceb0328525f0a018f687374d","html_url":"https://github.com/gocardless/bump/commit/82457f83ed6126f4ceb0328525f0a018f687374d"},{"sha":"1f1f7dc06057bbb229faeb372708b9f0966109c1","url":"https://api.github.com/repos/gocardless/bump/commits/1f1f7dc06057bbb229faeb372708b9f0966109c1","html_url":"https://github.com/gocardless/bump/commit/1f1f7dc06057bbb229faeb372708b9f0966109c1"}]},{"sha":"1f1f7dc06057bbb229faeb372708b9f0966109c1","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MWYxZjdkYzA2MDU3YmJiMjI5ZmFlYjM3MjcwOGI5ZjA5NjYxMDljMQ==","commit":{"author":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-07-04T07:02:09Z"},"committer":{"name":"dependabot[bot]","email":"dependabot[bot]@users.noreply.github.com","date":"2017-07-04T07:02:09Z"},"message":"Bump + sidekiq from 5.0.3 to 5.0.4\n\nBumps [sidekiq](https://github.com/mperham/sidekiq) + from 5.0.3 to 5.0.4.\n- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)\n- + [Commits](https://github.com/mperham/sidekiq/compare/v5.0.3...v5.0.4)","tree":{"sha":"945a8b5b1e408f95d548b9401d8a1bfb402bf688","url":"https://api.github.com/repos/gocardless/bump/git/trees/945a8b5b1e408f95d548b9401d8a1bfb402bf688"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/1f1f7dc06057bbb229faeb372708b9f0966109c1","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/1f1f7dc06057bbb229faeb372708b9f0966109c1","html_url":"https://github.com/gocardless/bump/commit/1f1f7dc06057bbb229faeb372708b9f0966109c1","comments_url":"https://api.github.com/repos/gocardless/bump/commits/1f1f7dc06057bbb229faeb372708b9f0966109c1/comments","author":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"committer":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"parents":[{"sha":"82457f83ed6126f4ceb0328525f0a018f687374d","url":"https://api.github.com/repos/gocardless/bump/commits/82457f83ed6126f4ceb0328525f0a018f687374d","html_url":"https://github.com/gocardless/bump/commit/82457f83ed6126f4ceb0328525f0a018f687374d"}]},{"sha":"82457f83ed6126f4ceb0328525f0a018f687374d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ODI0NTdmODNlZDYxMjZmNGNlYjAzMjg1MjVmMGEwMThmNjg3Mzc0ZA==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-06-19T09:04:41Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-06-19T09:04:41Z"},"message":"Merge + pull request #212 from gocardless/bump/bundler/sidekiq-5.0.3\n\nBump sidekiq + to 5.0.3","tree":{"sha":"9418b9cb4c513e06923bf2e985ec091807f5dd93","url":"https://api.github.com/repos/gocardless/bump/git/trees/9418b9cb4c513e06923bf2e985ec091807f5dd93"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/82457f83ed6126f4ceb0328525f0a018f687374d","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/82457f83ed6126f4ceb0328525f0a018f687374d","html_url":"https://github.com/gocardless/bump/commit/82457f83ed6126f4ceb0328525f0a018f687374d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/82457f83ed6126f4ceb0328525f0a018f687374d/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"01d561f9419ecd9940184b24ae29794c97ae792f","url":"https://api.github.com/repos/gocardless/bump/commits/01d561f9419ecd9940184b24ae29794c97ae792f","html_url":"https://github.com/gocardless/bump/commit/01d561f9419ecd9940184b24ae29794c97ae792f"},{"sha":"0236d8246df7db701d179994c751081a396c6f95","url":"https://api.github.com/repos/gocardless/bump/commits/0236d8246df7db701d179994c751081a396c6f95","html_url":"https://github.com/gocardless/bump/commit/0236d8246df7db701d179994c751081a396c6f95"}]},{"sha":"0236d8246df7db701d179994c751081a396c6f95","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MDIzNmQ4MjQ2ZGY3ZGI3MDFkMTc5OTk0Yzc1MTA4MWEzOTZjNmY5NQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-06-06T08:46:08Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-06-19T08:41:27Z"},"message":"Don''t + use Hash#symbolize_keys, which Sidekiq used to monkeypatch\n\nWe''re all familiar + with `Hash#symbolize_keys`, but it isn''t part of Ruby.\n\nWe were relying + on this in our code in `Workers::DependencyUpdater`, but this was being monkeypatched + in by Sidekiq (although usually it''d be Rails doing this). [Sidekiq 5.0.1](https://github.com/mperham/sidekiq/blob/master/Changes.md#501) + removed all of these monkeypatches, breaking our code.\n\nThis implements + our own `symbolize_hash_keys` function for doing this.","tree":{"sha":"9418b9cb4c513e06923bf2e985ec091807f5dd93","url":"https://api.github.com/repos/gocardless/bump/git/trees/9418b9cb4c513e06923bf2e985ec091807f5dd93"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/0236d8246df7db701d179994c751081a396c6f95","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIzBAABCAAdFiEEuN5NrCvFoRysq1P3vURYYbQpxEQFAllHjjcACgkQvURYYbQp\nxET6sBAAmljpIJ1nn1c9Ln5CVkE5Q4XDazf6CQZ6H8dw4wo4MLnMPD+McI9JY6UH\nJs1FCQy3GsIOWW/JofBZtP2uWeG3xstcamYcP4uGa5Orm554NMcpHhU8puPgbEzD\nl5E6P8xUAypvXzAc/a6lNRASpdLJJRL6R6N/tX30692wwFzZQw3NwmUY5tU/cXk5\n6+rZQ2w9BWqZmnLHaqHHA62FpZzI8DUfB7QF+orgT2dS5ZRcppiVSPAQ0hlKMJsb\n5nLXRUQs2LlsOPaxMqZx8cyJwSD7M8ZUc1EWi5MqL6fxqNjbwcWJ2TU9eyoGoR28\nyeQX9YuxNKbjiWL8Jjr7+rI0UlK+TG+6DKwzsJVxamI01ism2f/muUD0PNiJAqD4\n72ezwmV2Mxz9kC11/8alP3xcHRc43shhqUSHDvXj9yRaj84ABUm9+GQ0k1BLX617\nFSgdbHlCZJQbeN/3Vj8STOgx8uBvgz949pO5G62PuPGRg9pMh9Kz6HnHJRGXE8ad\nxMuq3k2/Dxmhn//oAbjy4Mb7oub1Rq0XO5BgkSSVy8W4UlWHvc4/31il1M40qswM\nhYOZv2tetWTDu+fSlT6ZAdbymCka7vcZPmjF1dR9dkwREin6RN58W+FfUxqZ9Be0\nbbUuM6CLNtrqcoHkSWQ9iEc7tCNocTxIHXRd9bdetChyuUXU7eM=\n=rCsW\n-----END + PGP SIGNATURE-----","payload":"tree 9418b9cb4c513e06923bf2e985ec091807f5dd93\nparent + d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7\nauthor Tim Rogers + 1496738768 +0100\ncommitter Tim Rogers 1497861687 +0100\n\nDon''t + use Hash#symbolize_keys, which Sidekiq used to monkeypatch\n\nWe''re all familiar + with `Hash#symbolize_keys`, but it isn''t part of Ruby.\n\nWe were relying + on this in our code in `Workers::DependencyUpdater`, but this was being monkeypatched + in by Sidekiq (although usually it''d be Rails doing this). [Sidekiq 5.0.1](https://github.com/mperham/sidekiq/blob/master/Changes.md#501) + removed all of these monkeypatches, breaking our code.\n\nThis implements + our own `symbolize_hash_keys` function for doing this.\n"}},"url":"https://api.github.com/repos/gocardless/bump/commits/0236d8246df7db701d179994c751081a396c6f95","html_url":"https://github.com/gocardless/bump/commit/0236d8246df7db701d179994c751081a396c6f95","comments_url":"https://api.github.com/repos/gocardless/bump/commits/0236d8246df7db701d179994c751081a396c6f95/comments","author":null,"committer":null,"parents":[{"sha":"d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7","url":"https://api.github.com/repos/gocardless/bump/commits/d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7","html_url":"https://github.com/gocardless/bump/commit/d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7"}]},{"sha":"d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZDBmOTg1OWY3YjM5ZjRiNmNmYmVjZmQzYmRkOWZlY2ZhYTExZjVkNw==","commit":{"author":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-06-17T00:00:52Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-06-19T08:41:27Z"},"message":"Bump + sidekiq to 5.0.3\n\nBumps [sidekiq](https://github.com/mperham/sidekiq) from + 5.0.0 to 5.0.3.\n- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)\n- + [Commits](https://github.com/mperham/sidekiq/compare/v5.0.0...v5.0.3)","tree":{"sha":"ee6f88bcad72186be23dbab802f9834d11cc3371","url":"https://api.github.com/repos/gocardless/bump/git/trees/ee6f88bcad72186be23dbab802f9834d11cc3371"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7","comment_count":0,"verification":{"verified":false,"reason":"no_user","signature":"-----BEGIN + PGP SIGNATURE-----\n\niQIzBAABCAAdFiEEuN5NrCvFoRysq1P3vURYYbQpxEQFAllHjjcACgkQvURYYbQp\nxERUGQ//SQFCY31rHCI6BN/7QFkTZMUO5ZKhU15U/UDbFaF0Gj+WjKQHwtjRcf3h\nFS3806GpZn91id8AapKf3o3Zq07PzzLQNwIw92NOyxaCjQQybENekQlJnqa2E/T4\ncGr5RR8aVfpBe7xer8Rk1EDmXtx1SDRp4GXwnBbpI/OCWE7vmU7DB++Rx7+9FuFn\n6bZdQ6g+MaNp40H5gppHwJhRd/+2gXDvdDFFy5cEE/vaYIiT082Qe6E97zWIXWp0\nce2TmhG5LX3LaRmOSEb0O+muH3BPYTQKOofJPRs/T71PVYhOHOKYiiXl1k9pu8u4\nMa8iZgWp8lKpiBGqaorLSZ/Y2D1MLl/w9yOmCahE/UocjD18LNLWQ+0R4tvFiUlo\nTzUwPdndQ1gX/GaxuN1VbX7MRpy01NlwqcRddLE13177aMgWxVpfaZv60jH41rTD\nLESRJnI0t1LUMAco6Poy6cij+07WtjFC1SMxYiJnOyryDpRIvObkynhDSyCVm7Mf\nDCOP5WbjLbiCQUFulDL0xF6uCmNacaI0mNaxn/Hq/+KECje0B5p/57AaC/SvSFno\nmvmyf+kcwSeejS+7AY92pcIyqJMLu3FPPAzDMUS1NkOsQLBgOKwKx9WUOnW3TGyn\n3YP72yAsNZeeMk6aedmWJpNPkBtMS0qL2qoMh9jvNr6aRkdD1c4=\n=uWLg\n-----END + PGP SIGNATURE-----","payload":"tree ee6f88bcad72186be23dbab802f9834d11cc3371\nparent + 01d561f9419ecd9940184b24ae29794c97ae792f\nauthor Gobot + 1497657652 +0100\ncommitter Tim Rogers 1497861687 +0100\n\nBump + sidekiq to 5.0.3\n\nBumps [sidekiq](https://github.com/mperham/sidekiq) from + 5.0.0 to 5.0.3.\n- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)\n- + [Commits](https://github.com/mperham/sidekiq/compare/v5.0.0...v5.0.3)"}},"url":"https://api.github.com/repos/gocardless/bump/commits/d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7","html_url":"https://github.com/gocardless/bump/commit/d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7","comments_url":"https://api.github.com/repos/gocardless/bump/commits/d0f9859f7b39f4b6cfbecfd3bdd9fecfaa11f5d7/comments","author":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"committer":null,"parents":[{"sha":"01d561f9419ecd9940184b24ae29794c97ae792f","url":"https://api.github.com/repos/gocardless/bump/commits/01d561f9419ecd9940184b24ae29794c97ae792f","html_url":"https://github.com/gocardless/bump/commit/01d561f9419ecd9940184b24ae29794c97ae792f"}]},{"sha":"01d561f9419ecd9940184b24ae29794c97ae792f","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MDFkNTYxZjk0MTllY2Q5OTQwMTg0YjI0YWUyOTc5NGM5N2FlNzkyZg==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-06-19T08:33:22Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-06-19T08:33:22Z"},"message":"Merge + pull request #211 from gocardless/bump/bundler/sentry-raven-2.5.3\n\nBump + sentry-raven to 2.5.3","tree":{"sha":"9e2957542ebf9e50e1d30cfb154f674d47c762a6","url":"https://api.github.com/repos/gocardless/bump/git/trees/9e2957542ebf9e50e1d30cfb154f674d47c762a6"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/01d561f9419ecd9940184b24ae29794c97ae792f","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/01d561f9419ecd9940184b24ae29794c97ae792f","html_url":"https://github.com/gocardless/bump/commit/01d561f9419ecd9940184b24ae29794c97ae792f","comments_url":"https://api.github.com/repos/gocardless/bump/commits/01d561f9419ecd9940184b24ae29794c97ae792f/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"7538106573ade9c888d927ebbe33aea396a02029","url":"https://api.github.com/repos/gocardless/bump/commits/7538106573ade9c888d927ebbe33aea396a02029","html_url":"https://github.com/gocardless/bump/commit/7538106573ade9c888d927ebbe33aea396a02029"},{"sha":"4c26b90625e9e5a3aa4aef73af6fee4dcea0f178","url":"https://api.github.com/repos/gocardless/bump/commits/4c26b90625e9e5a3aa4aef73af6fee4dcea0f178","html_url":"https://github.com/gocardless/bump/commit/4c26b90625e9e5a3aa4aef73af6fee4dcea0f178"}]},{"sha":"4c26b90625e9e5a3aa4aef73af6fee4dcea0f178","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NGMyNmI5MDYyNWU5ZTVhM2FhNGFlZjczYWY2ZmVlNGRjZWEwZjE3OA==","commit":{"author":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-06-16T00:01:34Z"},"committer":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-06-16T00:01:34Z"},"message":"Bump + sentry-raven to 2.5.3\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.5.2 to 2.5.3.\n- [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.5.2...v2.5.3)","tree":{"sha":"9e2957542ebf9e50e1d30cfb154f674d47c762a6","url":"https://api.github.com/repos/gocardless/bump/git/trees/9e2957542ebf9e50e1d30cfb154f674d47c762a6"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/4c26b90625e9e5a3aa4aef73af6fee4dcea0f178","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/4c26b90625e9e5a3aa4aef73af6fee4dcea0f178","html_url":"https://github.com/gocardless/bump/commit/4c26b90625e9e5a3aa4aef73af6fee4dcea0f178","comments_url":"https://api.github.com/repos/gocardless/bump/commits/4c26b90625e9e5a3aa4aef73af6fee4dcea0f178/comments","author":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"committer":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"parents":[{"sha":"7538106573ade9c888d927ebbe33aea396a02029","url":"https://api.github.com/repos/gocardless/bump/commits/7538106573ade9c888d927ebbe33aea396a02029","html_url":"https://github.com/gocardless/bump/commit/7538106573ade9c888d927ebbe33aea396a02029"}]},{"sha":"7538106573ade9c888d927ebbe33aea396a02029","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NzUzODEwNjU3M2FkZTljODg4ZDkyN2ViYmUzM2FlYTM5NmEwMjAyOQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-06-06T08:51:54Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-06-06T08:51:54Z"},"message":"Merge + pull request #209 from gocardless/bump/bundler/sentry-raven-2.5.2\n\nBump + sentry-raven to 2.5.2","tree":{"sha":"9ed11afc2e46b46030a1b4dc92389be92226fde4","url":"https://api.github.com/repos/gocardless/bump/git/trees/9ed11afc2e46b46030a1b4dc92389be92226fde4"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/7538106573ade9c888d927ebbe33aea396a02029","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/7538106573ade9c888d927ebbe33aea396a02029","html_url":"https://github.com/gocardless/bump/commit/7538106573ade9c888d927ebbe33aea396a02029","comments_url":"https://api.github.com/repos/gocardless/bump/commits/7538106573ade9c888d927ebbe33aea396a02029/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"d13b08d958ad1e372b23a51e6464302dd4a8a751","url":"https://api.github.com/repos/gocardless/bump/commits/d13b08d958ad1e372b23a51e6464302dd4a8a751","html_url":"https://github.com/gocardless/bump/commit/d13b08d958ad1e372b23a51e6464302dd4a8a751"},{"sha":"ef42b3748702d3aeb4df525c71f6e00b3f4aeb4c","url":"https://api.github.com/repos/gocardless/bump/commits/ef42b3748702d3aeb4df525c71f6e00b3f4aeb4c","html_url":"https://github.com/gocardless/bump/commit/ef42b3748702d3aeb4df525c71f6e00b3f4aeb4c"}]},{"sha":"ef42b3748702d3aeb4df525c71f6e00b3f4aeb4c","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZWY0MmIzNzQ4NzAyZDNhZWI0ZGY1MjVjNzFmNmUwMGIzZjRhZWI0Yw==","commit":{"author":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-06-06T00:01:01Z"},"committer":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-06-06T00:01:01Z"},"message":"Bump + sentry-raven to 2.5.2\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.5.1 to 2.5.2.\n- [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.5.1...v2.5.2)","tree":{"sha":"9ed11afc2e46b46030a1b4dc92389be92226fde4","url":"https://api.github.com/repos/gocardless/bump/git/trees/9ed11afc2e46b46030a1b4dc92389be92226fde4"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/ef42b3748702d3aeb4df525c71f6e00b3f4aeb4c","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/ef42b3748702d3aeb4df525c71f6e00b3f4aeb4c","html_url":"https://github.com/gocardless/bump/commit/ef42b3748702d3aeb4df525c71f6e00b3f4aeb4c","comments_url":"https://api.github.com/repos/gocardless/bump/commits/ef42b3748702d3aeb4df525c71f6e00b3f4aeb4c/comments","author":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"committer":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"parents":[{"sha":"d13b08d958ad1e372b23a51e6464302dd4a8a751","url":"https://api.github.com/repos/gocardless/bump/commits/d13b08d958ad1e372b23a51e6464302dd4a8a751","html_url":"https://github.com/gocardless/bump/commit/d13b08d958ad1e372b23a51e6464302dd4a8a751"}]},{"sha":"d13b08d958ad1e372b23a51e6464302dd4a8a751","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZDEzYjA4ZDk1OGFkMWUzNzJiMjNhNTFlNjQ2NDMwMmRkNGE4YTc1MQ==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-30T07:31:06Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-30T07:31:06Z"},"message":"Merge + pull request #208 from gocardless/bump/bundler/rubocop-0.49.1\n\nBump rubocop + to 0.49.1","tree":{"sha":"7e4598f6a1a904109b48130b5199cabcf3d27290","url":"https://api.github.com/repos/gocardless/bump/git/trees/7e4598f6a1a904109b48130b5199cabcf3d27290"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/d13b08d958ad1e372b23a51e6464302dd4a8a751","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/d13b08d958ad1e372b23a51e6464302dd4a8a751","html_url":"https://github.com/gocardless/bump/commit/d13b08d958ad1e372b23a51e6464302dd4a8a751","comments_url":"https://api.github.com/repos/gocardless/bump/commits/d13b08d958ad1e372b23a51e6464302dd4a8a751/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"599e6edfaed0b2b37e82f79623c972a05c1edf0d","url":"https://api.github.com/repos/gocardless/bump/commits/599e6edfaed0b2b37e82f79623c972a05c1edf0d","html_url":"https://github.com/gocardless/bump/commit/599e6edfaed0b2b37e82f79623c972a05c1edf0d"},{"sha":"c30247c8a69b7a3cfa9576bf1e9d8a2642b08b58","url":"https://api.github.com/repos/gocardless/bump/commits/c30247c8a69b7a3cfa9576bf1e9d8a2642b08b58","html_url":"https://github.com/gocardless/bump/commit/c30247c8a69b7a3cfa9576bf1e9d8a2642b08b58"}]},{"sha":"c30247c8a69b7a3cfa9576bf1e9d8a2642b08b58","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YzMwMjQ3YzhhNjliN2EzY2ZhOTU3NmJmMWU5ZDhhMjY0MmIwOGI1OA==","commit":{"author":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-05-30T00:01:56Z"},"committer":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-05-30T00:01:56Z"},"message":"Bump + rubocop to 0.49.1\n\nBumps [rubocop](https://github.com/bbatsov/rubocop) from + 0.49.0 to 0.49.1.\n- [Release notes](https://github.com/bbatsov/rubocop/releases/tag/v0.49.1)\n- + [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bbatsov/rubocop/compare/v0.49.0...v0.49.1)","tree":{"sha":"7e4598f6a1a904109b48130b5199cabcf3d27290","url":"https://api.github.com/repos/gocardless/bump/git/trees/7e4598f6a1a904109b48130b5199cabcf3d27290"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/c30247c8a69b7a3cfa9576bf1e9d8a2642b08b58","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/c30247c8a69b7a3cfa9576bf1e9d8a2642b08b58","html_url":"https://github.com/gocardless/bump/commit/c30247c8a69b7a3cfa9576bf1e9d8a2642b08b58","comments_url":"https://api.github.com/repos/gocardless/bump/commits/c30247c8a69b7a3cfa9576bf1e9d8a2642b08b58/comments","author":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"committer":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"parents":[{"sha":"599e6edfaed0b2b37e82f79623c972a05c1edf0d","url":"https://api.github.com/repos/gocardless/bump/commits/599e6edfaed0b2b37e82f79623c972a05c1edf0d","html_url":"https://github.com/gocardless/bump/commit/599e6edfaed0b2b37e82f79623c972a05c1edf0d"}]},{"sha":"599e6edfaed0b2b37e82f79623c972a05c1edf0d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NTk5ZTZlZGZhZWQwYjJiMzdlODJmNzk2MjNjOTcyYTA1YzFlZGYwZA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-29T19:36:54Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-29T19:36:54Z"},"message":"Merge + pull request #207 from gocardless/update-bump-core\n\nUpdate bump core to + 0.6.0","tree":{"sha":"1ec972d052a20cb12e9c5034efd2b2adb645fea2","url":"https://api.github.com/repos/gocardless/bump/git/trees/1ec972d052a20cb12e9c5034efd2b2adb645fea2"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/599e6edfaed0b2b37e82f79623c972a05c1edf0d","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/599e6edfaed0b2b37e82f79623c972a05c1edf0d","html_url":"https://github.com/gocardless/bump/commit/599e6edfaed0b2b37e82f79623c972a05c1edf0d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/599e6edfaed0b2b37e82f79623c972a05c1edf0d/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"5f88ec1e11bbea6761bf37d09ba4d263ac0b515d","url":"https://api.github.com/repos/gocardless/bump/commits/5f88ec1e11bbea6761bf37d09ba4d263ac0b515d","html_url":"https://github.com/gocardless/bump/commit/5f88ec1e11bbea6761bf37d09ba4d263ac0b515d"},{"sha":"6cae94ea738940bd8749f933945ba94da96a8cfb","url":"https://api.github.com/repos/gocardless/bump/commits/6cae94ea738940bd8749f933945ba94da96a8cfb","html_url":"https://github.com/gocardless/bump/commit/6cae94ea738940bd8749f933945ba94da96a8cfb"}]},{"sha":"6cae94ea738940bd8749f933945ba94da96a8cfb","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NmNhZTk0ZWE3Mzg5NDBiZDg3NDlmOTMzOTQ1YmE5NGRhOTZhOGNmYg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2017-05-29T18:50:05Z"},"committer":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2017-05-29T19:24:48Z"},"message":"Replace + `language` with `package_manager`","tree":{"sha":"1ec972d052a20cb12e9c5034efd2b2adb645fea2","url":"https://api.github.com/repos/gocardless/bump/git/trees/1ec972d052a20cb12e9c5034efd2b2adb645fea2"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/6cae94ea738940bd8749f933945ba94da96a8cfb","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/6cae94ea738940bd8749f933945ba94da96a8cfb","html_url":"https://github.com/gocardless/bump/commit/6cae94ea738940bd8749f933945ba94da96a8cfb","comments_url":"https://api.github.com/repos/gocardless/bump/commits/6cae94ea738940bd8749f933945ba94da96a8cfb/comments","author":null,"committer":null,"parents":[{"sha":"71ed06fbe6c8c1298dd77fb1e7336a74027f225d","url":"https://api.github.com/repos/gocardless/bump/commits/71ed06fbe6c8c1298dd77fb1e7336a74027f225d","html_url":"https://github.com/gocardless/bump/commit/71ed06fbe6c8c1298dd77fb1e7336a74027f225d"}]},{"sha":"71ed06fbe6c8c1298dd77fb1e7336a74027f225d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NzFlZDA2ZmJlNmM4YzEyOThkZDc3ZmIxZTczMzZhNzQwMjdmMjI1ZA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2017-05-29T18:38:39Z"},"committer":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2017-05-29T18:38:39Z"},"message":"Update + bump-core to 0.6.0","tree":{"sha":"aa48ab94f450f886f1864b7b1c969ba3a15200eb","url":"https://api.github.com/repos/gocardless/bump/git/trees/aa48ab94f450f886f1864b7b1c969ba3a15200eb"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/71ed06fbe6c8c1298dd77fb1e7336a74027f225d","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/71ed06fbe6c8c1298dd77fb1e7336a74027f225d","html_url":"https://github.com/gocardless/bump/commit/71ed06fbe6c8c1298dd77fb1e7336a74027f225d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/71ed06fbe6c8c1298dd77fb1e7336a74027f225d/comments","author":null,"committer":null,"parents":[{"sha":"5f88ec1e11bbea6761bf37d09ba4d263ac0b515d","url":"https://api.github.com/repos/gocardless/bump/commits/5f88ec1e11bbea6761bf37d09ba4d263ac0b515d","html_url":"https://github.com/gocardless/bump/commit/5f88ec1e11bbea6761bf37d09ba4d263ac0b515d"}]},{"sha":"5f88ec1e11bbea6761bf37d09ba4d263ac0b515d","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NWY4OGVjMWUxMWJiZWE2NzYxYmYzN2QwOWJhNGQyNjNhYzBiNTE1ZA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-25T09:42:25Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-25T09:42:25Z"},"message":"Merge + pull request #205 from gocardless/bump/ruby/rubocop-0.49.0\n\nBump rubocop + to 0.49.0","tree":{"sha":"b089b85706ad8997bd8f5be42b6582163d048920","url":"https://api.github.com/repos/gocardless/bump/git/trees/b089b85706ad8997bd8f5be42b6582163d048920"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/5f88ec1e11bbea6761bf37d09ba4d263ac0b515d","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/5f88ec1e11bbea6761bf37d09ba4d263ac0b515d","html_url":"https://github.com/gocardless/bump/commit/5f88ec1e11bbea6761bf37d09ba4d263ac0b515d","comments_url":"https://api.github.com/repos/gocardless/bump/commits/5f88ec1e11bbea6761bf37d09ba4d263ac0b515d/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8","url":"https://api.github.com/repos/gocardless/bump/commits/87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8","html_url":"https://github.com/gocardless/bump/commit/87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8"},{"sha":"f1b5ab4f7ce5da2284f077f7aa845d7da860d1a1","url":"https://api.github.com/repos/gocardless/bump/commits/f1b5ab4f7ce5da2284f077f7aa845d7da860d1a1","html_url":"https://github.com/gocardless/bump/commit/f1b5ab4f7ce5da2284f077f7aa845d7da860d1a1"}]},{"sha":"f1b5ab4f7ce5da2284f077f7aa845d7da860d1a1","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZjFiNWFiNGY3Y2U1ZGEyMjg0ZjA3N2Y3YWE4NDVkN2RhODYwZDFhMQ==","commit":{"author":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-05-25T07:58:39Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-05-25T07:59:42Z"},"message":"Disable + Rubocop''s Style/YodaCondition cop\n\nThere is a bug in this version, Rubocop + 0.49.0, fixed by https://github.com/bbatsov/rubocop/issues/4412, which causes + it to be broken when the condition has literals on both sides, as in sidekiq_web.ru.\n\nThis + disabled the cop, and we''ll re-enable it when we update.","tree":{"sha":"b089b85706ad8997bd8f5be42b6582163d048920","url":"https://api.github.com/repos/gocardless/bump/git/trees/b089b85706ad8997bd8f5be42b6582163d048920"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/f1b5ab4f7ce5da2284f077f7aa845d7da860d1a1","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/f1b5ab4f7ce5da2284f077f7aa845d7da860d1a1","html_url":"https://github.com/gocardless/bump/commit/f1b5ab4f7ce5da2284f077f7aa845d7da860d1a1","comments_url":"https://api.github.com/repos/gocardless/bump/commits/f1b5ab4f7ce5da2284f077f7aa845d7da860d1a1/comments","author":null,"committer":null,"parents":[{"sha":"1524077ce8b3c6993b56a4ce3d66ee89ba9868b6","url":"https://api.github.com/repos/gocardless/bump/commits/1524077ce8b3c6993b56a4ce3d66ee89ba9868b6","html_url":"https://github.com/gocardless/bump/commit/1524077ce8b3c6993b56a4ce3d66ee89ba9868b6"}]},{"sha":"1524077ce8b3c6993b56a4ce3d66ee89ba9868b6","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MTUyNDA3N2NlOGIzYzY5OTNiNTZhNGNlM2Q2NmVlODliYTk4NjhiNg==","commit":{"author":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-05-25T00:02:04Z"},"committer":{"name":"Tim + Rogers","email":"tim@gocardless.com","date":"2017-05-25T07:47:33Z"},"message":"Bump + rubocop to 0.49.0\n\nBumps [rubocop](https://github.com/bbatsov/rubocop) from + 0.48.1 to 0.49.0.\n- [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)\n- + [Commits](https://github.com/bbatsov/rubocop/compare/v0.48.1...v0.49.0)","tree":{"sha":"ea69d8519e6a26fc809fe58cbd3b1bd400cf5d59","url":"https://api.github.com/repos/gocardless/bump/git/trees/ea69d8519e6a26fc809fe58cbd3b1bd400cf5d59"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/1524077ce8b3c6993b56a4ce3d66ee89ba9868b6","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/1524077ce8b3c6993b56a4ce3d66ee89ba9868b6","html_url":"https://github.com/gocardless/bump/commit/1524077ce8b3c6993b56a4ce3d66ee89ba9868b6","comments_url":"https://api.github.com/repos/gocardless/bump/commits/1524077ce8b3c6993b56a4ce3d66ee89ba9868b6/comments","author":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"committer":null,"parents":[{"sha":"87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8","url":"https://api.github.com/repos/gocardless/bump/commits/87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8","html_url":"https://github.com/gocardless/bump/commit/87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8"}]},{"sha":"87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ODdlMWM0NmE1MTExMDMzNTljZWNjNWNiNWFjNGUyYWMzZjRhYWZkOA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-25T07:40:00Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-25T07:40:00Z"},"message":"Merge + pull request #204 from gocardless/bump/ruby/sentry-raven-2.5.1\n\nBump sentry-raven + to 2.5.1","tree":{"sha":"f34730d2f988fef1437686f12d10ef29b609ba4a","url":"https://api.github.com/repos/gocardless/bump/git/trees/f34730d2f988fef1437686f12d10ef29b609ba4a"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8","html_url":"https://github.com/gocardless/bump/commit/87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8","comments_url":"https://api.github.com/repos/gocardless/bump/commits/87e1c46a511103359cecc5cb5ac4e2ac3f4aafd8/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf","url":"https://api.github.com/repos/gocardless/bump/commits/9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf","html_url":"https://github.com/gocardless/bump/commit/9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf"},{"sha":"e4b2c6429f96225e4456398ac51819ae67495e45","url":"https://api.github.com/repos/gocardless/bump/commits/e4b2c6429f96225e4456398ac51819ae67495e45","html_url":"https://github.com/gocardless/bump/commit/e4b2c6429f96225e4456398ac51819ae67495e45"}]},{"sha":"e4b2c6429f96225e4456398ac51819ae67495e45","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZTRiMmM2NDI5Zjk2MjI1ZTQ0NTYzOThhYzUxODE5YWU2NzQ5NWU0NQ==","commit":{"author":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-05-25T00:01:30Z"},"committer":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-05-25T00:01:30Z"},"message":"Bump + sentry-raven to 2.5.1\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.5.0 to 2.5.1.\n- [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.5.0...v2.5.1)","tree":{"sha":"f34730d2f988fef1437686f12d10ef29b609ba4a","url":"https://api.github.com/repos/gocardless/bump/git/trees/f34730d2f988fef1437686f12d10ef29b609ba4a"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/e4b2c6429f96225e4456398ac51819ae67495e45","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/e4b2c6429f96225e4456398ac51819ae67495e45","html_url":"https://github.com/gocardless/bump/commit/e4b2c6429f96225e4456398ac51819ae67495e45","comments_url":"https://api.github.com/repos/gocardless/bump/commits/e4b2c6429f96225e4456398ac51819ae67495e45/comments","author":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"committer":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"parents":[{"sha":"9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf","url":"https://api.github.com/repos/gocardless/bump/commits/9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf","html_url":"https://github.com/gocardless/bump/commit/9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf"}]},{"sha":"9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6OWQwMTBhYjAwZmU1ZTRiMTk3MWY0ZWRhMGYxYTMyNjdhMTViZWFhZg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-23T10:39:44Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-23T10:39:44Z"},"message":"Merge + pull request #202 from gocardless/update-bump-core\n\nUpdate bump-core to + v0.5.5","tree":{"sha":"f99eb71ccaeef6a193cf0547542b831501450e0a","url":"https://api.github.com/repos/gocardless/bump/git/trees/f99eb71ccaeef6a193cf0547542b831501450e0a"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf","html_url":"https://github.com/gocardless/bump/commit/9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf","comments_url":"https://api.github.com/repos/gocardless/bump/commits/9d010ab00fe5e4b1971f4eda0f1a3267a15beaaf/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90","url":"https://api.github.com/repos/gocardless/bump/commits/bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90","html_url":"https://github.com/gocardless/bump/commit/bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90"},{"sha":"9adac0b2d605b228575fec030f9250c3898fe428","url":"https://api.github.com/repos/gocardless/bump/commits/9adac0b2d605b228575fec030f9250c3898fe428","html_url":"https://github.com/gocardless/bump/commit/9adac0b2d605b228575fec030f9250c3898fe428"}]},{"sha":"9adac0b2d605b228575fec030f9250c3898fe428","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6OWFkYWMwYjJkNjA1YjIyODU3NWZlYzAzMGY5MjUwYzM4OThmZTQyOA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2017-05-18T18:45:17Z"},"committer":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2017-05-23T09:52:54Z"},"message":"Update + bump-core to v0.5.5\n\nv0.5.1 introduced a new format for branch names, so + any existing\nbranches will need to be closed otherwise we''ll get some dupes.","tree":{"sha":"f99eb71ccaeef6a193cf0547542b831501450e0a","url":"https://api.github.com/repos/gocardless/bump/git/trees/f99eb71ccaeef6a193cf0547542b831501450e0a"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/9adac0b2d605b228575fec030f9250c3898fe428","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/9adac0b2d605b228575fec030f9250c3898fe428","html_url":"https://github.com/gocardless/bump/commit/9adac0b2d605b228575fec030f9250c3898fe428","comments_url":"https://api.github.com/repos/gocardless/bump/commits/9adac0b2d605b228575fec030f9250c3898fe428/comments","author":null,"committer":null,"parents":[{"sha":"bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90","url":"https://api.github.com/repos/gocardless/bump/commits/bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90","html_url":"https://github.com/gocardless/bump/commit/bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90"}]},{"sha":"bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YmFkMjhiNGE0ZjhhNDIxOGE1N2ZkYjhjYmI2OTRiNGQ3YWZjY2M5MA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-23T07:37:06Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-23T07:37:06Z"},"message":"Merge + pull request #203 from gocardless/bump_sentry-raven_to_2.5.0\n\nBump sentry-raven + to 2.5.0","tree":{"sha":"9013a8e70f92dfacc873c8284d721ef00eb95e98","url":"https://api.github.com/repos/gocardless/bump/git/trees/9013a8e70f92dfacc873c8284d721ef00eb95e98"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90","html_url":"https://github.com/gocardless/bump/commit/bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90","comments_url":"https://api.github.com/repos/gocardless/bump/commits/bad28b4a4f8a4218a57fdb8cbb694b4d7afccc90/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506","url":"https://api.github.com/repos/gocardless/bump/commits/4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506","html_url":"https://github.com/gocardless/bump/commit/4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506"},{"sha":"900eac045b28dd5b5a20b2a5f2d1d43ae55b7318","url":"https://api.github.com/repos/gocardless/bump/commits/900eac045b28dd5b5a20b2a5f2d1d43ae55b7318","html_url":"https://github.com/gocardless/bump/commit/900eac045b28dd5b5a20b2a5f2d1d43ae55b7318"}]},{"sha":"900eac045b28dd5b5a20b2a5f2d1d43ae55b7318","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6OTAwZWFjMDQ1YjI4ZGQ1YjVhMjBiMmE1ZjJkMWQ0M2FlNTViNzMxOA==","commit":{"author":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-05-23T00:01:36Z"},"committer":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-05-23T00:01:36Z"},"message":"Bump + sentry-raven to 2.5.0\n\nBumps [sentry-raven](https://github.com/getsentry/raven-ruby) + from 2.4.0 to 2.5.0.\n- [Changelog](https://github.com/getsentry/raven-ruby/blob/master/changelog.md)\n- + [Commits](https://github.com/getsentry/raven-ruby/compare/v2.4.0...v2.5.0)","tree":{"sha":"9013a8e70f92dfacc873c8284d721ef00eb95e98","url":"https://api.github.com/repos/gocardless/bump/git/trees/9013a8e70f92dfacc873c8284d721ef00eb95e98"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/900eac045b28dd5b5a20b2a5f2d1d43ae55b7318","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/900eac045b28dd5b5a20b2a5f2d1d43ae55b7318","html_url":"https://github.com/gocardless/bump/commit/900eac045b28dd5b5a20b2a5f2d1d43ae55b7318","comments_url":"https://api.github.com/repos/gocardless/bump/commits/900eac045b28dd5b5a20b2a5f2d1d43ae55b7318/comments","author":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"committer":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"parents":[{"sha":"4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506","url":"https://api.github.com/repos/gocardless/bump/commits/4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506","html_url":"https://github.com/gocardless/bump/commit/4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506"}]},{"sha":"4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6NGM2YzJlYzAwZWY3ZGQzZjQ1YWMwNjNjN2NjOGI5YTVlMzhmNjUwNg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-17T09:39:45Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-17T09:39:45Z"},"message":"Merge + pull request #201 from gocardless/bump-bump-to-v0.5.0\n\nBump bump-core to + v0.5.0","tree":{"sha":"af91dc1684a5b8cac4d5e6f19c323174f4cf8f2d","url":"https://api.github.com/repos/gocardless/bump/git/trees/af91dc1684a5b8cac4d5e6f19c323174f4cf8f2d"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506","html_url":"https://github.com/gocardless/bump/commit/4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506","comments_url":"https://api.github.com/repos/gocardless/bump/commits/4c6c2ec00ef7dd3f45ac063c7cc8b9a5e38f6506/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"d1b6294431db3bcc01a559e7f29e42b3cac80b9a","url":"https://api.github.com/repos/gocardless/bump/commits/d1b6294431db3bcc01a559e7f29e42b3cac80b9a","html_url":"https://github.com/gocardless/bump/commit/d1b6294431db3bcc01a559e7f29e42b3cac80b9a"},{"sha":"015fb07652e2c9f97661c5bb207177ea39d37260","url":"https://api.github.com/repos/gocardless/bump/commits/015fb07652e2c9f97661c5bb207177ea39d37260","html_url":"https://github.com/gocardless/bump/commit/015fb07652e2c9f97661c5bb207177ea39d37260"}]},{"sha":"015fb07652e2c9f97661c5bb207177ea39d37260","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MDE1ZmIwNzY1MmUyYzlmOTc2NjFjNWJiMjA3MTc3ZWEzOWQzNzI2MA==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2017-05-17T08:47:30Z"},"committer":{"name":"Nick + Campbell","email":"nickcampbell@gocardless.com","date":"2017-05-17T09:03:51Z"},"message":"Bump + bump-core to v0.5.0\n\nThis fixes the weird issue where bump bumps some random + gem but not the\none on the PR title.","tree":{"sha":"af91dc1684a5b8cac4d5e6f19c323174f4cf8f2d","url":"https://api.github.com/repos/gocardless/bump/git/trees/af91dc1684a5b8cac4d5e6f19c323174f4cf8f2d"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/015fb07652e2c9f97661c5bb207177ea39d37260","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/015fb07652e2c9f97661c5bb207177ea39d37260","html_url":"https://github.com/gocardless/bump/commit/015fb07652e2c9f97661c5bb207177ea39d37260","comments_url":"https://api.github.com/repos/gocardless/bump/commits/015fb07652e2c9f97661c5bb207177ea39d37260/comments","author":null,"committer":null,"parents":[{"sha":"d1b6294431db3bcc01a559e7f29e42b3cac80b9a","url":"https://api.github.com/repos/gocardless/bump/commits/d1b6294431db3bcc01a559e7f29e42b3cac80b9a","html_url":"https://github.com/gocardless/bump/commit/d1b6294431db3bcc01a559e7f29e42b3cac80b9a"}]},{"sha":"d1b6294431db3bcc01a559e7f29e42b3cac80b9a","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZDFiNjI5NDQzMWRiM2JjYzAxYTU1OWU3ZjI5ZTQyYjNjYWM4MGI5YQ==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-17T07:18:02Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-17T07:18:02Z"},"message":"Merge + pull request #200 from greysteil/update-readme\n\nUpdate readme to point to + bump-core","tree":{"sha":"8454f4feb3864363d4e0b330892849d06c939a93","url":"https://api.github.com/repos/gocardless/bump/git/trees/8454f4feb3864363d4e0b330892849d06c939a93"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/d1b6294431db3bcc01a559e7f29e42b3cac80b9a","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/d1b6294431db3bcc01a559e7f29e42b3cac80b9a","html_url":"https://github.com/gocardless/bump/commit/d1b6294431db3bcc01a559e7f29e42b3cac80b9a","comments_url":"https://api.github.com/repos/gocardless/bump/commits/d1b6294431db3bcc01a559e7f29e42b3cac80b9a/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"3d2f58a0244a13585ffc456a2fcd5ae42e7411f6","url":"https://api.github.com/repos/gocardless/bump/commits/3d2f58a0244a13585ffc456a2fcd5ae42e7411f6","html_url":"https://github.com/gocardless/bump/commit/3d2f58a0244a13585ffc456a2fcd5ae42e7411f6"},{"sha":"ab3cd1ac4af82eb43ffcfea7323f1e261d00dca3","url":"https://api.github.com/repos/gocardless/bump/commits/ab3cd1ac4af82eb43ffcfea7323f1e261d00dca3","html_url":"https://github.com/gocardless/bump/commit/ab3cd1ac4af82eb43ffcfea7323f1e261d00dca3"}]},{"sha":"ab3cd1ac4af82eb43ffcfea7323f1e261d00dca3","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YWIzY2QxYWM0YWY4MmViNDNmZmNmZWE3MzIzZjFlMjYxZDAwZGNhMw==","commit":{"author":{"name":"Grey + Baker","email":"greysteil@gmail.com","date":"2017-05-16T20:15:25Z"},"committer":{"name":"Grey + Baker","email":"greysteil@gmail.com","date":"2017-05-16T20:15:25Z"},"message":"Update + readme to point to bump-core","tree":{"sha":"8454f4feb3864363d4e0b330892849d06c939a93","url":"https://api.github.com/repos/gocardless/bump/git/trees/8454f4feb3864363d4e0b330892849d06c939a93"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/ab3cd1ac4af82eb43ffcfea7323f1e261d00dca3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/ab3cd1ac4af82eb43ffcfea7323f1e261d00dca3","html_url":"https://github.com/gocardless/bump/commit/ab3cd1ac4af82eb43ffcfea7323f1e261d00dca3","comments_url":"https://api.github.com/repos/gocardless/bump/commits/ab3cd1ac4af82eb43ffcfea7323f1e261d00dca3/comments","author":{"login":"greysteil","id":1144873,"node_id":"MDQ6VXNlcjExNDQ4NzM=","avatar_url":"https://avatars.githubusercontent.com/u/1144873?v=4","gravatar_id":"","url":"https://api.github.com/users/greysteil","html_url":"https://github.com/greysteil","followers_url":"https://api.github.com/users/greysteil/followers","following_url":"https://api.github.com/users/greysteil/following{/other_user}","gists_url":"https://api.github.com/users/greysteil/gists{/gist_id}","starred_url":"https://api.github.com/users/greysteil/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greysteil/subscriptions","organizations_url":"https://api.github.com/users/greysteil/orgs","repos_url":"https://api.github.com/users/greysteil/repos","events_url":"https://api.github.com/users/greysteil/events{/privacy}","received_events_url":"https://api.github.com/users/greysteil/received_events","type":"User","site_admin":false},"committer":{"login":"greysteil","id":1144873,"node_id":"MDQ6VXNlcjExNDQ4NzM=","avatar_url":"https://avatars.githubusercontent.com/u/1144873?v=4","gravatar_id":"","url":"https://api.github.com/users/greysteil","html_url":"https://github.com/greysteil","followers_url":"https://api.github.com/users/greysteil/followers","following_url":"https://api.github.com/users/greysteil/following{/other_user}","gists_url":"https://api.github.com/users/greysteil/gists{/gist_id}","starred_url":"https://api.github.com/users/greysteil/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greysteil/subscriptions","organizations_url":"https://api.github.com/users/greysteil/orgs","repos_url":"https://api.github.com/users/greysteil/repos","events_url":"https://api.github.com/users/greysteil/events{/privacy}","received_events_url":"https://api.github.com/users/greysteil/received_events","type":"User","site_admin":false},"parents":[{"sha":"3d2f58a0244a13585ffc456a2fcd5ae42e7411f6","url":"https://api.github.com/repos/gocardless/bump/commits/3d2f58a0244a13585ffc456a2fcd5ae42e7411f6","html_url":"https://github.com/gocardless/bump/commit/3d2f58a0244a13585ffc456a2fcd5ae42e7411f6"}]},{"sha":"3d2f58a0244a13585ffc456a2fcd5ae42e7411f6","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6M2QyZjU4YTAyNDRhMTM1ODVmZmM0NTZhMmZjZDVhZTQyZTc0MTFmNg==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-16T09:19:21Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-16T09:19:21Z"},"message":"Merge + pull request #199 from greysteil/bump-0.4.1\n\nUse bump-core 0.4.1","tree":{"sha":"39b453aedba44b636291060418fbc9abbef0f5e7","url":"https://api.github.com/repos/gocardless/bump/git/trees/39b453aedba44b636291060418fbc9abbef0f5e7"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/3d2f58a0244a13585ffc456a2fcd5ae42e7411f6","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/3d2f58a0244a13585ffc456a2fcd5ae42e7411f6","html_url":"https://github.com/gocardless/bump/commit/3d2f58a0244a13585ffc456a2fcd5ae42e7411f6","comments_url":"https://api.github.com/repos/gocardless/bump/commits/3d2f58a0244a13585ffc456a2fcd5ae42e7411f6/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"0846a6bec6cf0d25173279ece0a8aee600d268ac","url":"https://api.github.com/repos/gocardless/bump/commits/0846a6bec6cf0d25173279ece0a8aee600d268ac","html_url":"https://github.com/gocardless/bump/commit/0846a6bec6cf0d25173279ece0a8aee600d268ac"},{"sha":"c7548fc472762d3c93ae7bf297c5dd3a06a63663","url":"https://api.github.com/repos/gocardless/bump/commits/c7548fc472762d3c93ae7bf297c5dd3a06a63663","html_url":"https://github.com/gocardless/bump/commit/c7548fc472762d3c93ae7bf297c5dd3a06a63663"}]},{"sha":"c7548fc472762d3c93ae7bf297c5dd3a06a63663","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6Yzc1NDhmYzQ3Mjc2MmQzYzkzYWU3YmYyOTdjNWRkM2EwNmE2MzY2Mw==","commit":{"author":{"name":"Grey + Baker","email":"greysteil@gmail.com","date":"2017-05-16T09:06:05Z"},"committer":{"name":"Grey + Baker","email":"greysteil@gmail.com","date":"2017-05-16T09:06:05Z"},"message":"Use + bump-core 0.4.1","tree":{"sha":"39b453aedba44b636291060418fbc9abbef0f5e7","url":"https://api.github.com/repos/gocardless/bump/git/trees/39b453aedba44b636291060418fbc9abbef0f5e7"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/c7548fc472762d3c93ae7bf297c5dd3a06a63663","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/c7548fc472762d3c93ae7bf297c5dd3a06a63663","html_url":"https://github.com/gocardless/bump/commit/c7548fc472762d3c93ae7bf297c5dd3a06a63663","comments_url":"https://api.github.com/repos/gocardless/bump/commits/c7548fc472762d3c93ae7bf297c5dd3a06a63663/comments","author":{"login":"greysteil","id":1144873,"node_id":"MDQ6VXNlcjExNDQ4NzM=","avatar_url":"https://avatars.githubusercontent.com/u/1144873?v=4","gravatar_id":"","url":"https://api.github.com/users/greysteil","html_url":"https://github.com/greysteil","followers_url":"https://api.github.com/users/greysteil/followers","following_url":"https://api.github.com/users/greysteil/following{/other_user}","gists_url":"https://api.github.com/users/greysteil/gists{/gist_id}","starred_url":"https://api.github.com/users/greysteil/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greysteil/subscriptions","organizations_url":"https://api.github.com/users/greysteil/orgs","repos_url":"https://api.github.com/users/greysteil/repos","events_url":"https://api.github.com/users/greysteil/events{/privacy}","received_events_url":"https://api.github.com/users/greysteil/received_events","type":"User","site_admin":false},"committer":{"login":"greysteil","id":1144873,"node_id":"MDQ6VXNlcjExNDQ4NzM=","avatar_url":"https://avatars.githubusercontent.com/u/1144873?v=4","gravatar_id":"","url":"https://api.github.com/users/greysteil","html_url":"https://github.com/greysteil","followers_url":"https://api.github.com/users/greysteil/followers","following_url":"https://api.github.com/users/greysteil/following{/other_user}","gists_url":"https://api.github.com/users/greysteil/gists{/gist_id}","starred_url":"https://api.github.com/users/greysteil/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greysteil/subscriptions","organizations_url":"https://api.github.com/users/greysteil/orgs","repos_url":"https://api.github.com/users/greysteil/repos","events_url":"https://api.github.com/users/greysteil/events{/privacy}","received_events_url":"https://api.github.com/users/greysteil/received_events","type":"User","site_admin":false},"parents":[{"sha":"0846a6bec6cf0d25173279ece0a8aee600d268ac","url":"https://api.github.com/repos/gocardless/bump/commits/0846a6bec6cf0d25173279ece0a8aee600d268ac","html_url":"https://github.com/gocardless/bump/commit/0846a6bec6cf0d25173279ece0a8aee600d268ac"}]},{"sha":"0846a6bec6cf0d25173279ece0a8aee600d268ac","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6MDg0NmE2YmVjNmNmMGQyNTE3MzI3OWVjZTBhOGFlZTYwMGQyNjhhYw==","commit":{"author":{"name":"Nick + Campbell","email":"nickcampbell18@gmail.com","date":"2017-05-16T08:46:37Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-16T08:46:37Z"},"message":"Merge + pull request #191 from gocardless/bump_rubocop_to_0.48.1\n\nBump rubocop to + 0.48.1","tree":{"sha":"14b7d63f036b631c75048dd4a6d7183f7c6e90bc","url":"https://api.github.com/repos/gocardless/bump/git/trees/14b7d63f036b631c75048dd4a6d7183f7c6e90bc"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/0846a6bec6cf0d25173279ece0a8aee600d268ac","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/0846a6bec6cf0d25173279ece0a8aee600d268ac","html_url":"https://github.com/gocardless/bump/commit/0846a6bec6cf0d25173279ece0a8aee600d268ac","comments_url":"https://api.github.com/repos/gocardless/bump/commits/0846a6bec6cf0d25173279ece0a8aee600d268ac/comments","author":{"login":"nickcampbell18","id":661795,"node_id":"MDQ6VXNlcjY2MTc5NQ==","avatar_url":"https://avatars.githubusercontent.com/u/661795?v=4","gravatar_id":"","url":"https://api.github.com/users/nickcampbell18","html_url":"https://github.com/nickcampbell18","followers_url":"https://api.github.com/users/nickcampbell18/followers","following_url":"https://api.github.com/users/nickcampbell18/following{/other_user}","gists_url":"https://api.github.com/users/nickcampbell18/gists{/gist_id}","starred_url":"https://api.github.com/users/nickcampbell18/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nickcampbell18/subscriptions","organizations_url":"https://api.github.com/users/nickcampbell18/orgs","repos_url":"https://api.github.com/users/nickcampbell18/repos","events_url":"https://api.github.com/users/nickcampbell18/events{/privacy}","received_events_url":"https://api.github.com/users/nickcampbell18/received_events","type":"User","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"a5cb30a187232bc278acb3a9175e8f3d00b77f78","url":"https://api.github.com/repos/gocardless/bump/commits/a5cb30a187232bc278acb3a9175e8f3d00b77f78","html_url":"https://github.com/gocardless/bump/commit/a5cb30a187232bc278acb3a9175e8f3d00b77f78"},{"sha":"82d947882d4572859b7ea362b1af6def588960c2","url":"https://api.github.com/repos/gocardless/bump/commits/82d947882d4572859b7ea362b1af6def588960c2","html_url":"https://github.com/gocardless/bump/commit/82d947882d4572859b7ea362b1af6def588960c2"}]},{"sha":"a5cb30a187232bc278acb3a9175e8f3d00b77f78","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6YTVjYjMwYTE4NzIzMmJjMjc4YWNiM2E5MTc1ZThmM2QwMGI3N2Y3OA==","commit":{"author":{"name":"Harry + Maclean","email":"harrymaclean@gocardless.com","date":"2017-05-16T08:40:58Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-16T08:40:58Z"},"message":"Merge + pull request #194 from gocardless/bump_sidekiq_to_5.0.0\n\nBump sidekiq to + 5.0.0","tree":{"sha":"49f63fda5ba706dc139753a2adcc0cd891a9e655","url":"https://api.github.com/repos/gocardless/bump/git/trees/49f63fda5ba706dc139753a2adcc0cd891a9e655"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/a5cb30a187232bc278acb3a9175e8f3d00b77f78","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/a5cb30a187232bc278acb3a9175e8f3d00b77f78","html_url":"https://github.com/gocardless/bump/commit/a5cb30a187232bc278acb3a9175e8f3d00b77f78","comments_url":"https://api.github.com/repos/gocardless/bump/commits/a5cb30a187232bc278acb3a9175e8f3d00b77f78/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"f0e7d772ea5750fee84253519006891ccdbbb292","url":"https://api.github.com/repos/gocardless/bump/commits/f0e7d772ea5750fee84253519006891ccdbbb292","html_url":"https://github.com/gocardless/bump/commit/f0e7d772ea5750fee84253519006891ccdbbb292"},{"sha":"c87366c52f25c2715c0c8ff105cabcf373a8342c","url":"https://api.github.com/repos/gocardless/bump/commits/c87366c52f25c2715c0c8ff105cabcf373a8342c","html_url":"https://github.com/gocardless/bump/commit/c87366c52f25c2715c0c8ff105cabcf373a8342c"}]},{"sha":"82d947882d4572859b7ea362b1af6def588960c2","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ODJkOTQ3ODgyZDQ1NzI4NTliN2VhMzYyYjFhZjZkZWY1ODg5NjBjMg==","commit":{"author":{"name":"Harry + Maclean","email":"harrymaclean@gocardless.com","date":"2017-05-16T08:37:51Z"},"committer":{"name":"Harry + Maclean","email":"harrymaclean@gocardless.com","date":"2017-05-16T08:37:58Z"},"message":"Bump + rubocop to 0.48.1","tree":{"sha":"bed403dccc292d304adce2930f6dd58ad7c17e3e","url":"https://api.github.com/repos/gocardless/bump/git/trees/bed403dccc292d304adce2930f6dd58ad7c17e3e"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/82d947882d4572859b7ea362b1af6def588960c2","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/82d947882d4572859b7ea362b1af6def588960c2","html_url":"https://github.com/gocardless/bump/commit/82d947882d4572859b7ea362b1af6def588960c2","comments_url":"https://api.github.com/repos/gocardless/bump/commits/82d947882d4572859b7ea362b1af6def588960c2/comments","author":null,"committer":null,"parents":[{"sha":"f0e7d772ea5750fee84253519006891ccdbbb292","url":"https://api.github.com/repos/gocardless/bump/commits/f0e7d772ea5750fee84253519006891ccdbbb292","html_url":"https://github.com/gocardless/bump/commit/f0e7d772ea5750fee84253519006891ccdbbb292"}]},{"sha":"c87366c52f25c2715c0c8ff105cabcf373a8342c","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6Yzg3MzY2YzUyZjI1YzI3MTVjMGM4ZmYxMDVjYWJjZjM3M2E4MzQyYw==","commit":{"author":{"name":"Gobot","email":"robot@gocardless.com","date":"2017-04-26T00:01:40Z"},"committer":{"name":"Harry + Maclean","email":"harrymaclean@gocardless.com","date":"2017-05-16T08:29:22Z"},"message":"Bump + sidekiq to 5.0.0\n\nBumps [sidekiq](https://github.com/mperham/sidekiq) to + 5.0.0.\n- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)\n- + [Commits](https://github.com/mperham/sidekiq/compare/v4.2.7...v5.0.0)","tree":{"sha":"49f63fda5ba706dc139753a2adcc0cd891a9e655","url":"https://api.github.com/repos/gocardless/bump/git/trees/49f63fda5ba706dc139753a2adcc0cd891a9e655"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/c87366c52f25c2715c0c8ff105cabcf373a8342c","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/c87366c52f25c2715c0c8ff105cabcf373a8342c","html_url":"https://github.com/gocardless/bump/commit/c87366c52f25c2715c0c8ff105cabcf373a8342c","comments_url":"https://api.github.com/repos/gocardless/bump/commits/c87366c52f25c2715c0c8ff105cabcf373a8342c/comments","author":{"login":"gocardless-robot","id":992057,"node_id":"MDQ6VXNlcjk5MjA1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/992057?v=4","gravatar_id":"","url":"https://api.github.com/users/gocardless-robot","html_url":"https://github.com/gocardless-robot","followers_url":"https://api.github.com/users/gocardless-robot/followers","following_url":"https://api.github.com/users/gocardless-robot/following{/other_user}","gists_url":"https://api.github.com/users/gocardless-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/gocardless-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gocardless-robot/subscriptions","organizations_url":"https://api.github.com/users/gocardless-robot/orgs","repos_url":"https://api.github.com/users/gocardless-robot/repos","events_url":"https://api.github.com/users/gocardless-robot/events{/privacy}","received_events_url":"https://api.github.com/users/gocardless-robot/received_events","type":"User","site_admin":false},"committer":null,"parents":[{"sha":"f0e7d772ea5750fee84253519006891ccdbbb292","url":"https://api.github.com/repos/gocardless/bump/commits/f0e7d772ea5750fee84253519006891ccdbbb292","html_url":"https://github.com/gocardless/bump/commit/f0e7d772ea5750fee84253519006891ccdbbb292"}]},{"sha":"f0e7d772ea5750fee84253519006891ccdbbb292","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6ZjBlN2Q3NzJlYTU3NTBmZWU4NDI1MzUxOTAwNjg5MWNjZGJiYjI5Mg==","commit":{"author":{"name":"Harry + Maclean","email":"harrymaclean@gocardless.com","date":"2017-05-16T08:25:52Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2017-05-16T08:25:52Z"},"message":"Merge + pull request #198 from greysteil/bump-core-v0.3.3\n\nUse latest version of + bump-core","tree":{"sha":"8205374766e826c5c08b6da03095adaa565aeca3","url":"https://api.github.com/repos/gocardless/bump/git/trees/8205374766e826c5c08b6da03095adaa565aeca3"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/f0e7d772ea5750fee84253519006891ccdbbb292","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/f0e7d772ea5750fee84253519006891ccdbbb292","html_url":"https://github.com/gocardless/bump/commit/f0e7d772ea5750fee84253519006891ccdbbb292","comments_url":"https://api.github.com/repos/gocardless/bump/commits/f0e7d772ea5750fee84253519006891ccdbbb292/comments","author":null,"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","site_admin":false},"parents":[{"sha":"09197cf75975c5cd0ee2ba321ac999d199feb581","url":"https://api.github.com/repos/gocardless/bump/commits/09197cf75975c5cd0ee2ba321ac999d199feb581","html_url":"https://github.com/gocardless/bump/commit/09197cf75975c5cd0ee2ba321ac999d199feb581"},{"sha":"f9819867453fa7a022be5675c5e5fd32c438fcc5","url":"https://api.github.com/repos/gocardless/bump/commits/f9819867453fa7a022be5675c5e5fd32c438fcc5","html_url":"https://github.com/gocardless/bump/commit/f9819867453fa7a022be5675c5e5fd32c438fcc5"}]},{"sha":"f9819867453fa7a022be5675c5e5fd32c438fcc5","node_id":"MDY6Q29tbWl0NDM1NTAxMTI6Zjk4MTk4Njc0NTNmYTdhMDIyYmU1Njc1YzVlNWZkMzJjNDM4ZmNjNQ==","commit":{"author":{"name":"Grey + Baker","email":"greysteil@gmail.com","date":"2017-05-11T12:04:52Z"},"committer":{"name":"Grey + Baker","email":"greysteil@gmail.com","date":"2017-05-11T12:04:52Z"},"message":"Use + latest version of bump-core","tree":{"sha":"8205374766e826c5c08b6da03095adaa565aeca3","url":"https://api.github.com/repos/gocardless/bump/git/trees/8205374766e826c5c08b6da03095adaa565aeca3"},"url":"https://api.github.com/repos/gocardless/bump/git/commits/f9819867453fa7a022be5675c5e5fd32c438fcc5","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/gocardless/bump/commits/f9819867453fa7a022be5675c5e5fd32c438fcc5","html_url":"https://github.com/gocardless/bump/commit/f9819867453fa7a022be5675c5e5fd32c438fcc5","comments_url":"https://api.github.com/repos/gocardless/bump/commits/f9819867453fa7a022be5675c5e5fd32c438fcc5/comments","author":{"login":"greysteil","id":1144873,"node_id":"MDQ6VXNlcjExNDQ4NzM=","avatar_url":"https://avatars.githubusercontent.com/u/1144873?v=4","gravatar_id":"","url":"https://api.github.com/users/greysteil","html_url":"https://github.com/greysteil","followers_url":"https://api.github.com/users/greysteil/followers","following_url":"https://api.github.com/users/greysteil/following{/other_user}","gists_url":"https://api.github.com/users/greysteil/gists{/gist_id}","starred_url":"https://api.github.com/users/greysteil/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greysteil/subscriptions","organizations_url":"https://api.github.com/users/greysteil/orgs","repos_url":"https://api.github.com/users/greysteil/repos","events_url":"https://api.github.com/users/greysteil/events{/privacy}","received_events_url":"https://api.github.com/users/greysteil/received_events","type":"User","site_admin":false},"committer":{"login":"greysteil","id":1144873,"node_id":"MDQ6VXNlcjExNDQ4NzM=","avatar_url":"https://avatars.githubusercontent.com/u/1144873?v=4","gravatar_id":"","url":"https://api.github.com/users/greysteil","html_url":"https://github.com/greysteil","followers_url":"https://api.github.com/users/greysteil/followers","following_url":"https://api.github.com/users/greysteil/following{/other_user}","gists_url":"https://api.github.com/users/greysteil/gists{/gist_id}","starred_url":"https://api.github.com/users/greysteil/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greysteil/subscriptions","organizations_url":"https://api.github.com/users/greysteil/orgs","repos_url":"https://api.github.com/users/greysteil/repos","events_url":"https://api.github.com/users/greysteil/events{/privacy}","received_events_url":"https://api.github.com/users/greysteil/received_events","type":"User","site_admin":false},"parents":[{"sha":"09197cf75975c5cd0ee2ba321ac999d199feb581","url":"https://api.github.com/repos/gocardless/bump/commits/09197cf75975c5cd0ee2ba321ac999d199feb581","html_url":"https://github.com/gocardless/bump/commit/09197cf75975c5cd0ee2ba321ac999d199feb581"}]}]' + recorded_at: Thu, 29 Aug 2024 11:25:41 GMT +- request: + method: get + uri: https://api.github.com/repos/gocardless/business/releases?per_page=100 + body: + encoding: US-ASCII + string: '' + headers: + user-agent: + - Octokit Ruby Gem 6.1.1 + accept: + - application/vnd.github.v3+json + content-type: + - application/json + accept-encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + date: + - Thu, 29 Aug 2024 11:25:42 GMT + content-type: + - application/json; charset=utf-8 + cache-control: + - public, max-age=60, s-maxage=60 + vary: + - Accept,Accept-Encoding, Accept, X-Requested-With + etag: + - W/"2f8e8baf8fdc4171df5d3067de4d7f1f74b539e3f6438bc028dcf6d2eb600b01" + x-github-media-type: + - github.v3; format=json + x-github-api-version-selected: + - '2022-11-28' + access-control-expose-headers: + - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, + X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, + X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, + X-GitHub-Request-Id, Deprecation, Sunset + access-control-allow-origin: + - "*" + strict-transport-security: + - max-age=31536000; includeSubdomains; preload + x-frame-options: + - deny + x-content-type-options: + - nosniff + x-xss-protection: + - '0' + referrer-policy: + - origin-when-cross-origin, strict-origin-when-cross-origin + content-security-policy: + - default-src 'none' + server: + - github.com + x-ratelimit-limit: + - '60' + x-ratelimit-remaining: + - '58' + x-ratelimit-reset: + - '1724934341' + x-ratelimit-resource: + - core + x-ratelimit-used: + - '2' + accept-ranges: + - bytes + transfer-encoding: + - chunked + x-github-request-id: + - D68C:8B8FB:834C4E1:84CE08C:66D05AB6 + body: + encoding: ASCII-8BIT + string: !binary |- + W3sidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzU4MzY0MTM1IiwiYXNzZXRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy81ODM2NDEzNS9hc3NldHMiLCJ1cGxvYWRfdXJsIjoiaHR0cHM6Ly91cGxvYWRzLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy81ODM2NDEzNS9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjIuMy4wIiwiaWQiOjU4MzY0MTM1LCJhdXRob3IiOnsibG9naW4iOiJKb2VTb3V0aGFuIiwiaWQiOjM1MzU4MTcsIm5vZGVfaWQiOiJNRFE2VlhObGNqTTFNelU0TVRjPSIsImF2YXRhcl91cmwiOiJodHRwczovL2F2YXRhcnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3UvMzUzNTgxNz92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbiIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL0pvZVNvdXRoYW4iLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vZm9sbG93aW5ney9vdGhlcl91c2VyfSIsImdpc3RzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vc3Vic2NyaXB0aW9ucyIsIm9yZ2FuaXphdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL2V2ZW50c3svcHJpdmFjeX0iLCJyZWNlaXZlZF9ldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiUkVfa3dET0FUd3RKTTREZXBEbiIsInRhZ19uYW1lIjoidjIuMy4wIiwidGFyZ2V0X2NvbW1pdGlzaCI6Im1hc3RlciIsIm5hbWUiOiJ2Mi4zLjAiLCJkcmFmdCI6ZmFsc2UsInByZXJlbGVhc2UiOmZhbHNlLCJjcmVhdGVkX2F0IjoiMjAyMi0wMS0zMVQxODoyOTowMloiLCJwdWJsaXNoZWRfYXQiOiIyMDIyLTAxLTMxVDE4OjI5OjM5WiIsImFzc2V0cyI6W10sInRhcmJhbGxfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3RhcmJhbGwvdjIuMy4wIiwiemlwYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvemlwYmFsbC92Mi4zLjAiLCJib2R5IjoiIyMgV2hhdCdzIENoYW5nZWRcclxuKiBVc2UgWUFNTCNzYWZlX2xvYWRfZmlsZSB3aXRoIHBlcm1pdHRlZF9jbGFzc2VzIGJ5IEBhdHRhY2sgaW4gaHR0cHM6Ly9naXRodWIuY29tL2dvY2FyZGxlc3MvYnVzaW5lc3MvcHVsbC8xMTJcclxuKiBBZGQgc3VwcG9ydCBmb3IgUnVieSAzLjEsIGRyb3AgUnVieSAyLjUgYnkgQEpvZVNvdXRoYW4gaW4gaHR0cHM6Ly9naXRodWIuY29tL2dvY2FyZGxlc3MvYnVzaW5lc3MvcHVsbC8xMTNcclxuXHJcbiMjIE5ldyBDb250cmlidXRvcnNcclxuKiBAYXR0YWNrIG1hZGUgdGhlaXIgZmlyc3QgY29udHJpYnV0aW9uIGluIGh0dHBzOi8vZ2l0aHViLmNvbS9nb2NhcmRsZXNzL2J1c2luZXNzL3B1bGwvMTEyXHJcblxyXG4qKkZ1bGwgQ2hhbmdlbG9nKio6IGh0dHBzOi8vZ2l0aHViLmNvbS9nb2NhcmRsZXNzL2J1c2luZXNzL2NvbXBhcmUvdjIuMi4xLi4udjIuMy4wIiwibWVudGlvbnNfY291bnQiOjJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzM5NTE5MTAxIiwiYXNzZXRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8zOTUxOTEwMS9hc3NldHMiLCJ1cGxvYWRfdXJsIjoiaHR0cHM6Ly91cGxvYWRzLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8zOTUxOTEwMS9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjIuMi4xIiwiaWQiOjM5NTE5MTAxLCJhdXRob3IiOnsibG9naW4iOiJKb2VTb3V0aGFuIiwiaWQiOjM1MzU4MTcsIm5vZGVfaWQiOiJNRFE2VlhObGNqTTFNelU0TVRjPSIsImF2YXRhcl91cmwiOiJodHRwczovL2F2YXRhcnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3UvMzUzNTgxNz92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbiIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL0pvZVNvdXRoYW4iLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vZm9sbG93aW5ney9vdGhlcl91c2VyfSIsImdpc3RzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vc3Vic2NyaXB0aW9ucyIsIm9yZ2FuaXphdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL2V2ZW50c3svcHJpdmFjeX0iLCJyZWNlaXZlZF9ldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRNNU5URTVNVEF4IiwidGFnX25hbWUiOiJ2Mi4yLjEiLCJ0YXJnZXRfY29tbWl0aXNoIjoibWFzdGVyIiwibmFtZSI6InYyLjIuMSIsImRyYWZ0IjpmYWxzZSwicHJlcmVsZWFzZSI6ZmFsc2UsImNyZWF0ZWRfYXQiOiIyMDIxLTAzLTA5VDE0OjM5OjMxWiIsInB1Ymxpc2hlZF9hdCI6IjIwMjEtMDMtMDlUMTQ6NDA6NTJaIiwiYXNzZXRzIjpbXSwidGFyYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvdGFyYmFsbC92Mi4yLjEiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YyLjIuMSIsImJvZHkiOiItIEZpeCByZWdyZXNzaW9uIG9uIGBDYWxlbmRhciNuZXdgICM4MyAtIHRoYW5rcyBAaW5ldSEifSx7InVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8zOTI5Njk1NSIsImFzc2V0c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMzkyOTY5NTUvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMzkyOTY5NTUvYXNzZXRzez9uYW1lLGxhYmVsfSIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvdGFnL3YyLjIuMCIsImlkIjozOTI5Njk1NSwiYXV0aG9yIjp7ImxvZ2luIjoiSm9lU291dGhhbiIsImlkIjozNTM1ODE3LCJub2RlX2lkIjoiTURRNlZYTmxjak0xTXpVNE1UYz0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzM1MzU4MTc/dj00IiwiZ3JhdmF0YXJfaWQiOiIiLCJ1cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4iLCJodG1sX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS9Kb2VTb3V0aGFuIiwiZm9sbG93ZXJzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9mb2xsb3dlcnMiLCJmb2xsb3dpbmdfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL2ZvbGxvd2luZ3svb3RoZXJfdXNlcn0iLCJnaXN0c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vZ2lzdHN7L2dpc3RfaWR9Iiwic3RhcnJlZF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vc3RhcnJlZHsvb3duZXJ9ey9yZXBvfSIsInN1YnNjcmlwdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL3N1YnNjcmlwdGlvbnMiLCJvcmdhbml6YXRpb25zX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9vcmdzIiwicmVwb3NfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL3JlcG9zIiwiZXZlbnRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9ldmVudHN7L3ByaXZhY3l9IiwicmVjZWl2ZWRfZXZlbnRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9yZWNlaXZlZF9ldmVudHMiLCJ0eXBlIjoiVXNlciIsInNpdGVfYWRtaW4iOmZhbHNlfSwibm9kZV9pZCI6Ik1EYzZVbVZzWldGelpUTTVNamsyT1RVMSIsInRhZ19uYW1lIjoidjIuMi4wIiwidGFyZ2V0X2NvbW1pdGlzaCI6Im1hc3RlciIsIm5hbWUiOiJ2Mi4yLjAiLCJkcmFmdCI6ZmFsc2UsInByZXJlbGVhc2UiOmZhbHNlLCJjcmVhdGVkX2F0IjoiMjAyMS0wMy0wNFQxOToyMDozOFoiLCJwdWJsaXNoZWRfYXQiOiIyMDIxLTAzLTA0VDE5OjIxOjIzWiIsImFzc2V0cyI6W10sInRhcmJhbGxfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3RhcmJhbGwvdjIuMi4wIiwiemlwYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvemlwYmFsbC92Mi4yLjAiLCJib2R5IjoiQWRkIEJ1c2luZXNzOjpDYWxlbmRhciNuYW1lIC0gdGhhbmtzIEBtYXR0bWNmISJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzI3MzE5MzE0IiwiYXNzZXRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8yNzMxOTMxNC9hc3NldHMiLCJ1cGxvYWRfdXJsIjoiaHR0cHM6Ly91cGxvYWRzLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8yNzMxOTMxNC9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjIuMS4wIiwiaWQiOjI3MzE5MzE0LCJhdXRob3IiOnsibG9naW4iOiJhaGptb3J0b24iLCJpZCI6Mzk4OTQ1LCJub2RlX2lkIjoiTURRNlZYTmxjak01T0RrME5RPT0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzM5ODk0NT92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvYWhqbW9ydG9uIiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vYWhqbW9ydG9uIiwiZm9sbG93ZXJzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvYWhqbW9ydG9uL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9mb2xsb3dpbmd7L290aGVyX3VzZXJ9IiwiZ2lzdHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9haGptb3J0b24vZ2lzdHN7L2dpc3RfaWR9Iiwic3RhcnJlZF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9zdWJzY3JpcHRpb25zIiwib3JnYW5pemF0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9vcmdzIiwicmVwb3NfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9haGptb3J0b24vcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9haGptb3J0b24vZXZlbnRzey9wcml2YWN5fSIsInJlY2VpdmVkX2V2ZW50c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9yZWNlaXZlZF9ldmVudHMiLCJ0eXBlIjoiVXNlciIsInNpdGVfYWRtaW4iOmZhbHNlfSwibm9kZV9pZCI6Ik1EYzZVbVZzWldGelpUSTNNekU1TXpFMCIsInRhZ19uYW1lIjoidjIuMS4wIiwidGFyZ2V0X2NvbW1pdGlzaCI6Im1hc3RlciIsIm5hbWUiOiJWMi4xLjAiLCJkcmFmdCI6ZmFsc2UsInByZXJlbGVhc2UiOmZhbHNlLCJjcmVhdGVkX2F0IjoiMjAyMC0wNi0wOFQxMDowODo1N1oiLCJwdWJsaXNoZWRfYXQiOiIyMDIwLTA2LTA4VDEwOjEzOjI1WiIsImFzc2V0cyI6W10sInRhcmJhbGxfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3RhcmJhbGwvdjIuMS4wIiwiemlwYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvemlwYmFsbC92Mi4xLjAiLCJib2R5IjoiLSBBZGQgc2VwYXJhdGUgYHdvcmtpbmdfZGF5P2AgYW5kIGBob2xpZGF5P2AgbWV0aG9kcyB0byB0aGUgY2FsZW5kYXIifSx7InVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8yNzMxODg0MiIsImFzc2V0c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMjczMTg4NDIvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMjczMTg4NDIvYXNzZXRzez9uYW1lLGxhYmVsfSIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvdGFnL3YyLjAuMCIsImlkIjoyNzMxODg0MiwiYXV0aG9yIjp7ImxvZ2luIjoiSm9lU291dGhhbiIsImlkIjozNTM1ODE3LCJub2RlX2lkIjoiTURRNlZYTmxjak0xTXpVNE1UYz0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzM1MzU4MTc/dj00IiwiZ3JhdmF0YXJfaWQiOiIiLCJ1cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4iLCJodG1sX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS9Kb2VTb3V0aGFuIiwiZm9sbG93ZXJzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9mb2xsb3dlcnMiLCJmb2xsb3dpbmdfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL2ZvbGxvd2luZ3svb3RoZXJfdXNlcn0iLCJnaXN0c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vZ2lzdHN7L2dpc3RfaWR9Iiwic3RhcnJlZF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vc3RhcnJlZHsvb3duZXJ9ey9yZXBvfSIsInN1YnNjcmlwdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL3N1YnNjcmlwdGlvbnMiLCJvcmdhbml6YXRpb25zX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9vcmdzIiwicmVwb3NfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL3JlcG9zIiwiZXZlbnRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9ldmVudHN7L3ByaXZhY3l9IiwicmVjZWl2ZWRfZXZlbnRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9yZWNlaXZlZF9ldmVudHMiLCJ0eXBlIjoiVXNlciIsInNpdGVfYWRtaW4iOmZhbHNlfSwibm9kZV9pZCI6Ik1EYzZVbVZzWldGelpUSTNNekU0T0RReSIsInRhZ19uYW1lIjoidjIuMC4wIiwidGFyZ2V0X2NvbW1pdGlzaCI6Im1hc3RlciIsIm5hbWUiOiJ2Mi4wLjAiLCJkcmFmdCI6ZmFsc2UsInByZXJlbGVhc2UiOmZhbHNlLCJjcmVhdGVkX2F0IjoiMjAyMC0wNS0yNlQxNzoxNjoyOFoiLCJwdWJsaXNoZWRfYXQiOiIyMDIwLTA2LTA4VDA5OjU2OjIyWiIsImFzc2V0cyI6W10sInRhcmJhbGxfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3RhcmJhbGwvdjIuMC4wIiwiemlwYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvemlwYmFsbC92Mi4wLjAiLCJib2R5Ijoi8J+aqCAqKkJSRUFLSU5HIENIQU5HRVMqKiDwn5qoXHJcblxyXG5Gb3IgbW9yZSBvbiB0aGUgYnJlYWtpbmcgY2hhbmdlcyB0aGF0IGhhdmUgYmVlbiBpbnRyb2R1Y2VkIGluIHYyLjAuMCBwbGVhc2UgW3NlZSB0aGUgcmVhZG1lXShSRUFETUUubWQjdjIwMC1icmVha2luZy1jaGFuZ2VzKS5cclxuXHJcbi0gUmVtb3ZlIGJ1bmRsZWQgY2FsZW5kYXJzIHNlZSBbdGhpcyBwcl0oaHR0cHM6Ly9naXRodWIuY29tL2dvY2FyZGxlc3MvYnVzaW5lc3MvcHVsbC81NCkgZm9yIG1vcmUgY29udGV4dC4gSWYgeW91IG5lZWQgdG8gdXNlIGFueSBvZiB0aGUgcHJldmlvdXNseSBidW5kbGVkIGNhbGVuZGFycywgW3NlZSBoZXJlXShodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy90cmVlL2IxMmMxODZjYTZmZDRmZmRhYzg1MTc1NzQyZmY3ZTRkMGE3MDVlZjQvbGliL2J1c2luZXNzL2RhdGEpXHJcbi0gYEJ1c2luZXNzOjpDYWxlbmRhci5sb2FkX3BhdGhzPWAgaXMgbm93IHJlcXVpcmVkIn0seyJ1cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMjYwNTc3OTEiLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzI2MDU3NzkxL2Fzc2V0cyIsInVwbG9hZF91cmwiOiJodHRwczovL3VwbG9hZHMuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzI2MDU3NzkxL2Fzc2V0c3s/bmFtZSxsYWJlbH0iLCJodG1sX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzL3RhZy92MS4xOC4wIiwiaWQiOjI2MDU3NzkxLCJhdXRob3IiOnsibG9naW4iOiJKb2VTb3V0aGFuIiwiaWQiOjM1MzU4MTcsIm5vZGVfaWQiOiJNRFE2VlhObGNqTTFNelU0TVRjPSIsImF2YXRhcl91cmwiOiJodHRwczovL2F2YXRhcnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3UvMzUzNTgxNz92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbiIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL0pvZVNvdXRoYW4iLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vZm9sbG93aW5ney9vdGhlcl91c2VyfSIsImdpc3RzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvSm9lU291dGhhbi9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vc3Vic2NyaXB0aW9ucyIsIm9yZ2FuaXphdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL0pvZVNvdXRoYW4vcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL2V2ZW50c3svcHJpdmFjeX0iLCJyZWNlaXZlZF9ldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9Kb2VTb3V0aGFuL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRJMk1EVTNOemt4IiwidGFnX25hbWUiOiJ2MS4xOC4wIiwidGFyZ2V0X2NvbW1pdGlzaCI6Im1hc3RlciIsIm5hbWUiOiJ2MS4xOC4wIiwiZHJhZnQiOmZhbHNlLCJwcmVyZWxlYXNlIjpmYWxzZSwiY3JlYXRlZF9hdCI6IjIwMjAtMDQtMzBUMTc6NDE6MTNaIiwicHVibGlzaGVkX2F0IjoiMjAyMC0wNC0zMFQxNzo0Mjo1NVoiLCJhc3NldHMiOltdLCJ0YXJiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy90YXJiYWxsL3YxLjE4LjAiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YxLjE4LjAiLCJib2R5IjoiLSBEcm9wIHN1cHBvcnQgZm9yIFJ1YnkgPCAyLjQueFxyXG4tIEZpeCBEYW5pc2ggcHVibGljIGhvbGlkYXkgY2FsZW5kYXIifSx7InVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8yMTY0NzExNyIsImFzc2V0c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMjE2NDcxMTcvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMjE2NDcxMTcvYXNzZXRzez9uYW1lLGxhYmVsfSIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvdGFnL3YxLjE3LjEiLCJpZCI6MjE2NDcxMTcsImF1dGhvciI6eyJsb2dpbiI6ImRhbmllbHJvc2VtYW4iLCJpZCI6MTMxMzk1LCJub2RlX2lkIjoiTURRNlZYTmxjakV6TVRNNU5RPT0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzEzMTM5NT92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFuaWVscm9zZW1hbiIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL2RhbmllbHJvc2VtYW4iLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW5pZWxyb3NlbWFuL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2RhbmllbHJvc2VtYW4vZm9sbG93aW5ney9vdGhlcl91c2VyfSIsImdpc3RzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFuaWVscm9zZW1hbi9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFuaWVscm9zZW1hbi9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2RhbmllbHJvc2VtYW4vc3Vic2NyaXB0aW9ucyIsIm9yZ2FuaXphdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW5pZWxyb3NlbWFuL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2RhbmllbHJvc2VtYW4vcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW5pZWxyb3NlbWFuL2V2ZW50c3svcHJpdmFjeX0iLCJyZWNlaXZlZF9ldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW5pZWxyb3NlbWFuL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRJeE5qUTNNVEUzIiwidGFnX25hbWUiOiJ2MS4xNy4xIiwidGFyZ2V0X2NvbW1pdGlzaCI6Im1hc3RlciIsIm5hbWUiOiJ2MS4xNy4xIiwiZHJhZnQiOmZhbHNlLCJwcmVyZWxlYXNlIjpmYWxzZSwiY3JlYXRlZF9hdCI6IjIwMTktMTEtMjFUMDk6NDM6MDNaIiwicHVibGlzaGVkX2F0IjoiMjAxOS0xMS0yMVQwOTo0ODoxMFoiLCJhc3NldHMiOltdLCJ0YXJiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy90YXJiYWxsL3YxLjE3LjEiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YxLjE3LjEiLCJib2R5IjoiKiBBZGQgaG9saWRheSBjYWxlbmRhciBmb3IgVVMgQUNIXHJcbiogQWRkIGhvbGlkYXkgY2FsZW5kYXIgZm9yIEZyYW5jZSBTRVBBIFxyXG4qIFVwZGF0ZSBVSyBNYXkgRGF5IDIwMjBcclxuIn0seyJ1cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMTM2NDk0ODciLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzEzNjQ5NDg3L2Fzc2V0cyIsInVwbG9hZF91cmwiOiJodHRwczovL3VwbG9hZHMuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzEzNjQ5NDg3L2Fzc2V0c3s/bmFtZSxsYWJlbH0iLCJodG1sX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzL3RhZy92MS4xNS4wIiwiaWQiOjEzNjQ5NDg3LCJhdXRob3IiOnsibG9naW4iOiJhaGptb3J0b24iLCJpZCI6Mzk4OTQ1LCJub2RlX2lkIjoiTURRNlZYTmxjak01T0RrME5RPT0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzM5ODk0NT92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvYWhqbW9ydG9uIiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vYWhqbW9ydG9uIiwiZm9sbG93ZXJzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvYWhqbW9ydG9uL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9mb2xsb3dpbmd7L290aGVyX3VzZXJ9IiwiZ2lzdHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9haGptb3J0b24vZ2lzdHN7L2dpc3RfaWR9Iiwic3RhcnJlZF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9zdWJzY3JpcHRpb25zIiwib3JnYW5pemF0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9vcmdzIiwicmVwb3NfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9haGptb3J0b24vcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9haGptb3J0b24vZXZlbnRzey9wcml2YWN5fSIsInJlY2VpdmVkX2V2ZW50c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Foam1vcnRvbi9yZWNlaXZlZF9ldmVudHMiLCJ0eXBlIjoiVXNlciIsInNpdGVfYWRtaW4iOmZhbHNlfSwibm9kZV9pZCI6Ik1EYzZVbVZzWldGelpURXpOalE1TkRnMyIsInRhZ19uYW1lIjoidjEuMTUuMCIsInRhcmdldF9jb21taXRpc2giOiJtYXN0ZXIiLCJuYW1lIjoiQWRkIENhbmFkaWFuIFBBRCBob2xpZGF5IGNhbGVuZGFyIiwiZHJhZnQiOmZhbHNlLCJwcmVyZWxlYXNlIjpmYWxzZSwiY3JlYXRlZF9hdCI6IjIwMTgtMTAtMjRUMTc6MTM6MTFaIiwicHVibGlzaGVkX2F0IjoiMjAxOC0xMC0yNVQwODo0NjowN1oiLCJhc3NldHMiOltdLCJ0YXJiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy90YXJiYWxsL3YxLjE1LjAiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YxLjE1LjAiLCJib2R5IjoiQWRkIENhbmFkaWFuIG5hdGlvbmFsIGhvbGlkYXkgY2FsZW5kYXIgZm9yIFBBRCJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzEyMDIzMjc5IiwiYXNzZXRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8xMjAyMzI3OS9hc3NldHMiLCJ1cGxvYWRfdXJsIjoiaHR0cHM6Ly91cGxvYWRzLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy8xMjAyMzI3OS9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjEuMTQuMCIsImlkIjoxMjAyMzI3OSwiYXV0aG9yIjp7ImxvZ2luIjoiZGFud2FrZWZpZWxkIiwiaWQiOjY2NzYxMCwibm9kZV9pZCI6Ik1EUTZWWE5sY2pZMk56WXhNQT09IiwiYXZhdGFyX3VybCI6Imh0dHBzOi8vYXZhdGFycy5naXRodWJ1c2VyY29udGVudC5jb20vdS82Njc2MTA/dj00IiwiZ3JhdmF0YXJfaWQiOiIiLCJ1cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZCIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL2Rhbndha2VmaWVsZCIsImZvbGxvd2Vyc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9mb2xsb3dlcnMiLCJmb2xsb3dpbmdfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvZm9sbG93aW5ney9vdGhlcl91c2VyfSIsImdpc3RzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFud2FrZWZpZWxkL2dpc3Rzey9naXN0X2lkfSIsInN0YXJyZWRfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvc3RhcnJlZHsvb3duZXJ9ey9yZXBvfSIsInN1YnNjcmlwdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvc3Vic2NyaXB0aW9ucyIsIm9yZ2FuaXphdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvb3JncyIsInJlcG9zX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFud2FrZWZpZWxkL3JlcG9zIiwiZXZlbnRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFud2FrZWZpZWxkL2V2ZW50c3svcHJpdmFjeX0iLCJyZWNlaXZlZF9ldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvcmVjZWl2ZWRfZXZlbnRzIiwidHlwZSI6IlVzZXIiLCJzaXRlX2FkbWluIjpmYWxzZX0sIm5vZGVfaWQiOiJNRGM2VW1Wc1pXRnpaVEV5TURJek1qYzUiLCJ0YWdfbmFtZSI6InYxLjE0LjAiLCJ0YXJnZXRfY29tbWl0aXNoIjoibWFzdGVyIiwibmFtZSI6IiIsImRyYWZ0IjpmYWxzZSwicHJlcmVsZWFzZSI6ZmFsc2UsImNyZWF0ZWRfYXQiOiIyMDE4LTA3LTIwVDA5OjM3OjMyWiIsInB1Ymxpc2hlZF9hdCI6IjIwMTgtMDctMjBUMDk6NDE6NDJaIiwiYXNzZXRzIjpbXSwidGFyYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvdGFyYmFsbC92MS4xNC4wIiwiemlwYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvemlwYmFsbC92MS4xNC4wIiwiYm9keSI6IkFkZGVkIGNhbGVuZGFyIGZvciBOZXcgWmVhbGFuZCdzIHB1YmxpYyBob2xpZGF5cyB1bmRlciBCZWNzTlouIn0seyJ1cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvMTA1ODI2MDEiLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzEwNTgyNjAxL2Fzc2V0cyIsInVwbG9hZF91cmwiOiJodHRwczovL3VwbG9hZHMuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzEwNTgyNjAxL2Fzc2V0c3s/bmFtZSxsYWJlbH0iLCJodG1sX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzL3RhZy92MS4xMy4wIiwiaWQiOjEwNTgyNjAxLCJhdXRob3IiOnsibG9naW4iOiJ0aW1yb2dlcnMiLCJpZCI6MTE2MTM0LCJub2RlX2lkIjoiTURRNlZYTmxjakV4TmpFek5BPT0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzExNjEzND92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvdGltcm9nZXJzIiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vdGltcm9nZXJzIiwiZm9sbG93ZXJzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvdGltcm9nZXJzL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL3RpbXJvZ2Vycy9mb2xsb3dpbmd7L290aGVyX3VzZXJ9IiwiZ2lzdHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy90aW1yb2dlcnMvZ2lzdHN7L2dpc3RfaWR9Iiwic3RhcnJlZF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL3RpbXJvZ2Vycy9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL3RpbXJvZ2Vycy9zdWJzY3JpcHRpb25zIiwib3JnYW5pemF0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL3RpbXJvZ2Vycy9vcmdzIiwicmVwb3NfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy90aW1yb2dlcnMvcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy90aW1yb2dlcnMvZXZlbnRzey9wcml2YWN5fSIsInJlY2VpdmVkX2V2ZW50c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL3RpbXJvZ2Vycy9yZWNlaXZlZF9ldmVudHMiLCJ0eXBlIjoiVXNlciIsInNpdGVfYWRtaW4iOnRydWV9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRFd05UZ3lOakF4IiwidGFnX25hbWUiOiJ2MS4xMy4wIiwidGFyZ2V0X2NvbW1pdGlzaCI6Im1hc3RlciIsIm5hbWUiOiJ2MS4xMy4wIiwiZHJhZnQiOmZhbHNlLCJwcmVyZWxlYXNlIjpmYWxzZSwiY3JlYXRlZF9hdCI6IjIwMTgtMDQtMTdUMTI6MjY6MzlaIiwicHVibGlzaGVkX2F0IjoiMjAxOC0wNC0xN1QxMjoyNzowOFoiLCJhc3NldHMiOltdLCJ0YXJiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy90YXJiYWxsL3YxLjEzLjAiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YxLjEzLjAiLCJib2R5IjoiLSBBZGQgc3VwcG9ydCBmb3Igc3BlY2lmeWluZyBgZXh0cmFfd29ya2luZ19kYXRlc2AgKHNwZWNpYWwgZGF0ZXMgdGhhdCBhcmUgXCJ3b3JraW5nIGRheXNcIiwgZXZlbiB0aG91Z2ggdGhleSBhcmUgbm90IG9uZSBvZiB0aGUgc3BlY2lmaWVkIGRheXMsIGZvciBleGFtcGxlIHdlZWtlbmQgZGF0ZXMgdGhhdCBhcmUgY29uc2lkZXJlZCB0byBiZSB3b3JraW5nIGRheXMpXHJcbiJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzg5ODI3MDMiLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzg5ODI3MDMvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvODk4MjcwMy9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjEuMTEuMSIsImlkIjo4OTgyNzAzLCJhdXRob3IiOnsibG9naW4iOiJkYW53YWtlZmllbGQiLCJpZCI6NjY3NjEwLCJub2RlX2lkIjoiTURRNlZYTmxjalkyTnpZeE1BPT0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzY2NzYxMD92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFud2FrZWZpZWxkIiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZGFud2FrZWZpZWxkIiwiZm9sbG93ZXJzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFud2FrZWZpZWxkL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9mb2xsb3dpbmd7L290aGVyX3VzZXJ9IiwiZ2lzdHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvZ2lzdHN7L2dpc3RfaWR9Iiwic3RhcnJlZF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9zdWJzY3JpcHRpb25zIiwib3JnYW5pemF0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9vcmdzIiwicmVwb3NfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvZXZlbnRzey9wcml2YWN5fSIsInJlY2VpdmVkX2V2ZW50c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9yZWNlaXZlZF9ldmVudHMiLCJ0eXBlIjoiVXNlciIsInNpdGVfYWRtaW4iOmZhbHNlfSwibm9kZV9pZCI6Ik1EYzZVbVZzWldGelpUZzVPREkzTURNPSIsInRhZ19uYW1lIjoidjEuMTEuMSIsInRhcmdldF9jb21taXRpc2giOiJtYXN0ZXIiLCJuYW1lIjoidjEuMTEuMSIsImRyYWZ0IjpmYWxzZSwicHJlcmVsZWFzZSI6ZmFsc2UsImNyZWF0ZWRfYXQiOiIyMDE3LTEyLTIwVDE3OjI3OjQxWiIsInB1Ymxpc2hlZF9hdCI6IjIwMTctMTItMjBUMTc6Mjg6MjRaIiwiYXNzZXRzIjpbXSwidGFyYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvdGFyYmFsbC92MS4xMS4xIiwiemlwYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvemlwYmFsbC92MS4xMS4xIiwiYm9keSI6IiJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzg5ODE3NjIiLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzg5ODE3NjIvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvODk4MTc2Mi9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjEuMTEuMCIsImlkIjo4OTgxNzYyLCJhdXRob3IiOnsibG9naW4iOiJkYW53YWtlZmllbGQiLCJpZCI6NjY3NjEwLCJub2RlX2lkIjoiTURRNlZYTmxjalkyTnpZeE1BPT0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzY2NzYxMD92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFud2FrZWZpZWxkIiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZGFud2FrZWZpZWxkIiwiZm9sbG93ZXJzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvZGFud2FrZWZpZWxkL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9mb2xsb3dpbmd7L290aGVyX3VzZXJ9IiwiZ2lzdHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvZ2lzdHN7L2dpc3RfaWR9Iiwic3RhcnJlZF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9zdWJzY3JpcHRpb25zIiwib3JnYW5pemF0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9vcmdzIiwicmVwb3NfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9kYW53YWtlZmllbGQvZXZlbnRzey9wcml2YWN5fSIsInJlY2VpdmVkX2V2ZW50c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2Rhbndha2VmaWVsZC9yZWNlaXZlZF9ldmVudHMiLCJ0eXBlIjoiVXNlciIsInNpdGVfYWRtaW4iOmZhbHNlfSwibm9kZV9pZCI6Ik1EYzZVbVZzWldGelpUZzVPREUzTmpJPSIsInRhZ19uYW1lIjoidjEuMTEuMCIsInRhcmdldF9jb21taXRpc2giOiJtYXN0ZXIiLCJuYW1lIjoidjEuMTEuMCIsImRyYWZ0IjpmYWxzZSwicHJlcmVsZWFzZSI6ZmFsc2UsImNyZWF0ZWRfYXQiOiIyMDE3LTEyLTIwVDE2OjIzOjEwWiIsInB1Ymxpc2hlZF9hdCI6IjIwMTctMTItMjBUMTY6MjQ6MzNaIiwiYXNzZXRzIjpbXSwidGFyYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvdGFyYmFsbC92MS4xMS4wIiwiemlwYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvemlwYmFsbC92MS4xMS4wIiwiYm9keSI6IkFkZCBiYW5raW5nIGhvbGlkYXlzIGZvciBCRUNTIGZvciAyMDE3IGFuZCAyMDE4LiJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzc4MzYxMjIiLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzc4MzYxMjIvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvNzgzNjEyMi9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjEuMTAuMCIsImlkIjo3ODM2MTIyLCJhdXRob3IiOnsibG9naW4iOiJqYXlzaCIsImlkIjo0ODI1MjIzLCJub2RlX2lkIjoiTURRNlZYTmxjalE0TWpVeU1qTT0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzQ4MjUyMjM/dj00IiwiZ3JhdmF0YXJfaWQiOiIiLCJ1cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2pheXNoIiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vamF5c2giLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9qYXlzaC9mb2xsb3dlcnMiLCJmb2xsb3dpbmdfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9qYXlzaC9mb2xsb3dpbmd7L290aGVyX3VzZXJ9IiwiZ2lzdHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9qYXlzaC9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvamF5c2gvc3RhcnJlZHsvb3duZXJ9ey9yZXBvfSIsInN1YnNjcmlwdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9qYXlzaC9zdWJzY3JpcHRpb25zIiwib3JnYW5pemF0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2pheXNoL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2pheXNoL3JlcG9zIiwiZXZlbnRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvamF5c2gvZXZlbnRzey9wcml2YWN5fSIsInJlY2VpdmVkX2V2ZW50c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2pheXNoL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRjNE16WXhNakk9IiwidGFnX25hbWUiOiJ2MS4xMC4wIiwidGFyZ2V0X2NvbW1pdGlzaCI6Im1hc3RlciIsIm5hbWUiOiJ2MS4xMC4wIiwiZHJhZnQiOmZhbHNlLCJwcmVyZWxlYXNlIjpmYWxzZSwiY3JlYXRlZF9hdCI6IjIwMTctMDktMjFUMDg6NDQ6MDRaIiwicHVibGlzaGVkX2F0IjoiMjAxNy0wOS0yMVQwODo0NjoxNFoiLCJhc3NldHMiOltdLCJ0YXJiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy90YXJiYWxsL3YxLjEwLjAiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YxLjEwLjAiLCJib2R5IjoiLSBBZGQgYmFua2luZyBob2xpZGF5cyBmb3IgQmV0YWxpbmdzc2VydmljZSBmb3IgMjAxOCBhbmQgMjAxOSJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzc0OTQ0NjIiLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzc0OTQ0NjIvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvNzQ5NDQ2Mi9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjEuOS4wIiwiaWQiOjc0OTQ0NjIsImF1dGhvciI6eyJsb2dpbiI6Iml2Z2l1bGlhbmkiLCJpZCI6MjU2NDksIm5vZGVfaWQiOiJNRFE2VlhObGNqSTFOalE1IiwiYXZhdGFyX3VybCI6Imh0dHBzOi8vYXZhdGFycy5naXRodWJ1c2VyY29udGVudC5jb20vdS8yNTY0OT92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvaXZnaXVsaWFuaSIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL2l2Z2l1bGlhbmkiLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9pdmdpdWxpYW5pL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2l2Z2l1bGlhbmkvZm9sbG93aW5ney9vdGhlcl91c2VyfSIsImdpc3RzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvaXZnaXVsaWFuaS9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvaXZnaXVsaWFuaS9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2l2Z2l1bGlhbmkvc3Vic2NyaXB0aW9ucyIsIm9yZ2FuaXphdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9pdmdpdWxpYW5pL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2l2Z2l1bGlhbmkvcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9pdmdpdWxpYW5pL2V2ZW50c3svcHJpdmFjeX0iLCJyZWNlaXZlZF9ldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9pdmdpdWxpYW5pL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRjME9UUTBOakk9IiwidGFnX25hbWUiOiJ2MS45LjAiLCJ0YXJnZXRfY29tbWl0aXNoIjoibWFzdGVyIiwibmFtZSI6InYxLjkuMCIsImRyYWZ0IjpmYWxzZSwicHJlcmVsZWFzZSI6ZmFsc2UsImNyZWF0ZWRfYXQiOiIyMDE3LTA4LTIzVDE0OjAzOjQ5WiIsInB1Ymxpc2hlZF9hdCI6IjIwMTctMDgtMjNUMTQ6MDU6MzFaIiwiYXNzZXRzIjpbXSwidGFyYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvdGFyYmFsbC92MS45LjAiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YxLjkuMCIsImJvZHkiOiIqIEFkZCBCZXRhbGluZ3NzZXJ2aWNlIDIwMTcgaG9saWRheSBkZWZpbml0aW9ucyJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzU0NDI5NTUiLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzU0NDI5NTUvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvNTQ0Mjk1NS9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjEuOC4wIiwiaWQiOjU0NDI5NTUsImF1dGhvciI6eyJsb2dpbiI6Im1hdHQtdGhvbXNvbiIsImlkIjo3NzE4NjMsIm5vZGVfaWQiOiJNRFE2VlhObGNqYzNNVGcyTXc9PSIsImF2YXRhcl91cmwiOiJodHRwczovL2F2YXRhcnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3UvNzcxODYzP3Y9NCIsImdyYXZhdGFyX2lkIjoiIiwidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9tYXR0LXRob21zb24iLCJodG1sX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS9tYXR0LXRob21zb24iLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9tYXR0LXRob21zb24vZm9sbG93ZXJzIiwiZm9sbG93aW5nX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvbWF0dC10aG9tc29uL2ZvbGxvd2luZ3svb3RoZXJfdXNlcn0iLCJnaXN0c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL21hdHQtdGhvbXNvbi9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvbWF0dC10aG9tc29uL3N0YXJyZWR7L293bmVyfXsvcmVwb30iLCJzdWJzY3JpcHRpb25zX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvbWF0dC10aG9tc29uL3N1YnNjcmlwdGlvbnMiLCJvcmdhbml6YXRpb25zX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvbWF0dC10aG9tc29uL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL21hdHQtdGhvbXNvbi9yZXBvcyIsImV2ZW50c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL21hdHQtdGhvbXNvbi9ldmVudHN7L3ByaXZhY3l9IiwicmVjZWl2ZWRfZXZlbnRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvbWF0dC10aG9tc29uL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRVME5ESTVOVFU9IiwidGFnX25hbWUiOiJ2MS44LjAiLCJ0YXJnZXRfY29tbWl0aXNoIjoibWFzdGVyIiwibmFtZSI6InYxLjguMCIsImRyYWZ0IjpmYWxzZSwicHJlcmVsZWFzZSI6ZmFsc2UsImNyZWF0ZWRfYXQiOiIyMDE3LTAyLTEzVDE3OjQ1OjQyWiIsInB1Ymxpc2hlZF9hdCI6IjIwMTctMDItMTNUMTc6NDc6MzBaIiwiYXNzZXRzIjpbXSwidGFyYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvdGFyYmFsbC92MS44LjAiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YxLjguMCIsImJvZHkiOiItIEFkZCAyMDE4LTIwMjcgVEFSR0VUIGhvbGlkYXkgZGVmaW50aW9uc1xuLSBBZGQgMjAxOC0yMDI3IEJhbmtnaXJvdCBob2xpZGF5IGRlZmludGlvbnNcbiJ9LHsidXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzUxOTY2OTEiLCJhc3NldHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzUxOTY2OTEvYXNzZXRzIiwidXBsb2FkX3VybCI6Imh0dHBzOi8vdXBsb2Fkcy5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvNTE5NjY5MS9hc3NldHN7P25hbWUsbGFiZWx9IiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy90YWcvdjEuNy4wIiwiaWQiOjUxOTY2OTEsImF1dGhvciI6eyJsb2dpbiI6ImhtYWMiLCJpZCI6MjM3NTQzLCJub2RlX2lkIjoiTURRNlZYTmxjakl6TnpVME13PT0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzIzNzU0Mz92PTQiLCJncmF2YXRhcl9pZCI6IiIsInVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvaG1hYyIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL2htYWMiLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9obWFjL2ZvbGxvd2VycyIsImZvbGxvd2luZ191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2htYWMvZm9sbG93aW5ney9vdGhlcl91c2VyfSIsImdpc3RzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvaG1hYy9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvaG1hYy9zdGFycmVkey9vd25lcn17L3JlcG99Iiwic3Vic2NyaXB0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2htYWMvc3Vic2NyaXB0aW9ucyIsIm9yZ2FuaXphdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9obWFjL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2htYWMvcmVwb3MiLCJldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9obWFjL2V2ZW50c3svcHJpdmFjeX0iLCJyZWNlaXZlZF9ldmVudHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9obWFjL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRVeE9UWTJPVEU9IiwidGFnX25hbWUiOiJ2MS43LjAiLCJ0YXJnZXRfY29tbWl0aXNoIjoibWFzdGVyIiwibmFtZSI6InYxLjcuMCIsImRyYWZ0IjpmYWxzZSwicHJlcmVsZWFzZSI6ZmFsc2UsImNyZWF0ZWRfYXQiOiIyMDE3LTAxLTE4VDE3OjI2OjU0WiIsInB1Ymxpc2hlZF9hdCI6IjIwMTctMDEtMThUMTc6MzM6NDJaIiwiYXNzZXRzIjpbXSwidGFyYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvdGFyYmFsbC92MS43LjAiLCJ6aXBiYWxsX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy96aXBiYWxsL3YxLjcuMCIsImJvZHkiOiIifSx7InVybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy80OTk5NDg3IiwiYXNzZXRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vcmVwb3MvZ29jYXJkbGVzcy9idXNpbmVzcy9yZWxlYXNlcy80OTk5NDg3L2Fzc2V0cyIsInVwbG9hZF91cmwiOiJodHRwczovL3VwbG9hZHMuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3JlbGVhc2VzLzQ5OTk0ODcvYXNzZXRzez9uYW1lLGxhYmVsfSIsImh0bWxfdXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL2dvY2FyZGxlc3MvYnVzaW5lc3MvcmVsZWFzZXMvdGFnL3YxLjYuMCIsImlkIjo0OTk5NDg3LCJhdXRob3IiOnsibG9naW4iOiJqYWNvYnBnbiIsImlkIjo2NzI4OTc4LCJub2RlX2lkIjoiTURRNlZYTmxjalkzTWpnNU56Zz0iLCJhdmF0YXJfdXJsIjoiaHR0cHM6Ly9hdmF0YXJzLmdpdGh1YnVzZXJjb250ZW50LmNvbS91LzY3Mjg5Nzg/dj00IiwiZ3JhdmF0YXJfaWQiOiIiLCJ1cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2phY29icGduIiwiaHRtbF91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vamFjb2JwZ24iLCJmb2xsb3dlcnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9qYWNvYnBnbi9mb2xsb3dlcnMiLCJmb2xsb3dpbmdfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9qYWNvYnBnbi9mb2xsb3dpbmd7L290aGVyX3VzZXJ9IiwiZ2lzdHNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9qYWNvYnBnbi9naXN0c3svZ2lzdF9pZH0iLCJzdGFycmVkX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvamFjb2JwZ24vc3RhcnJlZHsvb3duZXJ9ey9yZXBvfSIsInN1YnNjcmlwdGlvbnNfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vycy9qYWNvYnBnbi9zdWJzY3JpcHRpb25zIiwib3JnYW5pemF0aW9uc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2phY29icGduL29yZ3MiLCJyZXBvc191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2phY29icGduL3JlcG9zIiwiZXZlbnRzX3VybCI6Imh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvamFjb2JwZ24vZXZlbnRzey9wcml2YWN5fSIsInJlY2VpdmVkX2V2ZW50c191cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL2phY29icGduL3JlY2VpdmVkX2V2ZW50cyIsInR5cGUiOiJVc2VyIiwic2l0ZV9hZG1pbiI6ZmFsc2V9LCJub2RlX2lkIjoiTURjNlVtVnNaV0Z6WlRRNU9UazBPRGM9IiwidGFnX25hbWUiOiJ2MS42LjAiLCJ0YXJnZXRfY29tbWl0aXNoIjoiNDQ0NjA2ZGRjMWE2NTQzZmYzNzE5OWMwNzJjODI5NTY0YTlhOGE2NSIsIm5hbWUiOiJ2MS42LjAiLCJkcmFmdCI6ZmFsc2UsInByZXJlbGVhc2UiOmZhbHNlLCJjcmVhdGVkX2F0IjoiMjAxNi0xMi0yM1QxMTo0MTozMVoiLCJwdWJsaXNoZWRfYXQiOiIyMDE2LTEyLTIzVDExOjQyOjIwWiIsImFzc2V0cyI6W10sInRhcmJhbGxfdXJsIjoiaHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS9yZXBvcy9nb2NhcmRsZXNzL2J1c2luZXNzL3RhcmJhbGwvdjEuNi4wIiwiemlwYmFsbF91cmwiOiJodHRwczovL2FwaS5naXRodWIuY29tL3JlcG9zL2dvY2FyZGxlc3MvYnVzaW5lc3MvemlwYmFsbC92MS42LjAiLCJib2R5IjoiIn1d + recorded_at: Thu, 29 Aug 2024 11:25:42 GMT +- request: + method: get + uri: https://api.github.com/repos/gocardless/business/contents/ + body: + encoding: US-ASCII + string: '' + headers: + user-agent: + - Octokit Ruby Gem 6.1.1 + accept: + - application/vnd.github.v3+json + content-type: + - application/json + accept-encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + date: + - Thu, 29 Aug 2024 11:25:42 GMT + content-type: + - application/json; charset=utf-8 + cache-control: + - public, max-age=60, s-maxage=60 + vary: + - Accept,Accept-Encoding, Accept, X-Requested-With + etag: + - W/"da4c33e48d9a0a98579d024332d5ab7f4395fd2b" + last-modified: + - Wed, 22 May 2024 12:29:24 GMT + x-github-media-type: + - github.v3; format=json + x-github-api-version-selected: + - '2022-11-28' + access-control-expose-headers: + - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, + X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, + X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, + X-GitHub-Request-Id, Deprecation, Sunset + access-control-allow-origin: + - "*" + strict-transport-security: + - max-age=31536000; includeSubdomains; preload + x-frame-options: + - deny + x-content-type-options: + - nosniff + x-xss-protection: + - '0' + referrer-policy: + - origin-when-cross-origin, strict-origin-when-cross-origin + content-security-policy: + - default-src 'none' + server: + - github.com + x-ratelimit-limit: + - '60' + x-ratelimit-remaining: + - '57' + x-ratelimit-reset: + - '1724934341' + x-ratelimit-resource: + - core + x-ratelimit-used: + - '3' + accept-ranges: + - bytes + content-length: + - '8080' + x-github-request-id: + - D698:24A447:2F1A721:2FBE307:66D05AB6 + body: + encoding: ASCII-8BIT + string: '[{"name":".github","path":".github","sha":"9aed3b4a03e77ff53c8926012fd063cc5f27232d","size":0,"url":"https://api.github.com/repos/gocardless/business/contents/.github?ref=master","html_url":"https://github.com/gocardless/business/tree/master/.github","git_url":"https://api.github.com/repos/gocardless/business/git/trees/9aed3b4a03e77ff53c8926012fd063cc5f27232d","download_url":null,"type":"dir","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/.github?ref=master","git":"https://api.github.com/repos/gocardless/business/git/trees/9aed3b4a03e77ff53c8926012fd063cc5f27232d","html":"https://github.com/gocardless/business/tree/master/.github"}},{"name":".gitignore","path":".gitignore","sha":"d87d4be66f458acd52878902bbf1391732ad21e1","size":154,"url":"https://api.github.com/repos/gocardless/business/contents/.gitignore?ref=master","html_url":"https://github.com/gocardless/business/blob/master/.gitignore","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/d87d4be66f458acd52878902bbf1391732ad21e1","download_url":"https://raw.githubusercontent.com/gocardless/business/master/.gitignore","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/.gitignore?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/d87d4be66f458acd52878902bbf1391732ad21e1","html":"https://github.com/gocardless/business/blob/master/.gitignore"}},{"name":".rubocop.yml","path":".rubocop.yml","sha":"8c6c3901422b118d79ee8bd603f70644b3a7aab9","size":279,"url":"https://api.github.com/repos/gocardless/business/contents/.rubocop.yml?ref=master","html_url":"https://github.com/gocardless/business/blob/master/.rubocop.yml","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/8c6c3901422b118d79ee8bd603f70644b3a7aab9","download_url":"https://raw.githubusercontent.com/gocardless/business/master/.rubocop.yml","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/.rubocop.yml?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/8c6c3901422b118d79ee8bd603f70644b3a7aab9","html":"https://github.com/gocardless/business/blob/master/.rubocop.yml"}},{"name":".ruby-version","path":".ruby-version","sha":"fd2a01863fdd3035fac5918c59666363544bfe23","size":6,"url":"https://api.github.com/repos/gocardless/business/contents/.ruby-version?ref=master","html_url":"https://github.com/gocardless/business/blob/master/.ruby-version","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/fd2a01863fdd3035fac5918c59666363544bfe23","download_url":"https://raw.githubusercontent.com/gocardless/business/master/.ruby-version","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/.ruby-version?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/fd2a01863fdd3035fac5918c59666363544bfe23","html":"https://github.com/gocardless/business/blob/master/.ruby-version"}},{"name":"CHANGELOG.md","path":"CHANGELOG.md","sha":"695f52aafcbc592515e3dd878838dc523ced95e3","size":3037,"url":"https://api.github.com/repos/gocardless/business/contents/CHANGELOG.md?ref=master","html_url":"https://github.com/gocardless/business/blob/master/CHANGELOG.md","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/695f52aafcbc592515e3dd878838dc523ced95e3","download_url":"https://raw.githubusercontent.com/gocardless/business/master/CHANGELOG.md","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/CHANGELOG.md?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/695f52aafcbc592515e3dd878838dc523ced95e3","html":"https://github.com/gocardless/business/blob/master/CHANGELOG.md"}},{"name":"Gemfile","path":"Gemfile","sha":"7f4f5e950d1572e1ce5607ca237375aa2e30d662","size":70,"url":"https://api.github.com/repos/gocardless/business/contents/Gemfile?ref=master","html_url":"https://github.com/gocardless/business/blob/master/Gemfile","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/7f4f5e950d1572e1ce5607ca237375aa2e30d662","download_url":"https://raw.githubusercontent.com/gocardless/business/master/Gemfile","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/Gemfile?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/7f4f5e950d1572e1ce5607ca237375aa2e30d662","html":"https://github.com/gocardless/business/blob/master/Gemfile"}},{"name":"LICENSE","path":"LICENSE","sha":"f06f3849f61f2c6b0c0188e900548d3dc458ec5f","size":1054,"url":"https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=master","html_url":"https://github.com/gocardless/business/blob/master/LICENSE","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/f06f3849f61f2c6b0c0188e900548d3dc458ec5f","download_url":"https://raw.githubusercontent.com/gocardless/business/master/LICENSE","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/f06f3849f61f2c6b0c0188e900548d3dc458ec5f","html":"https://github.com/gocardless/business/blob/master/LICENSE"}},{"name":"README.md","path":"README.md","sha":"9eb48acd0990ba6e47f3795297935dcdade08d74","size":8314,"url":"https://api.github.com/repos/gocardless/business/contents/README.md?ref=master","html_url":"https://github.com/gocardless/business/blob/master/README.md","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/9eb48acd0990ba6e47f3795297935dcdade08d74","download_url":"https://raw.githubusercontent.com/gocardless/business/master/README.md","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/README.md?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/9eb48acd0990ba6e47f3795297935dcdade08d74","html":"https://github.com/gocardless/business/blob/master/README.md"}},{"name":"business.gemspec","path":"business.gemspec","sha":"484af6222023cbeb7b08b7d1e62793e4a054bb33","size":933,"url":"https://api.github.com/repos/gocardless/business/contents/business.gemspec?ref=master","html_url":"https://github.com/gocardless/business/blob/master/business.gemspec","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/484af6222023cbeb7b08b7d1e62793e4a054bb33","download_url":"https://raw.githubusercontent.com/gocardless/business/master/business.gemspec","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/business.gemspec?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/484af6222023cbeb7b08b7d1e62793e4a054bb33","html":"https://github.com/gocardless/business/blob/master/business.gemspec"}},{"name":"lib","path":"lib","sha":"60b7afc1dfdc4f72af31df12004186da704d0cd4","size":0,"url":"https://api.github.com/repos/gocardless/business/contents/lib?ref=master","html_url":"https://github.com/gocardless/business/tree/master/lib","git_url":"https://api.github.com/repos/gocardless/business/git/trees/60b7afc1dfdc4f72af31df12004186da704d0cd4","download_url":null,"type":"dir","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/lib?ref=master","git":"https://api.github.com/repos/gocardless/business/git/trees/60b7afc1dfdc4f72af31df12004186da704d0cd4","html":"https://github.com/gocardless/business/tree/master/lib"}},{"name":"spec","path":"spec","sha":"bd15f6e963d1589948002bc41aad9b92a2c2aeac","size":0,"url":"https://api.github.com/repos/gocardless/business/contents/spec?ref=master","html_url":"https://github.com/gocardless/business/tree/master/spec","git_url":"https://api.github.com/repos/gocardless/business/git/trees/bd15f6e963d1589948002bc41aad9b92a2c2aeac","download_url":null,"type":"dir","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/spec?ref=master","git":"https://api.github.com/repos/gocardless/business/git/trees/bd15f6e963d1589948002bc41aad9b92a2c2aeac","html":"https://github.com/gocardless/business/tree/master/spec"}}]' + recorded_at: Thu, 29 Aug 2024 11:25:42 GMT +- request: + method: get + uri: https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=master + body: + encoding: US-ASCII + string: '' + headers: + user-agent: + - Octokit Ruby Gem 6.1.1 + accept: + - application/vnd.github.v3+json + content-type: + - application/json + accept-encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + date: + - Thu, 29 Aug 2024 11:25:43 GMT + content-type: + - application/json; charset=utf-8 + cache-control: + - public, max-age=60, s-maxage=60 + vary: + - Accept,Accept-Encoding, Accept, X-Requested-With + etag: + - W/"f06f3849f61f2c6b0c0188e900548d3dc458ec5f" + last-modified: + - Fri, 31 Mar 2023 09:17:12 GMT + x-github-media-type: + - github.v3; format=json + x-github-api-version-selected: + - '2022-11-28' + access-control-expose-headers: + - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, + X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, + X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, + X-GitHub-Request-Id, Deprecation, Sunset + access-control-allow-origin: + - "*" + strict-transport-security: + - max-age=31536000; includeSubdomains; preload + x-frame-options: + - deny + x-content-type-options: + - nosniff + x-xss-protection: + - '0' + referrer-policy: + - origin-when-cross-origin, strict-origin-when-cross-origin + content-security-policy: + - default-src 'none' + server: + - github.com + x-ratelimit-limit: + - '60' + x-ratelimit-remaining: + - '56' + x-ratelimit-reset: + - '1724934341' + x-ratelimit-resource: + - core + x-ratelimit-used: + - '4' + accept-ranges: + - bytes + content-length: + - '2227' + x-github-request-id: + - D69C:ED66B:3083EC5:31272DD:66D05AB6 + body: + encoding: ASCII-8BIT + string: '{"name":"LICENSE","path":"LICENSE","sha":"f06f3849f61f2c6b0c0188e900548d3dc458ec5f","size":1054,"url":"https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=master","html_url":"https://github.com/gocardless/business/blob/master/LICENSE","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/f06f3849f61f2c6b0c0188e900548d3dc458ec5f","download_url":"https://raw.githubusercontent.com/gocardless/business/master/LICENSE","type":"file","content":"Q29weXJpZ2h0IChjKSAyMDE0IEdvQ2FyZGxlc3MKClBlcm1pc3Npb24gaXMg\naGVyZWJ5IGdyYW50ZWQsIGZyZWUgb2YgY2hhcmdlLCB0byBhbnkgcGVyc29u\nCm9idGFpbmluZyBhIGNvcHkgb2YgdGhpcyBzb2Z0d2FyZSBhbmQgYXNzb2Np\nYXRlZCBkb2N1bWVudGF0aW9uCmZpbGVzICh0aGUgIlNvZnR3YXJlIiksIHRv\nIGRlYWwgaW4gdGhlIFNvZnR3YXJlIHdpdGhvdXQKcmVzdHJpY3Rpb24sIGlu\nY2x1ZGluZyB3aXRob3V0IGxpbWl0YXRpb24gdGhlIHJpZ2h0cyB0byB1c2Us\nCmNvcHksIG1vZGlmeSwgbWVyZ2UsIHB1Ymxpc2gsIGRpc3RyaWJ1dGUsIHN1\nYmxpY2Vuc2UsIGFuZC9vciBzZWxsCmNvcGllcyBvZiB0aGUgU29mdHdhcmUs\nIGFuZCB0byBwZXJtaXQgcGVyc29ucyB0byB3aG9tIHRoZQpTb2Z0d2FyZSBp\ncyBmdXJuaXNoZWQgdG8gZG8gc28sIHN1YmplY3QgdG8gdGhlIGZvbGxvd2lu\nZwpjb25kaXRpb25zOgoKVGhlIGFib3ZlIGNvcHlyaWdodCBub3RpY2UgYW5k\nIHRoaXMgcGVybWlzc2lvbiBub3RpY2Ugc2hhbGwgYmUKaW5jbHVkZWQgaW4g\nYWxsIGNvcGllcyBvciBzdWJzdGFudGlhbCBwb3J0aW9ucyBvZiB0aGUgU29m\ndHdhcmUuCgpUSEUgU09GVFdBUkUgSVMgUFJPVklERUQgIkFTIElTIiwgV0lU\nSE9VVCBXQVJSQU5UWSBPRiBBTlkgS0lORCwKRVhQUkVTUyBPUiBJTVBMSUVE\nLCBJTkNMVURJTkcgQlVUIE5PVCBMSU1JVEVEIFRPIFRIRSBXQVJSQU5USUVT\nCk9GIE1FUkNIQU5UQUJJTElUWSwgRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFS\nIFBVUlBPU0UgQU5ECk5PTklORlJJTkdFTUVOVC4gSU4gTk8gRVZFTlQgU0hB\nTEwgVEhFIEFVVEhPUlMgT1IgQ09QWVJJR0hUCkhPTERFUlMgQkUgTElBQkxF\nIEZPUiBBTlkgQ0xBSU0sIERBTUFHRVMgT1IgT1RIRVIgTElBQklMSVRZLApX\nSEVUSEVSIElOIEFOIEFDVElPTiBPRiBDT05UUkFDVCwgVE9SVCBPUiBPVEhF\nUldJU0UsIEFSSVNJTkcKRlJPTSwgT1VUIE9GIE9SIElOIENPTk5FQ1RJT04g\nV0lUSCBUSEUgU09GVFdBUkUgT1IgVEhFIFVTRSBPUgpPVEhFUiBERUFMSU5H\nUyBJTiBUSEUgU09GVFdBUkUuCg==\n","encoding":"base64","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=master","git":"https://api.github.com/repos/gocardless/business/git/blobs/f06f3849f61f2c6b0c0188e900548d3dc458ec5f","html":"https://github.com/gocardless/business/blob/master/LICENSE"}}' + recorded_at: Thu, 29 Aug 2024 11:25:43 GMT +- request: + method: get + uri: https://github.com/gocardless/business.git/info/refs?service=git-upload-pack + body: + encoding: US-ASCII + string: '' + headers: + user-agent: + - dependabot-core/0.272.0 excon/0.110.0 ruby/3.3.1 (x86_64-linux) (+https://github.com/dependabot/dependabot-core) + response: + status: + code: 200 + message: OK + headers: + server: + - GitHub-Babel/3.0 + content-type: + - application/x-git-upload-pack-advertisement + content-security-policy: + - default-src 'none'; sandbox + expires: + - Fri, 01 Jan 1980 00:00:00 GMT + pragma: + - no-cache + cache-control: + - no-cache, max-age=0, must-revalidate + vary: + - Accept-Encoding + date: + - Thu, 29 Aug 2024 11:25:42 GMT + x-frame-options: + - DENY + x-github-request-id: + - D684:135A8E:1A0BE86:1A71755:66D05AB7 + body: + encoding: ASCII-8BIT + string: "001e# service=git-upload-pack\n00000155d84e3d057341c82a6f56f5887d76a8404c9c1921 + HEAD\0multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since + deepen-not deepen-relative no-progress include-tag multi_ack_detailed allow-tip-sha1-in-want + allow-reachable-sha1-in-want no-done symref=HEAD:refs/heads/master filter + object-format=sha1 agent=git/github-49f97df142fe\n005d84cbb0f02380f64fd96684706c769d93a1e7af90 + refs/heads/dependabot/bundler/rubocop-tw-1.63.3\n005066c6e104155ec10701d5e6a6f6f1563c05d59994 + refs/heads/joesouthan/denmark-2021\n003fd84e3d057341c82a6f56f5887d76a8404c9c1921 + refs/heads/master\n0040ace90dc4d34136a5d9570e54288c505711fb93ce refs/heads/rubocop\n00412e8e26df5786a5d2a732fd37a9ae085682c1089a + refs/heads/try-rust\n003e180c1b0840d63e895859cfeddba83aad9ae25803 refs/pull/1/head\n003f40ce2f6050122ae8517856bcb6af9ca00f544694 + refs/pull/10/head\n0040137b915efc4b688fc550cffc6af7f24d56bf1b1c refs/pull/100/head\n0040d5e80bec77a28ba68eb2b07a0e9ecfa3603b632a + refs/pull/101/head\n00401b9d01563a915edb2cb98b9562b86f58a7418479 refs/pull/102/head\n00403a968e39eb2f9c53e2611aeba7d812ea4795085e + refs/pull/103/head\n00404eaf062b0d6c1b6055288e09c4d0f846bf576633 refs/pull/104/head\n00407328e0b96d23f74549357bd1e777f3110d02448f + refs/pull/105/head\n0040ff4a28ce1d6c2739deed153699443707e308ea44 refs/pull/106/head\n00406cd55190b93944ed04c6b09afbc5e88b79c73fe7 + refs/pull/107/head\n0040a7c7dc44834ed93d5e68c53c4874a3c8840e8437 refs/pull/108/head\n004088190af71f7f76f7a6884d6d4f527fece5b2593b + refs/pull/109/head\n00404a2406e1d466d7a4357bb70c3de70923a260e6ae refs/pull/110/head\n0040d1e6b8b8d61fadba414dfd4358040968a5d17cf7 + refs/pull/111/head\n004053bb95347f4f23d7db169dac52de7c977c6b05f2 refs/pull/112/head\n004045fd077dcd1fa41dc45795349748f8333b0d583e + refs/pull/113/head\n0040107f133156a7e6edc79e59781c9b1c79c4056156 refs/pull/114/head\n004063bdfc29c7bebb76c4edf7294bb1b84544a58f23 + refs/pull/115/head\n0040e149c905974406f9e4261c32a1cad5aeb31ce05c refs/pull/116/head\n00408fe79b41faf72b8a6168dcdc39ba6c59332d8208 + refs/pull/117/head\n00401555e12a6005e9a958d20d08713b30097636c197 refs/pull/118/head\n0040a13a32d6074f251df456d21afa09eabd1f837380 + refs/pull/119/head\n003f1aac721591a1bd7de5ac4401c86014c9a8a088c1 refs/pull/12/head\n0040251143f4555ff5696181933e800a2697995abb19 + refs/pull/120/head\n004064a9a5bfd1972928bea08fd9b3ab023cc3fd52d0 refs/pull/121/head\n0040992f3b7cc9420ab871b1e6e7ff178d83802c1a60 + refs/pull/122/head\n0040a18c1e4aae81702387ddf14cdb9b75b7334bf839 refs/pull/123/head\n0040deb6c08712588b203c67799604b6a8e5c80f5cd9 + refs/pull/124/head\n004015c6e387b429991c784635cff867471856bda8b3 refs/pull/125/head\n00400fd609212d677bb3b507a36b3e8873fa90afd098 + refs/pull/126/head\n004035033f2759372468cedee08c44ee9d2418a8d167 refs/pull/127/head\n00400a0e19000f754af0a82e7e13ad22245c9b8c830c + refs/pull/128/head\n0040e9c02bb481c535c530605986a82fadb0b2b3ea72 refs/pull/129/head\n003f7da95e8076c07c2f0cf363e6635b9f1a01454888 + refs/pull/13/head\n00403beda3955f46a1e47827a6a531944e328ac688e6 refs/pull/130/head\n00407bd38ab6ec5a61541f2adb94d6f2230f90b39b7a + refs/pull/131/head\n0040853f0031f82f58f6824b57ac170a2f8a68163081 refs/pull/132/head\n0040571612480df123717bfdffbfaab8328073446a5c + refs/pull/133/head\n004091d2cc6a23d7e46b013cb50f96738ad0fead0eb6 refs/pull/134/head\n0040e35744ecf741d1bc7d9f01eefa0cc6893de70f52 + refs/pull/135/head\n00402b96379f5df5b2295768d0f9e915e6713ffa0612 refs/pull/136/head\n0040cf8d8cfbc666d56e1f0f6865173881e08ced63ae + refs/pull/137/head\n0040cb8ebb34e0f41d2bcaf53356cd17e853a37c8c3f refs/pull/138/head\n0040f4eb7e032d75d21bfd3bc7ea7578417ac5649e1c + refs/pull/139/head\n003fa1b78a929dac93a52f08db4f2847d76d6cfe39bd refs/pull/14/head\n0040a5b6d7e0cdc56058ea7b8271cacb967e3c4bbfee + refs/pull/140/head\n0040a3fe603a22baaf75bacb069d57662feffb4ea0eb refs/pull/141/head\n0040a0dbf6bf48473805a788583d5792355b42714039 + refs/pull/142/head\n00403bf29b1a6112b625f30cd947133d45db467955e2 refs/pull/143/head\n0040ac9256b21920fb2941356f2697cc13757f6a9e08 + refs/pull/144/head\n0040104e21c22e8342809aed38398745b507d0202ef5 refs/pull/145/head\n0040d37b5bef189639adcac56006520d79e5556d20db + refs/pull/149/head\n003fe496bbaabafc3a7f2b666ef923e3bef55ef80984 refs/pull/15/head\n00401d60ae937bc4c67dcef63d565c99bdd1ba7406ed + refs/pull/150/head\n00408cdf8a6ea9aa028e52ec71163e37ca2313bf5796 refs/pull/151/head\n0040f899987ee5cb9138fcf6a97adbda4d5e191ffca4 + refs/pull/152/head\n0040edf2c510c9bcac0664a458c105debd9254595ee3 refs/pull/153/head\n00409918d9b9dd74b4a7d3e3325f6f4624d8c2d30bb9 + refs/pull/154/head\n0040524e943f5916c68ac37846209e3b17cbb5b854df refs/pull/155/head\n0040bf863e6ce0b2f7a46fd4fbabfb53a93826ee6b7f + refs/pull/156/head\n0040bc3e90986b314d7917f0e55c595b436beaff24ac refs/pull/157/head\n0040cede75a20fb4e8ef0bf24e4baeb2267b1d0a9981 + refs/pull/158/head\n0040af272a389b7a703218e917ca80d67a2cf49626f3 refs/pull/159/head\n003f877914a1b2c8faf1a8af0c33f4530f0bab6b1854 + refs/pull/16/head\n0040f2d122ba45f1efa4ed30ee43e3002f45f6335122 refs/pull/160/head\n00400265751ede933c7352f25d9275b8a3028170b988 + refs/pull/161/head\n004056a51826a41df2e4e8a7b38b6f1524615e5d7d12 refs/pull/162/head\n0040fb7ec1e223ba964e60c3a7f51647e2b29b451786 + refs/pull/163/head\n0040d5827c64808d67d0f261ed515e4474a386c6e6f7 refs/pull/164/head\n0040706b0cfdd8416157344826528c2069da20717dbf + refs/pull/165/head\n00401aedcaa206b686454ba6abcd131c9eb79aee6f12 refs/pull/166/head\n0040f1948f8504dc996890b2e657c26fc9dc00fc7ccc + refs/pull/167/head\n004007277657476e4f89d02a920788a8a6f65f88bf8f refs/pull/168/head\n0040c491a8c33c4d3010107f2080fc284da6ca21af99 + refs/pull/169/head\n003f22fc54e5b4a204e39af22668ff34de9ec745b7a7 refs/pull/17/head\n004084aef4c988dc5f87f07b3190573b2720e2412cea + refs/pull/170/head\n00407a4f984d67988569997a0fde8a51d711be0b3af4 refs/pull/171/head\n00401b21349db791578d03092e2782b061cd4933f629 + refs/pull/172/head\n0040eab4c56e39678ad02b6efe33927353bcd2d0ecb7 refs/pull/173/head\n0040feb8bc916d26c74f932b49f5b126861b4b210c9d + refs/pull/174/head\n0040b23df119cc7610eeb08972858c25ce99291c295d refs/pull/175/head\n004122e5a1ed77ecd291908cb3851f0328e3ca5ca850 + refs/pull/175/merge\n004071983c444cc6e5f67a2670162f364f064a208537 refs/pull/176/head\n0040c966bdc5badc713349d101b1c2f4dbcea78a3ad4 + refs/pull/177/head\n004061d7575f8f48905d4c162eff8feac589e2ff0b9c refs/pull/178/head\n004084cbb0f02380f64fd96684706c769d93a1e7af90 + refs/pull/179/head\n0041418f6bcc0c6c23d6f7062c7cdd71baa13b72882d refs/pull/179/merge\n003fbeb4c78337428270f6fd0c1f34ef5cddc3870bd5 + refs/pull/18/head\n003f32926163dcec5d673dfaa268bc2f15cdb0cba93a refs/pull/19/head\n003e3fb4efcae92ef4fc3574f94945f532037e9cb06d + refs/pull/2/head\n003f03b96a358903f471e374bd09bd105e926098992b refs/pull/20/head\n003f314a9d85870e1f20e06d597c02233bb51569368b + refs/pull/21/head\n003f8977e51d2e0e4c05d23b5057a661b498d47c2406 refs/pull/22/head\n003fc17aff76b8a2beca7b1263124125624bddca2705 + refs/pull/23/head\n004095f9b49fdf250cd73d01191fb39262262e666dba refs/pull/23/merge\n003f77d2eac74dcb08fef9cda1f126408e60ad992a8b + refs/pull/24/head\n003ff00fe3650a97fd3380bf030028b761c9b5176c49 refs/pull/25/head\n003fc4b7b8b50b8fd3f9441f5f1629e56644b9116c7c + refs/pull/26/head\n003f4052f6b04f941b7b8760fdef1c080aff0a732fc0 refs/pull/27/head\n003f48eadb9e4de12e0cba083a31b918c80118421f78 + refs/pull/28/head\n003eccfeaf24dc00d494fc7d0df4694ae6466f77d096 refs/pull/3/head\n003f6ef9ee72a4bcaff3ddbf88846ce8d4c3267bf148 + refs/pull/30/head\n003fc4c85d8c124b3ce522a73724f0c796f652204e96 refs/pull/31/head\n003fe4f8486f8086eebceed9761b5879a883b4e44b3b + refs/pull/32/head\n003f8bacc2115e4d941d75990362ace0a7af716dff1e refs/pull/33/head\n003f5929a627b521da5b46cfece7ad29398451808c2d + refs/pull/34/head\n0040301c0c0631ef2ff90e0e8107c80a870a257edf24 refs/pull/34/merge\n003fb1baf84bf3cc42e7c6b02d4cd3c6ce3140a5e4eb + refs/pull/35/head\n003f1378a2b0b446d991b7567efbc7eeeed2720e4d8f refs/pull/36/head\n003f56c7a7c7f5673862ce62160447f778db956798c8 + refs/pull/37/head\n003f0dbf66ecefa1a809b7b13960707c740651a06538 refs/pull/38/head\n003e8f96ea71655dc85a6414f251b7720e3658dbadbc + refs/pull/4/head\n003ffb23205989b5cfc3ea29ef6fd79eab90abae119a refs/pull/40/head\n003f049fb13d32d5dbd1127648da758c89233aa8e76c + refs/pull/41/head\n003f10222ccd1bb4e24c422a6c9f80bfe959d52f9430 refs/pull/42/head\n003f4b7247282ad411e528640e9585b4342800538ef0 + refs/pull/43/head\n003f04ef48b284368d06409cee9807c304553a1edf33 refs/pull/45/head\n003f4b7d6499fb0f00a5b69e917611c54cfd156bc9c7 + refs/pull/47/head\n003f45424b82adecfb70a4c2b1c65f8e6cf3e6f23b11 refs/pull/48/head\n0040923e96e3a370ab3e66e8160f698429c667507730 + refs/pull/48/merge\n003fce1f28a374a913f497746a4f3ea0a45c33ec7817 refs/pull/49/head\n003eaee08b5bf82e16e9c6a59c3222a91b4727933352 + refs/pull/5/head\n003f2e07d971843f3cd5b7c9902d676828758a120524 refs/pull/50/head\n003f8834549915eac40332ef00f63fb0ee0fae6c4d65 + refs/pull/51/head\n003f66c6e104155ec10701d5e6a6f6f1563c05d59994 refs/pull/52/head\n003f909dae23b51339967213867156fa555b73179247 + refs/pull/53/head\n003f5e2aaef766c96702f8b7a2b07064dba4c0fa5099 refs/pull/54/head\n003f2e8e26df5786a5d2a732fd37a9ae085682c1089a + refs/pull/55/head\n003fd46c920a0b418181e8010f1a34218d9b8dedbdd0 refs/pull/56/head\n003f94ab15710cf403135ec04462035574e1ecf768e3 + refs/pull/58/head\n003f8f2b134ce431c4584dc7ff8a986ea14ccb108c34 refs/pull/59/head\n003ee981edc1fdbaf8e1c5118d007ae340a70ebc1e3e + refs/pull/6/head\n003f8ac656c341481379ea4fd294ed4ece7d79a22993 refs/pull/60/head\n003f83a8d9525a74166f772da5c7a1d0a3ee42eda554 + refs/pull/61/head\n003f676f440ff1aa89e34399e542ebfb2b7db1100ac3 refs/pull/62/head\n003fab17919dafe3fc466549d05a3b8b39b3592a10c3 + refs/pull/63/head\n003fbf3d41aff0816cea23f56c0732a5b626579cb671 refs/pull/64/head\n003f2d2ceccdad7b79cb9c04514410df697f195bb304 + refs/pull/65/head\n003f57e1e9ae6dbede742d8732a2230cdd822fb5e963 refs/pull/66/head\n003fca95a8b9fe0e0450ec6394dcd2f6203914301fb1 + refs/pull/67/head\n003f89f1cb3950893b1aa7715ce46ce208b5816b6173 refs/pull/68/head\n003ff976b381eac7cec05d287f5920424472cb8e8993 + refs/pull/69/head\n003ef54738311638bb1a77db383b434c12341eca0f55 refs/pull/7/head\n003f67d82875670011915852650b1f52d004fcda0edd + refs/pull/70/head\n003fdbc6d091ed9b1d4fc9e53816958e97ad91058c39 refs/pull/71/head\n003f70201a5c1ea26493051a6ea31d8a362206a5a59b + refs/pull/72/head\n003f1542ae5c30183fa551f66068d096440d6e073b5e refs/pull/73/head\n003ffb57fd892d1e53cde43cd58082a3e7dae170163e + refs/pull/74/head\n003f99f5541c4f9e527fca91f7f24be7cf5476480999 refs/pull/75/head\n003f0a07dcb777def9c9d0fad98cb4a6714a2594dd5f + refs/pull/76/head\n003f39e27a51147ce4d44ae512881f8baa32341dc82b refs/pull/77/head\n003f2a9891116f590bcbd4040c99e91f7c33faaabdfc + refs/pull/78/head\n003f4e1bfb5e4ecf76c1f425dbf9984fb3b39a2a78ea refs/pull/79/head\n003ed2eb29beda934c14220146c82f830de2edd63a25 + refs/pull/8/head\n003f0d07257508cead9e7023a2c9971555732609fbf6 refs/pull/80/head\n003fdef795dd3dbc4a08a8e8cc7ae7ca86b1b6839eec + refs/pull/81/head\n003fc260dbbdf1632ff16f54ffc3c30750ff6656c57b refs/pull/82/head\n003f2d06a66b9b79e35586b38134f1a3ad5689487551 + refs/pull/83/head\n003fa443600b47169066b6aecd5e4f7fecf2bc61cca2 refs/pull/84/head\n003f714f88a896abd1d6efb83989dafb824db876111a + refs/pull/85/head\n003ff41f071aa9e72dff5ba81d6e5468b7d59d7f85f7 refs/pull/86/head\n003f092fde4ea0cd66a1f07822c5e9854c716d6ff230 + refs/pull/87/head\n003fa650da10e9830cd462484171d58d005584951fe5 refs/pull/88/head\n003fb792a13e16d1eed88fcefe862c058b884a12ef5f + refs/pull/89/head\n003e1c72c35ff2aa9d7ce0403d7fd4aa010d94723076 refs/pull/9/head\n003fab61ac11c7b3f8a0bdf8fb6a9f09a3da154a47a8 + refs/pull/90/head\n003fb9f0357dc5d38b1f415a0de2488d8879e18b3ad3 refs/pull/91/head\n003f59aa3175a075df06aefeda073ec0fa27d1cb9074 + refs/pull/92/head\n003ff88238715719d6e90aaed5983ab5acab8d4d843a refs/pull/93/head\n003f3df450eb6715d1f8f5774036d3ec91d047eaa9b2 + refs/pull/94/head\n003face90dc4d34136a5d9570e54288c505711fb93ce refs/pull/95/head\n003fb8adf1db242704683dda16dfaf75189b27bf846d + refs/pull/96/head\n003f96919ccd1477fcb91df3b8c52ea1382559c99a6d refs/pull/97/head\n003f28db5a96a9fb97509696fcede44877d01a193baf + refs/pull/98/head\n003ff08cd17d2faf207d7f16b3619305014d91d94a9e refs/pull/99/head\n003ec5bf1bd47935504072ac0eba1006cf4d67af6a7a + refs/tags/v1.0.0\n0041df9f605d7111b6814fe493cf8f41de3f9f0978b2 refs/tags/v1.0.0^{}\n003ea58ed2ef16972597b6ddf99357d1a56cf98cedb2 + refs/tags/v1.1.0\n0041f6203eaf657c4e1b69315d43083804d818aafe23 refs/tags/v1.1.0^{}\n003fd31e445215b5af70c1604715d97dd953e868380e + refs/tags/v1.10.0\n003fe39e059fe0d1632b95e5800cb8a594d49599654d refs/tags/v1.11.0\n003fc170ea081c121c00ed6fe8764e3557e731454b9d + refs/tags/v1.11.1\n003f37f41032a0f191507903ebbae8a5c0cb945d7585 refs/tags/v1.13.0\n00427bb4e41ce5164074a0920d5b5770d196b4d90104 + refs/tags/v1.13.0^{}\n003f3b5a0ff1ef12081d30fb4e782e3d558262469ea8 refs/tags/v1.14.0\n003f71083639645603d3bc25f7f5b11c96f0d07bf252 + refs/tags/v1.15.0\n003f155d9aad3daa870612c06be6316817faeb4c98a8 refs/tags/v1.17.1\n003fb12c186ca6fd4ffdac85175742ff7e4d0a705ef4 + refs/tags/v1.18.0\n003ee540fac7b4a958612e051842aa1ace69ba95a6eb refs/tags/v1.2.0\n0041b9c932dd543261c7fe6afc54f8c51a99bbc2bdd8 + refs/tags/v1.2.0^{}\n003e58266f176afd655faedde8726e5bce17edd09a4a refs/tags/v1.3.0\n0041469dacb70fafd72ed9571748036642df0d0857fa + refs/tags/v1.3.0^{}\n003eda8b496c60593b72680454334588a753fcf2c0b6 refs/tags/v1.4.0\n004126f4887ec647493f044836363537e329d9d213aa + refs/tags/v1.4.0^{}\n003e55d39bf3042fac0b770bca2bfb200cfdffcd0175 refs/tags/v1.5.0\n003e444606ddc1a6543ff37199c072c829564a9a8a65 + refs/tags/v1.6.0\n003eefb29a3cab92c962629d4728400147b60d88b6eb refs/tags/v1.7.0\n003e20984b51291e25782bb55ef72008bed592c4c2d7 + refs/tags/v1.8.0\n003ec878eaa4dfcc38a2b95100f79dedc63f34755473 refs/tags/v1.9.0\n003eb7bcef49295db54092762ea4f637663c5877e2e5 + refs/tags/v2.0.0\n003e624341fe34a8f103a736312831a79cd821ac79c8 refs/tags/v2.1.0\n003efc9d4b87e5c06741efa356ee9859653068c7553c + refs/tags/v2.2.0\n003e2db744653e5cce3f77ef59bbbb7ceed5e206b211 refs/tags/v2.2.1\n003e6f502331bf6c439fe139dad1d47bb63d569a92fd + refs/tags/v2.3.0\n0000" + recorded_at: Thu, 29 Aug 2024 11:25:43 GMT +- request: + method: get + uri: https://api.github.com/repos/gocardless/business/contents/?ref=v1.5.0 + body: + encoding: US-ASCII + string: '' + headers: + user-agent: + - Octokit Ruby Gem 6.1.1 + accept: + - application/vnd.github.v3+json + content-type: + - application/json + accept-encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + date: + - Thu, 29 Aug 2024 11:25:44 GMT + content-type: + - application/json; charset=utf-8 + cache-control: + - public, max-age=60, s-maxage=60 + vary: + - Accept,Accept-Encoding, Accept, X-Requested-With + etag: + - W/"3f24617be463ffe5c9030d1d57e872fc105d4e0e" + last-modified: + - Wed, 22 May 2024 12:29:24 GMT + x-github-media-type: + - github.v3; format=json + x-github-api-version-selected: + - '2022-11-28' + access-control-expose-headers: + - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, + X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, + X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, + X-GitHub-Request-Id, Deprecation, Sunset + access-control-allow-origin: + - "*" + strict-transport-security: + - max-age=31536000; includeSubdomains; preload + x-frame-options: + - deny + x-content-type-options: + - nosniff + x-xss-protection: + - '0' + referrer-policy: + - origin-when-cross-origin, strict-origin-when-cross-origin + content-security-policy: + - default-src 'none' + server: + - github.com + x-ratelimit-limit: + - '60' + x-ratelimit-remaining: + - '55' + x-ratelimit-reset: + - '1724934341' + x-ratelimit-resource: + - core + x-ratelimit-used: + - '5' + accept-ranges: + - bytes + content-length: + - '6625' + x-github-request-id: + - D6AA:46C6A:328304D:3326614:66D05AB7 + body: + encoding: ASCII-8BIT + string: '[{"name":".gitignore","path":".gitignore","sha":"d87d4be66f458acd52878902bbf1391732ad21e1","size":154,"url":"https://api.github.com/repos/gocardless/business/contents/.gitignore?ref=v1.5.0","html_url":"https://github.com/gocardless/business/blob/v1.5.0/.gitignore","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/d87d4be66f458acd52878902bbf1391732ad21e1","download_url":"https://raw.githubusercontent.com/gocardless/business/v1.5.0/.gitignore","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/.gitignore?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/blobs/d87d4be66f458acd52878902bbf1391732ad21e1","html":"https://github.com/gocardless/business/blob/v1.5.0/.gitignore"}},{"name":".travis.yml","path":".travis.yml","sha":"8cc6a593f2568704d3c3ddf6281747ffc4732461","size":104,"url":"https://api.github.com/repos/gocardless/business/contents/.travis.yml?ref=v1.5.0","html_url":"https://github.com/gocardless/business/blob/v1.5.0/.travis.yml","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/8cc6a593f2568704d3c3ddf6281747ffc4732461","download_url":"https://raw.githubusercontent.com/gocardless/business/v1.5.0/.travis.yml","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/.travis.yml?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/blobs/8cc6a593f2568704d3c3ddf6281747ffc4732461","html":"https://github.com/gocardless/business/blob/v1.5.0/.travis.yml"}},{"name":"CHANGELOG.md","path":"CHANGELOG.md","sha":"07d18f5e02c002bfbca35e51ec4b5ec1faddeb75","size":403,"url":"https://api.github.com/repos/gocardless/business/contents/CHANGELOG.md?ref=v1.5.0","html_url":"https://github.com/gocardless/business/blob/v1.5.0/CHANGELOG.md","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/07d18f5e02c002bfbca35e51ec4b5ec1faddeb75","download_url":"https://raw.githubusercontent.com/gocardless/business/v1.5.0/CHANGELOG.md","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/CHANGELOG.md?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/blobs/07d18f5e02c002bfbca35e51ec4b5ec1faddeb75","html":"https://github.com/gocardless/business/blob/v1.5.0/CHANGELOG.md"}},{"name":"Gemfile","path":"Gemfile","sha":"a7c2a571018c7994b7e18e6ab67bfee11efa60c5","size":93,"url":"https://api.github.com/repos/gocardless/business/contents/Gemfile?ref=v1.5.0","html_url":"https://github.com/gocardless/business/blob/v1.5.0/Gemfile","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/a7c2a571018c7994b7e18e6ab67bfee11efa60c5","download_url":"https://raw.githubusercontent.com/gocardless/business/v1.5.0/Gemfile","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/Gemfile?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/blobs/a7c2a571018c7994b7e18e6ab67bfee11efa60c5","html":"https://github.com/gocardless/business/blob/v1.5.0/Gemfile"}},{"name":"LICENSE","path":"LICENSE","sha":"f06f3849f61f2c6b0c0188e900548d3dc458ec5f","size":1054,"url":"https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=v1.5.0","html_url":"https://github.com/gocardless/business/blob/v1.5.0/LICENSE","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/f06f3849f61f2c6b0c0188e900548d3dc458ec5f","download_url":"https://raw.githubusercontent.com/gocardless/business/v1.5.0/LICENSE","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/blobs/f06f3849f61f2c6b0c0188e900548d3dc458ec5f","html":"https://github.com/gocardless/business/blob/v1.5.0/LICENSE"}},{"name":"README.md","path":"README.md","sha":"f3b764a5099ffa9f52a7e1799e85bd8171036cbb","size":4187,"url":"https://api.github.com/repos/gocardless/business/contents/README.md?ref=v1.5.0","html_url":"https://github.com/gocardless/business/blob/v1.5.0/README.md","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/f3b764a5099ffa9f52a7e1799e85bd8171036cbb","download_url":"https://raw.githubusercontent.com/gocardless/business/v1.5.0/README.md","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/README.md?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/blobs/f3b764a5099ffa9f52a7e1799e85bd8171036cbb","html":"https://github.com/gocardless/business/blob/v1.5.0/README.md"}},{"name":"business.gemspec","path":"business.gemspec","sha":"7ac321e0e1b20c05042f3af419beb322db0e4cc1","size":917,"url":"https://api.github.com/repos/gocardless/business/contents/business.gemspec?ref=v1.5.0","html_url":"https://github.com/gocardless/business/blob/v1.5.0/business.gemspec","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/7ac321e0e1b20c05042f3af419beb322db0e4cc1","download_url":"https://raw.githubusercontent.com/gocardless/business/v1.5.0/business.gemspec","type":"file","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/business.gemspec?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/blobs/7ac321e0e1b20c05042f3af419beb322db0e4cc1","html":"https://github.com/gocardless/business/blob/v1.5.0/business.gemspec"}},{"name":"lib","path":"lib","sha":"9a243198d483ad8407f8ee38d8e5bb1b18564d8f","size":0,"url":"https://api.github.com/repos/gocardless/business/contents/lib?ref=v1.5.0","html_url":"https://github.com/gocardless/business/tree/v1.5.0/lib","git_url":"https://api.github.com/repos/gocardless/business/git/trees/9a243198d483ad8407f8ee38d8e5bb1b18564d8f","download_url":null,"type":"dir","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/lib?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/trees/9a243198d483ad8407f8ee38d8e5bb1b18564d8f","html":"https://github.com/gocardless/business/tree/v1.5.0/lib"}},{"name":"spec","path":"spec","sha":"ddaa472673172f2407888ec366282a08b23f681c","size":0,"url":"https://api.github.com/repos/gocardless/business/contents/spec?ref=v1.5.0","html_url":"https://github.com/gocardless/business/tree/v1.5.0/spec","git_url":"https://api.github.com/repos/gocardless/business/git/trees/ddaa472673172f2407888ec366282a08b23f681c","download_url":null,"type":"dir","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/spec?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/trees/ddaa472673172f2407888ec366282a08b23f681c","html":"https://github.com/gocardless/business/tree/v1.5.0/spec"}}]' + recorded_at: Thu, 29 Aug 2024 11:25:43 GMT +- request: + method: get + uri: https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=v1.5.0 + body: + encoding: US-ASCII + string: '' + headers: + user-agent: + - Octokit Ruby Gem 6.1.1 + accept: + - application/vnd.github.v3+json + content-type: + - application/json + accept-encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + date: + - Thu, 29 Aug 2024 11:25:44 GMT + content-type: + - application/json; charset=utf-8 + cache-control: + - public, max-age=60, s-maxage=60 + vary: + - Accept,Accept-Encoding, Accept, X-Requested-With + etag: + - W/"f06f3849f61f2c6b0c0188e900548d3dc458ec5f" + last-modified: + - Tue, 02 Jun 2015 20:17:51 GMT + x-github-media-type: + - github.v3; format=json + x-github-api-version-selected: + - '2022-11-28' + access-control-expose-headers: + - ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, + X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, + X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, + X-GitHub-Request-Id, Deprecation, Sunset + access-control-allow-origin: + - "*" + strict-transport-security: + - max-age=31536000; includeSubdomains; preload + x-frame-options: + - deny + x-content-type-options: + - nosniff + x-xss-protection: + - '0' + referrer-policy: + - origin-when-cross-origin, strict-origin-when-cross-origin + content-security-policy: + - default-src 'none' + server: + - github.com + x-ratelimit-limit: + - '60' + x-ratelimit-remaining: + - '54' + x-ratelimit-reset: + - '1724934341' + x-ratelimit-resource: + - core + x-ratelimit-used: + - '6' + accept-ranges: + - bytes + content-length: + - '2227' + x-github-request-id: + - D6BA:46C6A:328320A:33267C7:66D05AB8 + body: + encoding: ASCII-8BIT + string: '{"name":"LICENSE","path":"LICENSE","sha":"f06f3849f61f2c6b0c0188e900548d3dc458ec5f","size":1054,"url":"https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=v1.5.0","html_url":"https://github.com/gocardless/business/blob/v1.5.0/LICENSE","git_url":"https://api.github.com/repos/gocardless/business/git/blobs/f06f3849f61f2c6b0c0188e900548d3dc458ec5f","download_url":"https://raw.githubusercontent.com/gocardless/business/v1.5.0/LICENSE","type":"file","content":"Q29weXJpZ2h0IChjKSAyMDE0IEdvQ2FyZGxlc3MKClBlcm1pc3Npb24gaXMg\naGVyZWJ5IGdyYW50ZWQsIGZyZWUgb2YgY2hhcmdlLCB0byBhbnkgcGVyc29u\nCm9idGFpbmluZyBhIGNvcHkgb2YgdGhpcyBzb2Z0d2FyZSBhbmQgYXNzb2Np\nYXRlZCBkb2N1bWVudGF0aW9uCmZpbGVzICh0aGUgIlNvZnR3YXJlIiksIHRv\nIGRlYWwgaW4gdGhlIFNvZnR3YXJlIHdpdGhvdXQKcmVzdHJpY3Rpb24sIGlu\nY2x1ZGluZyB3aXRob3V0IGxpbWl0YXRpb24gdGhlIHJpZ2h0cyB0byB1c2Us\nCmNvcHksIG1vZGlmeSwgbWVyZ2UsIHB1Ymxpc2gsIGRpc3RyaWJ1dGUsIHN1\nYmxpY2Vuc2UsIGFuZC9vciBzZWxsCmNvcGllcyBvZiB0aGUgU29mdHdhcmUs\nIGFuZCB0byBwZXJtaXQgcGVyc29ucyB0byB3aG9tIHRoZQpTb2Z0d2FyZSBp\ncyBmdXJuaXNoZWQgdG8gZG8gc28sIHN1YmplY3QgdG8gdGhlIGZvbGxvd2lu\nZwpjb25kaXRpb25zOgoKVGhlIGFib3ZlIGNvcHlyaWdodCBub3RpY2UgYW5k\nIHRoaXMgcGVybWlzc2lvbiBub3RpY2Ugc2hhbGwgYmUKaW5jbHVkZWQgaW4g\nYWxsIGNvcGllcyBvciBzdWJzdGFudGlhbCBwb3J0aW9ucyBvZiB0aGUgU29m\ndHdhcmUuCgpUSEUgU09GVFdBUkUgSVMgUFJPVklERUQgIkFTIElTIiwgV0lU\nSE9VVCBXQVJSQU5UWSBPRiBBTlkgS0lORCwKRVhQUkVTUyBPUiBJTVBMSUVE\nLCBJTkNMVURJTkcgQlVUIE5PVCBMSU1JVEVEIFRPIFRIRSBXQVJSQU5USUVT\nCk9GIE1FUkNIQU5UQUJJTElUWSwgRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFS\nIFBVUlBPU0UgQU5ECk5PTklORlJJTkdFTUVOVC4gSU4gTk8gRVZFTlQgU0hB\nTEwgVEhFIEFVVEhPUlMgT1IgQ09QWVJJR0hUCkhPTERFUlMgQkUgTElBQkxF\nIEZPUiBBTlkgQ0xBSU0sIERBTUFHRVMgT1IgT1RIRVIgTElBQklMSVRZLApX\nSEVUSEVSIElOIEFOIEFDVElPTiBPRiBDT05UUkFDVCwgVE9SVCBPUiBPVEhF\nUldJU0UsIEFSSVNJTkcKRlJPTSwgT1VUIE9GIE9SIElOIENPTk5FQ1RJT04g\nV0lUSCBUSEUgU09GVFdBUkUgT1IgVEhFIFVTRSBPUgpPVEhFUiBERUFMSU5H\nUyBJTiBUSEUgU09GVFdBUkUuCg==\n","encoding":"base64","_links":{"self":"https://api.github.com/repos/gocardless/business/contents/LICENSE?ref=v1.5.0","git":"https://api.github.com/repos/gocardless/business/git/blobs/f06f3849f61f2c6b0c0188e900548d3dc458ec5f","html":"https://github.com/gocardless/business/blob/v1.5.0/LICENSE"}}' + recorded_at: Thu, 29 Aug 2024 11:25:44 GMT +- request: + method: get + uri: https://github.com/gocardless/business.git/info/refs?service=git-upload-pack + body: + encoding: US-ASCII + string: '' + headers: + user-agent: + - dependabot-core/0.272.0 excon/0.110.0 ruby/3.3.1 (x86_64-linux) (+https://github.com/dependabot/dependabot-core) + response: + status: + code: 200 + message: OK + headers: + server: + - GitHub-Babel/3.0 + content-type: + - application/x-git-upload-pack-advertisement + content-security-policy: + - default-src 'none'; sandbox + expires: + - Fri, 01 Jan 1980 00:00:00 GMT + pragma: + - no-cache + cache-control: + - no-cache, max-age=0, must-revalidate + vary: + - Accept-Encoding + date: + - Thu, 29 Aug 2024 11:25:44 GMT + x-frame-options: + - DENY + x-github-request-id: + - D68A:8A4B6:45CD4D5:472A33D:66D05AB8 + body: + encoding: ASCII-8BIT + string: "001e# service=git-upload-pack\n00000155d84e3d057341c82a6f56f5887d76a8404c9c1921 + HEAD\0multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since + deepen-not deepen-relative no-progress include-tag multi_ack_detailed allow-tip-sha1-in-want + allow-reachable-sha1-in-want no-done symref=HEAD:refs/heads/master filter + object-format=sha1 agent=git/github-49f97df142fe\n005d84cbb0f02380f64fd96684706c769d93a1e7af90 + refs/heads/dependabot/bundler/rubocop-tw-1.63.3\n005066c6e104155ec10701d5e6a6f6f1563c05d59994 + refs/heads/joesouthan/denmark-2021\n003fd84e3d057341c82a6f56f5887d76a8404c9c1921 + refs/heads/master\n0040ace90dc4d34136a5d9570e54288c505711fb93ce refs/heads/rubocop\n00412e8e26df5786a5d2a732fd37a9ae085682c1089a + refs/heads/try-rust\n003e180c1b0840d63e895859cfeddba83aad9ae25803 refs/pull/1/head\n003f40ce2f6050122ae8517856bcb6af9ca00f544694 + refs/pull/10/head\n0040137b915efc4b688fc550cffc6af7f24d56bf1b1c refs/pull/100/head\n0040d5e80bec77a28ba68eb2b07a0e9ecfa3603b632a + refs/pull/101/head\n00401b9d01563a915edb2cb98b9562b86f58a7418479 refs/pull/102/head\n00403a968e39eb2f9c53e2611aeba7d812ea4795085e + refs/pull/103/head\n00404eaf062b0d6c1b6055288e09c4d0f846bf576633 refs/pull/104/head\n00407328e0b96d23f74549357bd1e777f3110d02448f + refs/pull/105/head\n0040ff4a28ce1d6c2739deed153699443707e308ea44 refs/pull/106/head\n00406cd55190b93944ed04c6b09afbc5e88b79c73fe7 + refs/pull/107/head\n0040a7c7dc44834ed93d5e68c53c4874a3c8840e8437 refs/pull/108/head\n004088190af71f7f76f7a6884d6d4f527fece5b2593b + refs/pull/109/head\n00404a2406e1d466d7a4357bb70c3de70923a260e6ae refs/pull/110/head\n0040d1e6b8b8d61fadba414dfd4358040968a5d17cf7 + refs/pull/111/head\n004053bb95347f4f23d7db169dac52de7c977c6b05f2 refs/pull/112/head\n004045fd077dcd1fa41dc45795349748f8333b0d583e + refs/pull/113/head\n0040107f133156a7e6edc79e59781c9b1c79c4056156 refs/pull/114/head\n004063bdfc29c7bebb76c4edf7294bb1b84544a58f23 + refs/pull/115/head\n0040e149c905974406f9e4261c32a1cad5aeb31ce05c refs/pull/116/head\n00408fe79b41faf72b8a6168dcdc39ba6c59332d8208 + refs/pull/117/head\n00401555e12a6005e9a958d20d08713b30097636c197 refs/pull/118/head\n0040a13a32d6074f251df456d21afa09eabd1f837380 + refs/pull/119/head\n003f1aac721591a1bd7de5ac4401c86014c9a8a088c1 refs/pull/12/head\n0040251143f4555ff5696181933e800a2697995abb19 + refs/pull/120/head\n004064a9a5bfd1972928bea08fd9b3ab023cc3fd52d0 refs/pull/121/head\n0040992f3b7cc9420ab871b1e6e7ff178d83802c1a60 + refs/pull/122/head\n0040a18c1e4aae81702387ddf14cdb9b75b7334bf839 refs/pull/123/head\n0040deb6c08712588b203c67799604b6a8e5c80f5cd9 + refs/pull/124/head\n004015c6e387b429991c784635cff867471856bda8b3 refs/pull/125/head\n00400fd609212d677bb3b507a36b3e8873fa90afd098 + refs/pull/126/head\n004035033f2759372468cedee08c44ee9d2418a8d167 refs/pull/127/head\n00400a0e19000f754af0a82e7e13ad22245c9b8c830c + refs/pull/128/head\n0040e9c02bb481c535c530605986a82fadb0b2b3ea72 refs/pull/129/head\n003f7da95e8076c07c2f0cf363e6635b9f1a01454888 + refs/pull/13/head\n00403beda3955f46a1e47827a6a531944e328ac688e6 refs/pull/130/head\n00407bd38ab6ec5a61541f2adb94d6f2230f90b39b7a + refs/pull/131/head\n0040853f0031f82f58f6824b57ac170a2f8a68163081 refs/pull/132/head\n0040571612480df123717bfdffbfaab8328073446a5c + refs/pull/133/head\n004091d2cc6a23d7e46b013cb50f96738ad0fead0eb6 refs/pull/134/head\n0040e35744ecf741d1bc7d9f01eefa0cc6893de70f52 + refs/pull/135/head\n00402b96379f5df5b2295768d0f9e915e6713ffa0612 refs/pull/136/head\n0040cf8d8cfbc666d56e1f0f6865173881e08ced63ae + refs/pull/137/head\n0040cb8ebb34e0f41d2bcaf53356cd17e853a37c8c3f refs/pull/138/head\n0040f4eb7e032d75d21bfd3bc7ea7578417ac5649e1c + refs/pull/139/head\n003fa1b78a929dac93a52f08db4f2847d76d6cfe39bd refs/pull/14/head\n0040a5b6d7e0cdc56058ea7b8271cacb967e3c4bbfee + refs/pull/140/head\n0040a3fe603a22baaf75bacb069d57662feffb4ea0eb refs/pull/141/head\n0040a0dbf6bf48473805a788583d5792355b42714039 + refs/pull/142/head\n00403bf29b1a6112b625f30cd947133d45db467955e2 refs/pull/143/head\n0040ac9256b21920fb2941356f2697cc13757f6a9e08 + refs/pull/144/head\n0040104e21c22e8342809aed38398745b507d0202ef5 refs/pull/145/head\n0040d37b5bef189639adcac56006520d79e5556d20db + refs/pull/149/head\n003fe496bbaabafc3a7f2b666ef923e3bef55ef80984 refs/pull/15/head\n00401d60ae937bc4c67dcef63d565c99bdd1ba7406ed + refs/pull/150/head\n00408cdf8a6ea9aa028e52ec71163e37ca2313bf5796 refs/pull/151/head\n0040f899987ee5cb9138fcf6a97adbda4d5e191ffca4 + refs/pull/152/head\n0040edf2c510c9bcac0664a458c105debd9254595ee3 refs/pull/153/head\n00409918d9b9dd74b4a7d3e3325f6f4624d8c2d30bb9 + refs/pull/154/head\n0040524e943f5916c68ac37846209e3b17cbb5b854df refs/pull/155/head\n0040bf863e6ce0b2f7a46fd4fbabfb53a93826ee6b7f + refs/pull/156/head\n0040bc3e90986b314d7917f0e55c595b436beaff24ac refs/pull/157/head\n0040cede75a20fb4e8ef0bf24e4baeb2267b1d0a9981 + refs/pull/158/head\n0040af272a389b7a703218e917ca80d67a2cf49626f3 refs/pull/159/head\n003f877914a1b2c8faf1a8af0c33f4530f0bab6b1854 + refs/pull/16/head\n0040f2d122ba45f1efa4ed30ee43e3002f45f6335122 refs/pull/160/head\n00400265751ede933c7352f25d9275b8a3028170b988 + refs/pull/161/head\n004056a51826a41df2e4e8a7b38b6f1524615e5d7d12 refs/pull/162/head\n0040fb7ec1e223ba964e60c3a7f51647e2b29b451786 + refs/pull/163/head\n0040d5827c64808d67d0f261ed515e4474a386c6e6f7 refs/pull/164/head\n0040706b0cfdd8416157344826528c2069da20717dbf + refs/pull/165/head\n00401aedcaa206b686454ba6abcd131c9eb79aee6f12 refs/pull/166/head\n0040f1948f8504dc996890b2e657c26fc9dc00fc7ccc + refs/pull/167/head\n004007277657476e4f89d02a920788a8a6f65f88bf8f refs/pull/168/head\n0040c491a8c33c4d3010107f2080fc284da6ca21af99 + refs/pull/169/head\n003f22fc54e5b4a204e39af22668ff34de9ec745b7a7 refs/pull/17/head\n004084aef4c988dc5f87f07b3190573b2720e2412cea + refs/pull/170/head\n00407a4f984d67988569997a0fde8a51d711be0b3af4 refs/pull/171/head\n00401b21349db791578d03092e2782b061cd4933f629 + refs/pull/172/head\n0040eab4c56e39678ad02b6efe33927353bcd2d0ecb7 refs/pull/173/head\n0040feb8bc916d26c74f932b49f5b126861b4b210c9d + refs/pull/174/head\n0040b23df119cc7610eeb08972858c25ce99291c295d refs/pull/175/head\n004122e5a1ed77ecd291908cb3851f0328e3ca5ca850 + refs/pull/175/merge\n004071983c444cc6e5f67a2670162f364f064a208537 refs/pull/176/head\n0040c966bdc5badc713349d101b1c2f4dbcea78a3ad4 + refs/pull/177/head\n004061d7575f8f48905d4c162eff8feac589e2ff0b9c refs/pull/178/head\n004084cbb0f02380f64fd96684706c769d93a1e7af90 + refs/pull/179/head\n0041418f6bcc0c6c23d6f7062c7cdd71baa13b72882d refs/pull/179/merge\n003fbeb4c78337428270f6fd0c1f34ef5cddc3870bd5 + refs/pull/18/head\n003f32926163dcec5d673dfaa268bc2f15cdb0cba93a refs/pull/19/head\n003e3fb4efcae92ef4fc3574f94945f532037e9cb06d + refs/pull/2/head\n003f03b96a358903f471e374bd09bd105e926098992b refs/pull/20/head\n003f314a9d85870e1f20e06d597c02233bb51569368b + refs/pull/21/head\n003f8977e51d2e0e4c05d23b5057a661b498d47c2406 refs/pull/22/head\n003fc17aff76b8a2beca7b1263124125624bddca2705 + refs/pull/23/head\n004095f9b49fdf250cd73d01191fb39262262e666dba refs/pull/23/merge\n003f77d2eac74dcb08fef9cda1f126408e60ad992a8b + refs/pull/24/head\n003ff00fe3650a97fd3380bf030028b761c9b5176c49 refs/pull/25/head\n003fc4b7b8b50b8fd3f9441f5f1629e56644b9116c7c + refs/pull/26/head\n003f4052f6b04f941b7b8760fdef1c080aff0a732fc0 refs/pull/27/head\n003f48eadb9e4de12e0cba083a31b918c80118421f78 + refs/pull/28/head\n003eccfeaf24dc00d494fc7d0df4694ae6466f77d096 refs/pull/3/head\n003f6ef9ee72a4bcaff3ddbf88846ce8d4c3267bf148 + refs/pull/30/head\n003fc4c85d8c124b3ce522a73724f0c796f652204e96 refs/pull/31/head\n003fe4f8486f8086eebceed9761b5879a883b4e44b3b + refs/pull/32/head\n003f8bacc2115e4d941d75990362ace0a7af716dff1e refs/pull/33/head\n003f5929a627b521da5b46cfece7ad29398451808c2d + refs/pull/34/head\n0040301c0c0631ef2ff90e0e8107c80a870a257edf24 refs/pull/34/merge\n003fb1baf84bf3cc42e7c6b02d4cd3c6ce3140a5e4eb + refs/pull/35/head\n003f1378a2b0b446d991b7567efbc7eeeed2720e4d8f refs/pull/36/head\n003f56c7a7c7f5673862ce62160447f778db956798c8 + refs/pull/37/head\n003f0dbf66ecefa1a809b7b13960707c740651a06538 refs/pull/38/head\n003e8f96ea71655dc85a6414f251b7720e3658dbadbc + refs/pull/4/head\n003ffb23205989b5cfc3ea29ef6fd79eab90abae119a refs/pull/40/head\n003f049fb13d32d5dbd1127648da758c89233aa8e76c + refs/pull/41/head\n003f10222ccd1bb4e24c422a6c9f80bfe959d52f9430 refs/pull/42/head\n003f4b7247282ad411e528640e9585b4342800538ef0 + refs/pull/43/head\n003f04ef48b284368d06409cee9807c304553a1edf33 refs/pull/45/head\n003f4b7d6499fb0f00a5b69e917611c54cfd156bc9c7 + refs/pull/47/head\n003f45424b82adecfb70a4c2b1c65f8e6cf3e6f23b11 refs/pull/48/head\n0040923e96e3a370ab3e66e8160f698429c667507730 + refs/pull/48/merge\n003fce1f28a374a913f497746a4f3ea0a45c33ec7817 refs/pull/49/head\n003eaee08b5bf82e16e9c6a59c3222a91b4727933352 + refs/pull/5/head\n003f2e07d971843f3cd5b7c9902d676828758a120524 refs/pull/50/head\n003f8834549915eac40332ef00f63fb0ee0fae6c4d65 + refs/pull/51/head\n003f66c6e104155ec10701d5e6a6f6f1563c05d59994 refs/pull/52/head\n003f909dae23b51339967213867156fa555b73179247 + refs/pull/53/head\n003f5e2aaef766c96702f8b7a2b07064dba4c0fa5099 refs/pull/54/head\n003f2e8e26df5786a5d2a732fd37a9ae085682c1089a + refs/pull/55/head\n003fd46c920a0b418181e8010f1a34218d9b8dedbdd0 refs/pull/56/head\n003f94ab15710cf403135ec04462035574e1ecf768e3 + refs/pull/58/head\n003f8f2b134ce431c4584dc7ff8a986ea14ccb108c34 refs/pull/59/head\n003ee981edc1fdbaf8e1c5118d007ae340a70ebc1e3e + refs/pull/6/head\n003f8ac656c341481379ea4fd294ed4ece7d79a22993 refs/pull/60/head\n003f83a8d9525a74166f772da5c7a1d0a3ee42eda554 + refs/pull/61/head\n003f676f440ff1aa89e34399e542ebfb2b7db1100ac3 refs/pull/62/head\n003fab17919dafe3fc466549d05a3b8b39b3592a10c3 + refs/pull/63/head\n003fbf3d41aff0816cea23f56c0732a5b626579cb671 refs/pull/64/head\n003f2d2ceccdad7b79cb9c04514410df697f195bb304 + refs/pull/65/head\n003f57e1e9ae6dbede742d8732a2230cdd822fb5e963 refs/pull/66/head\n003fca95a8b9fe0e0450ec6394dcd2f6203914301fb1 + refs/pull/67/head\n003f89f1cb3950893b1aa7715ce46ce208b5816b6173 refs/pull/68/head\n003ff976b381eac7cec05d287f5920424472cb8e8993 + refs/pull/69/head\n003ef54738311638bb1a77db383b434c12341eca0f55 refs/pull/7/head\n003f67d82875670011915852650b1f52d004fcda0edd + refs/pull/70/head\n003fdbc6d091ed9b1d4fc9e53816958e97ad91058c39 refs/pull/71/head\n003f70201a5c1ea26493051a6ea31d8a362206a5a59b + refs/pull/72/head\n003f1542ae5c30183fa551f66068d096440d6e073b5e refs/pull/73/head\n003ffb57fd892d1e53cde43cd58082a3e7dae170163e + refs/pull/74/head\n003f99f5541c4f9e527fca91f7f24be7cf5476480999 refs/pull/75/head\n003f0a07dcb777def9c9d0fad98cb4a6714a2594dd5f + refs/pull/76/head\n003f39e27a51147ce4d44ae512881f8baa32341dc82b refs/pull/77/head\n003f2a9891116f590bcbd4040c99e91f7c33faaabdfc + refs/pull/78/head\n003f4e1bfb5e4ecf76c1f425dbf9984fb3b39a2a78ea refs/pull/79/head\n003ed2eb29beda934c14220146c82f830de2edd63a25 + refs/pull/8/head\n003f0d07257508cead9e7023a2c9971555732609fbf6 refs/pull/80/head\n003fdef795dd3dbc4a08a8e8cc7ae7ca86b1b6839eec + refs/pull/81/head\n003fc260dbbdf1632ff16f54ffc3c30750ff6656c57b refs/pull/82/head\n003f2d06a66b9b79e35586b38134f1a3ad5689487551 + refs/pull/83/head\n003fa443600b47169066b6aecd5e4f7fecf2bc61cca2 refs/pull/84/head\n003f714f88a896abd1d6efb83989dafb824db876111a + refs/pull/85/head\n003ff41f071aa9e72dff5ba81d6e5468b7d59d7f85f7 refs/pull/86/head\n003f092fde4ea0cd66a1f07822c5e9854c716d6ff230 + refs/pull/87/head\n003fa650da10e9830cd462484171d58d005584951fe5 refs/pull/88/head\n003fb792a13e16d1eed88fcefe862c058b884a12ef5f + refs/pull/89/head\n003e1c72c35ff2aa9d7ce0403d7fd4aa010d94723076 refs/pull/9/head\n003fab61ac11c7b3f8a0bdf8fb6a9f09a3da154a47a8 + refs/pull/90/head\n003fb9f0357dc5d38b1f415a0de2488d8879e18b3ad3 refs/pull/91/head\n003f59aa3175a075df06aefeda073ec0fa27d1cb9074 + refs/pull/92/head\n003ff88238715719d6e90aaed5983ab5acab8d4d843a refs/pull/93/head\n003f3df450eb6715d1f8f5774036d3ec91d047eaa9b2 + refs/pull/94/head\n003face90dc4d34136a5d9570e54288c505711fb93ce refs/pull/95/head\n003fb8adf1db242704683dda16dfaf75189b27bf846d + refs/pull/96/head\n003f96919ccd1477fcb91df3b8c52ea1382559c99a6d refs/pull/97/head\n003f28db5a96a9fb97509696fcede44877d01a193baf + refs/pull/98/head\n003ff08cd17d2faf207d7f16b3619305014d91d94a9e refs/pull/99/head\n003ec5bf1bd47935504072ac0eba1006cf4d67af6a7a + refs/tags/v1.0.0\n0041df9f605d7111b6814fe493cf8f41de3f9f0978b2 refs/tags/v1.0.0^{}\n003ea58ed2ef16972597b6ddf99357d1a56cf98cedb2 + refs/tags/v1.1.0\n0041f6203eaf657c4e1b69315d43083804d818aafe23 refs/tags/v1.1.0^{}\n003fd31e445215b5af70c1604715d97dd953e868380e + refs/tags/v1.10.0\n003fe39e059fe0d1632b95e5800cb8a594d49599654d refs/tags/v1.11.0\n003fc170ea081c121c00ed6fe8764e3557e731454b9d + refs/tags/v1.11.1\n003f37f41032a0f191507903ebbae8a5c0cb945d7585 refs/tags/v1.13.0\n00427bb4e41ce5164074a0920d5b5770d196b4d90104 + refs/tags/v1.13.0^{}\n003f3b5a0ff1ef12081d30fb4e782e3d558262469ea8 refs/tags/v1.14.0\n003f71083639645603d3bc25f7f5b11c96f0d07bf252 + refs/tags/v1.15.0\n003f155d9aad3daa870612c06be6316817faeb4c98a8 refs/tags/v1.17.1\n003fb12c186ca6fd4ffdac85175742ff7e4d0a705ef4 + refs/tags/v1.18.0\n003ee540fac7b4a958612e051842aa1ace69ba95a6eb refs/tags/v1.2.0\n0041b9c932dd543261c7fe6afc54f8c51a99bbc2bdd8 + refs/tags/v1.2.0^{}\n003e58266f176afd655faedde8726e5bce17edd09a4a refs/tags/v1.3.0\n0041469dacb70fafd72ed9571748036642df0d0857fa + refs/tags/v1.3.0^{}\n003eda8b496c60593b72680454334588a753fcf2c0b6 refs/tags/v1.4.0\n004126f4887ec647493f044836363537e329d9d213aa + refs/tags/v1.4.0^{}\n003e55d39bf3042fac0b770bca2bfb200cfdffcd0175 refs/tags/v1.5.0\n003e444606ddc1a6543ff37199c072c829564a9a8a65 + refs/tags/v1.6.0\n003eefb29a3cab92c962629d4728400147b60d88b6eb refs/tags/v1.7.0\n003e20984b51291e25782bb55ef72008bed592c4c2d7 + refs/tags/v1.8.0\n003ec878eaa4dfcc38a2b95100f79dedc63f34755473 refs/tags/v1.9.0\n003eb7bcef49295db54092762ea4f637663c5877e2e5 + refs/tags/v2.0.0\n003e624341fe34a8f103a736312831a79cd821ac79c8 refs/tags/v2.1.0\n003efc9d4b87e5c06741efa356ee9859653068c7553c + refs/tags/v2.2.0\n003e2db744653e5cce3f77ef59bbbb7ceed5e206b211 refs/tags/v2.2.1\n003e6f502331bf6c439fe139dad1d47bb63d569a92fd + refs/tags/v2.3.0\n0000" + recorded_at: Thu, 29 Aug 2024 11:25:44 GMT +recorded_with: VCR 6.2.0