Skip to content

Commit 5950a9d

Browse files
Merge dependabot/bundler/api/ruby/building-your-first-github-app/sinatra-2.2.3 into combine-prs-branch
2 parents e4dda24 + d024c92 commit 5950a9d

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source "https://rubygems.org"
22

33
gem "jwt", "~> 2.1"
44
gem "octokit", "~> 4.0"
5-
gem "sinatra", "~> 2.0"
5+
gem "sinatra", "~> 2.2"

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,32 @@ GEM
77
multipart-post (>= 1.2, < 3)
88
jwt (2.1.0)
99
multipart-post (2.0.0)
10-
mustermann (1.0.2)
10+
mustermann (2.0.2)
11+
ruby2_keywords (~> 0.0.1)
1112
octokit (4.9.0)
1213
sawyer (~> 0.8.0, >= 0.5.3)
1314
public_suffix (3.0.2)
1415
rack (2.2.6.2)
15-
rack-protection (2.0.3)
16+
rack-protection (2.2.3)
1617
rack
18+
ruby2_keywords (0.0.5)
1719
sawyer (0.8.1)
1820
addressable (>= 2.3.5, < 2.6)
1921
faraday (~> 0.8, < 1.0)
20-
sinatra (2.0.3)
21-
mustermann (~> 1.0)
22-
rack (~> 2.0)
23-
rack-protection (= 2.0.3)
22+
sinatra (2.2.3)
23+
mustermann (~> 2.0)
24+
rack (~> 2.2)
25+
rack-protection (= 2.2.3)
2426
tilt (~> 2.0)
25-
tilt (2.0.8)
27+
tilt (2.1.0)
2628

2729
PLATFORMS
2830
ruby
2931

3032
DEPENDENCIES
3133
jwt (~> 2.1)
3234
octokit (~> 4.0)
33-
sinatra (~> 2.0)
35+
sinatra (~> 2.2)
3436

3537
BUNDLED WITH
3638
1.14.6

0 commit comments

Comments
 (0)