Skip to content

Commit 227e2dc

Browse files
authored
Merge pull request #740 from github/dependabot/bundler/api/ruby/building-a-ci-server/bundler-240dd09a75
Bump the bundler group across 3 directories with 3 updates
2 parents fcd5900 + 9d1a135 commit 227e2dc

File tree

5 files changed

+35
-25
lines changed

5 files changed

+35
-25
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
gem "json", "~> 2.3"
44
gem "octokit", "~> 3.0"
55
gem "shotgun"
6-
gem "sinatra", "~> 2.2.3"
6+
gem "sinatra", "~> 4.0.0"

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

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,34 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
addressable (2.3.6)
5+
base64 (0.2.0)
56
faraday (0.9.0)
67
multipart-post (>= 1.2, < 3)
78
json (2.3.0)
89
multipart-post (2.0.0)
9-
mustermann (2.0.2)
10+
mustermann (3.0.3)
1011
ruby2_keywords (~> 0.0.1)
1112
octokit (3.0.0)
1213
sawyer (~> 0.5.3)
13-
rack (2.2.8.1)
14-
rack-protection (2.2.3)
15-
rack
14+
rack (3.1.7)
15+
rack-protection (4.0.0)
16+
base64 (>= 0.1.0)
17+
rack (>= 3.0.0, < 4)
18+
rack-session (2.0.0)
19+
rack (>= 3.0.0)
1620
ruby2_keywords (0.0.5)
1721
sawyer (0.5.4)
1822
addressable (~> 2.3.5)
1923
faraday (~> 0.8, < 0.10)
2024
shotgun (0.9)
2125
rack (>= 1.0)
22-
sinatra (2.2.3)
23-
mustermann (~> 2.0)
24-
rack (~> 2.2)
25-
rack-protection (= 2.2.3)
26+
sinatra (4.0.0)
27+
mustermann (~> 3.0)
28+
rack (>= 3.0.0, < 4)
29+
rack-protection (= 4.0.0)
30+
rack-session (>= 2.0.0, < 3)
2631
tilt (~> 2.0)
27-
tilt (2.0.11)
32+
tilt (2.4.0)
2833

2934
PLATFORMS
3035
ruby
@@ -33,7 +38,7 @@ DEPENDENCIES
3338
json (~> 2.3)
3439
octokit (~> 3.0)
3540
shotgun
36-
sinatra (~> 2.2.3)
41+
sinatra (~> 4.0.0)
3742

3843
BUNDLED WITH
3944
1.11.2

api/ruby/delivering-deployments/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
gem "json", "~> 2.3"
44
gem "octokit", "~> 3.0"
55
gem "shotgun"
6-
gem "sinatra", "~> 2.2.3"
6+
gem "sinatra", "~> 4.0.0"

api/ruby/delivering-deployments/Gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,34 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
addressable (2.3.6)
5+
base64 (0.2.0)
56
faraday (0.9.0)
67
multipart-post (>= 1.2, < 3)
78
json (2.3.0)
89
multipart-post (2.0.0)
9-
mustermann (2.0.2)
10+
mustermann (3.0.3)
1011
ruby2_keywords (~> 0.0.1)
1112
octokit (3.0.0)
1213
sawyer (~> 0.5.3)
13-
rack (2.2.8.1)
14-
rack-protection (2.2.3)
15-
rack
14+
rack (3.1.7)
15+
rack-protection (4.0.0)
16+
base64 (>= 0.1.0)
17+
rack (>= 3.0.0, < 4)
18+
rack-session (2.0.0)
19+
rack (>= 3.0.0)
1620
ruby2_keywords (0.0.5)
1721
sawyer (0.5.4)
1822
addressable (~> 2.3.5)
1923
faraday (~> 0.8, < 0.10)
2024
shotgun (0.9)
2125
rack (>= 1.0)
22-
sinatra (2.2.3)
23-
mustermann (~> 2.0)
24-
rack (~> 2.2)
25-
rack-protection (= 2.2.3)
26+
sinatra (4.0.0)
27+
mustermann (~> 3.0)
28+
rack (>= 3.0.0, < 4)
29+
rack-protection (= 4.0.0)
30+
rack-session (>= 2.0.0, < 3)
2631
tilt (~> 2.0)
27-
tilt (2.1.0)
32+
tilt (2.4.0)
2833

2934
PLATFORMS
3035
ruby
@@ -33,7 +38,7 @@ DEPENDENCIES
3338
json (~> 2.3)
3439
octokit (~> 3.0)
3540
shotgun
36-
sinatra (~> 2.2.3)
41+
sinatra (~> 4.0.0)
3742

3843
BUNDLED WITH
3944
1.11.2

api/ruby/rendering-data-as-graphs/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ GEM
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
9-
addressable (2.8.1)
10-
public_suffix (>= 2.0.2, < 6.0)
9+
addressable (2.8.7)
10+
public_suffix (>= 2.0.2, < 7.0)
1111
concurrent-ruby (1.2.2)
1212
faraday (1.10.3)
1313
faraday-em_http (~> 1.0)
@@ -39,7 +39,7 @@ GEM
3939
multipart-post (2.3.0)
4040
octokit (4.7.0)
4141
sawyer (~> 0.8.0, >= 0.5.3)
42-
public_suffix (5.0.1)
42+
public_suffix (6.0.1)
4343
rack (1.6.13)
4444
rack-protection (1.5.5)
4545
rack

0 commit comments

Comments
 (0)