Refresh patches

This commit is contained in:
Pirate Praveen 2020-07-02 14:24:16 +05:30
parent 92f46e4aad
commit 3331c8051f
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ These are not required in production
--- a/package.json
+++ b/package.json
@@ -155,66 +155,7 @@
"xterm": "^3.5.0"
"xterm": "3.14.5"
},
"devDependencies": {
- "acorn": "^6.3.0",

View file

@ -924,7 +924,7 @@ Closes https://gitlab.com/gitlab-org/gitlab/-/issues/195960
+ class ImportGithub < Grape::API::Instance
rescue_from Octokit::Unauthorized, with: :provider_unauthorized
helpers do
before do
--- a/lib/api/internal/base.rb
+++ b/lib/api/internal/base.rb
@@ -3,7 +3,7 @@