Skip to content

Commit f24cf01

Browse files
authored
Merge pull request #726 from github/combine-prs-branch
Combined PR
2 parents 2b2a6c7 + 704c433 commit f24cf01

12 files changed

Lines changed: 1212 additions & 16 deletions

File tree

api/javascript/gha-cleanup/package-lock.json

Lines changed: 827 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/javascript/gha-cleanup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"inquirer": "^7.0.4",
1515
"lodash": "^4.17.21",
1616
"moment": "^2.29.4",
17-
"octokit": "^1.0.0-hello-world",
17+
"octokit": "^3.1.2",
1818
"pretty-bytes": "^5.3.0",
1919
"terminal-kit": "^2.1.8"
2020
}

api/javascript/org-invite/package-lock.json

Lines changed: 375 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/javascript/org-invite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dotenv": "^8.2.0",
1414
"inquirer": "^7.0.4",
1515
"lodash": "^4.17.21",
16-
"octokit": "^1.0.0-hello-world"
16+
"octokit": "^3.1.2"
1717
}
1818
}

api/ruby/basics-of-authentication/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
mustermann (2.0.2)
1010
ruby2_keywords (~> 0.0.1)
1111
netrc (0.11.0)
12-
rack (2.2.6.4)
12+
rack (2.2.8.1)
1313
rack-protection (2.2.3)
1414
rack
1515
rest-client (1.8.0)

api/ruby/building-a-ci-server/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
ruby2_keywords (~> 0.0.1)
1111
octokit (3.0.0)
1212
sawyer (~> 0.5.3)
13-
rack (2.2.6.4)
13+
rack (2.2.8.1)
1414
rack-protection (2.2.3)
1515
rack
1616
ruby2_keywords (0.0.5)

api/ruby/building-your-first-github-app/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
octokit (4.9.0)
3434
sawyer (~> 0.8.0, >= 0.5.3)
3535
public_suffix (5.0.1)
36-
rack (2.2.6.4)
36+
rack (2.2.8.1)
3737
rack-protection (2.2.3)
3838
rack
3939
ruby2_keywords (0.0.5)

api/ruby/delivering-deployments/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
ruby2_keywords (~> 0.0.1)
1111
octokit (3.0.0)
1212
sawyer (~> 0.5.3)
13-
rack (2.2.6.4)
13+
rack (2.2.8.1)
1414
rack-protection (2.2.3)
1515
rack
1616
ruby2_keywords (0.0.5)

app/ruby/app-issue-creator/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
octokit (4.7.0)
4545
sawyer (~> 0.8.0, >= 0.5.3)
4646
public_suffix (5.0.1)
47-
rack (2.2.6.4)
47+
rack (2.2.8.1)
4848
rack-protection (2.2.3)
4949
rack
5050
ruby2_keywords (0.0.5)

hooks/ruby/configuring-your-server/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
json (2.3.0)
55
mustermann (2.0.2)
66
ruby2_keywords (~> 0.0.1)
7-
rack (2.2.6.4)
7+
rack (2.2.8.1)
88
rack-protection (2.2.3)
99
rack
1010
ruby2_keywords (0.0.5)

0 commit comments

Comments
 (0)