Skip to content

Commit

Permalink
Merge pull request github#666 from github/combine-prs-branch
Browse files Browse the repository at this point in the history
Combined PR
  • Loading branch information
djdefi authored May 9, 2023
2 parents 20b537a + 4a7958e commit 3beda8a
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 31 deletions.
12 changes: 6 additions & 6 deletions api/javascript/gha-cleanup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2)
rack (2.2.6.4)
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.2)
rack (2.2.6.4)
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.2)
rack (2.2.6.4)
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.2)
rack (2.2.6.4)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
Expand Down
6 changes: 3 additions & 3 deletions api/ruby/rendering-data-as-graphs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.2)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand All @@ -35,7 +35,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.3.0)
minitest (5.17.0)
minitest (5.18.0)
multipart-post (2.3.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
Expand Down
2 changes: 1 addition & 1 deletion app/ruby/app-issue-creator/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 6.0"
gem "activesupport", "~> 6.1"
gem "json", "~> 2.3"
gem "jwt"
gem "octokit"
Expand Down
25 changes: 12 additions & 13 deletions app/ruby/app-issue-creator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.6.1)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -37,14 +37,14 @@ GEM
concurrent-ruby (~> 1.0)
json (2.3.0)
jwt (1.5.6)
minitest (5.17.0)
minitest (5.18.0)
multipart-post (2.3.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (5.0.1)
rack (2.2.6.2)
rack (2.2.6.4)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
Expand All @@ -56,17 +56,16 @@ GEM
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.1.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
zeitwerk (2.6.6)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.7)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 6.0)
activesupport (~> 6.1)
json (~> 2.3)
jwt
octokit
Expand Down
2 changes: 1 addition & 1 deletion hooks/python/configuring-your-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flask==1.0
flask==2.3.2
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.2)
rack (2.2.6.4)
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.2)
rack (2.2.6.4)
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.2)
rack (2.2.6.4)
rack-protection (2.2.3)
rack
rest-client (2.0.1)
Expand Down

0 comments on commit 3beda8a

Please sign in to comment.