Skip to content

Commit

Permalink
Merge pull request #740 from github/dependabot/bundler/api/ruby/build…
Browse files Browse the repository at this point in the history
…ing-a-ci-server/bundler-240dd09a75

Bump the bundler group across 3 directories with 3 updates
  • Loading branch information
djdefi authored Nov 5, 2024
2 parents fcd5900 + 9d1a135 commit 227e2dc
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 25 deletions.
2 changes: 1 addition & 1 deletion api/ruby/building-a-ci-server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"
gem "json", "~> 2.3"
gem "octokit", "~> 3.0"
gem "shotgun"
gem "sinatra", "~> 2.2.3"
gem "sinatra", "~> 4.0.0"
25 changes: 15 additions & 10 deletions api/ruby/building-a-ci-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,34 @@ GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
base64 (0.2.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
json (2.3.0)
multipart-post (2.0.0)
mustermann (2.0.2)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
octokit (3.0.0)
sawyer (~> 0.5.3)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
rack (3.1.7)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
ruby2_keywords (0.0.5)
sawyer (0.5.4)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
shotgun (0.9)
rack (>= 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.0.11)
tilt (2.4.0)

PLATFORMS
ruby
Expand All @@ -33,7 +38,7 @@ DEPENDENCIES
json (~> 2.3)
octokit (~> 3.0)
shotgun
sinatra (~> 2.2.3)
sinatra (~> 4.0.0)

BUNDLED WITH
1.11.2
2 changes: 1 addition & 1 deletion api/ruby/delivering-deployments/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"
gem "json", "~> 2.3"
gem "octokit", "~> 3.0"
gem "shotgun"
gem "sinatra", "~> 2.2.3"
gem "sinatra", "~> 4.0.0"
25 changes: 15 additions & 10 deletions api/ruby/delivering-deployments/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,34 @@ GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
base64 (0.2.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
json (2.3.0)
multipart-post (2.0.0)
mustermann (2.0.2)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
octokit (3.0.0)
sawyer (~> 0.5.3)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
rack (3.1.7)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
ruby2_keywords (0.0.5)
sawyer (0.5.4)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
shotgun (0.9)
rack (>= 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.1.0)
tilt (2.4.0)

PLATFORMS
ruby
Expand All @@ -33,7 +38,7 @@ DEPENDENCIES
json (~> 2.3)
octokit (~> 3.0)
shotgun
sinatra (~> 2.2.3)
sinatra (~> 4.0.0)

BUNDLED WITH
1.11.2
6 changes: 3 additions & 3 deletions api/ruby/rendering-data-as-graphs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
concurrent-ruby (1.2.2)
faraday (1.10.3)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
multipart-post (2.3.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (5.0.1)
public_suffix (6.0.1)
rack (1.6.13)
rack-protection (1.5.5)
rack
Expand Down

0 comments on commit 227e2dc

Please sign in to comment.