Skip to content

Commit

Permalink
Merge pull request #726 from github/combine-prs-branch
Browse files Browse the repository at this point in the history
Combined PR
  • Loading branch information
djdefi authored May 30, 2024
2 parents 2b2a6c7 + 704c433 commit f24cf01
Show file tree
Hide file tree
Showing 12 changed files with 1,212 additions and 16 deletions.
830 changes: 827 additions & 3 deletions api/javascript/gha-cleanup/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/javascript/gha-cleanup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"inquirer": "^7.0.4",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"octokit": "^1.0.0-hello-world",
"octokit": "^3.1.2",
"pretty-bytes": "^5.3.0",
"terminal-kit": "^2.1.8"
}
Expand Down
378 changes: 375 additions & 3 deletions api/javascript/org-invite/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/javascript/org-invite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dotenv": "^8.2.0",
"inquirer": "^7.0.4",
"lodash": "^4.17.21",
"octokit": "^1.0.0-hello-world"
"octokit": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion api/ruby/basics-of-authentication/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
rack (2.2.6.4)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
rest-client (1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion api/ruby/building-a-ci-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
ruby2_keywords (~> 0.0.1)
octokit (3.0.0)
sawyer (~> 0.5.3)
rack (2.2.6.4)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
Expand Down
2 changes: 1 addition & 1 deletion api/ruby/building-your-first-github-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
octokit (4.9.0)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (5.0.1)
rack (2.2.6.4)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
Expand Down
2 changes: 1 addition & 1 deletion api/ruby/delivering-deployments/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
ruby2_keywords (~> 0.0.1)
octokit (3.0.0)
sawyer (~> 0.5.3)
rack (2.2.6.4)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
Expand Down
2 changes: 1 addition & 1 deletion app/ruby/app-issue-creator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (5.0.1)
rack (2.2.6.4)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
Expand Down
2 changes: 1 addition & 1 deletion hooks/ruby/configuring-your-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
json (2.3.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
rack (2.2.6.4)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
Expand Down
2 changes: 1 addition & 1 deletion hooks/ruby/delete-repository-event/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
octokit (4.6.2)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (4.0.6)
rack (2.2.6.4)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.4)
Expand Down
2 changes: 1 addition & 1 deletion hooks/ruby/dismiss-review-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
rack (2.2.6.4)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
rest-client (2.0.1)
Expand Down

0 comments on commit f24cf01

Please sign in to comment.