File tree Expand file tree Collapse file tree
building-your-first-github-app
app/ruby/app-issue-creator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "commander" : " ^4.1.0" ,
1313 "dotenv" : " ^8.2.0" ,
1414 "inquirer" : " ^7.0.4" ,
15- "lodash" : " ^4.17.15 " ,
15+ "lodash" : " ^4.17.21 " ,
1616 "moment" : " ^2.29.4" ,
1717 "octokit" : " ^1.0.0-hello-world" ,
1818 "pretty-bytes" : " ^5.3.0" ,
Original file line number Diff line number Diff line change 99 mustermann (2.0.2 )
1010 ruby2_keywords (~> 0.0.1 )
1111 netrc (0.11.0 )
12- rack (2.2.5 )
12+ rack (2.2.6.2 )
1313 rack-protection (2.2.3 )
1414 rack
1515 rest-client (1.8.0 )
Original file line number Diff line number Diff line change 1010 ruby2_keywords (~> 0.0.1 )
1111 octokit (3.0.0 )
1212 sawyer (~> 0.5.3 )
13- rack (2.2.5 )
13+ rack (2.2.6.2 )
1414 rack-protection (2.2.3 )
1515 rack
1616 ruby2_keywords (0.0.5 )
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ source "https://rubygems.org"
22
33gem "jwt" , "~> 2.1"
44gem "octokit" , "~> 4.0"
5- gem "sinatra" , "~> 2.0 "
5+ gem "sinatra" , "~> 2.2 "
Original file line number Diff line number Diff line change 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
2729PLATFORMS
2830 ruby
2931
3032DEPENDENCIES
3133 jwt (~> 2.1 )
3234 octokit (~> 4.0 )
33- sinatra (~> 2.0 )
35+ sinatra (~> 2.2 )
3436
3537BUNDLED WITH
3638 1.14.6
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ source "https://rubygems.org"
33gem "json" , "~> 1.8"
44gem "octokit" , "~> 3.0"
55gem "shotgun"
6- gem "sinatra" , "~> 1.3.5 "
6+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 66 multipart-post (>= 1.2 , < 3 )
77 json (1.8.3 )
88 multipart-post (2.0.0 )
9+ mustermann (2.0.2 )
10+ ruby2_keywords (~> 0.0.1 )
911 octokit (3.0.0 )
1012 sawyer (~> 0.5.3 )
11- rack (1.6.13 )
12- rack-protection (1.5.2 )
13+ rack (2.2.6.2 )
14+ rack-protection (2.2.3 )
1315 rack
16+ ruby2_keywords (0.0.5 )
1417 sawyer (0.5.4 )
1518 addressable (~> 2.3.5 )
1619 faraday (~> 0.8 , < 0.10 )
1720 shotgun (0.9 )
1821 rack (>= 1.0 )
19- sinatra (1.3.6 )
20- rack (~> 1.4 )
21- rack-protection (~> 1.3 )
22- tilt (~> 1.3 , >= 1.3.3 )
23- tilt (1.4.1 )
22+ sinatra (2.2.3 )
23+ mustermann (~> 2.0 )
24+ rack (~> 2.2 )
25+ rack-protection (= 2.2.3 )
26+ tilt (~> 2.0 )
27+ tilt (2.1.0 )
2428
2529PLATFORMS
2630 ruby
@@ -29,7 +33,7 @@ DEPENDENCIES
2933 json (~> 1.8 )
3034 octokit (~> 3.0 )
3135 shotgun
32- sinatra (~> 1.3.5 )
36+ sinatra (~> 2.2.3 )
3337
3438BUNDLED WITH
3539 1.11.2
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "json" , "~>2.1 .0"
3+ gem "json" , "~>2.3 .0"
44gem "octokit" , "~>4.7.0"
55gem "sinatra" , "~>1.4.8"
66gem "sinatra_auth_github" , "~>1.2.0"
Original file line number Diff line number Diff line change 66 i18n (>= 1.6 , < 2 )
77 minitest (>= 5.1 )
88 tzinfo (~> 2.0 )
9- addressable (2.5.2 )
10- public_suffix (>= 2.0.2 , < 4 .0 )
9+ addressable (2.8.1 )
10+ public_suffix (>= 2.0.2 , < 6 .0 )
1111 concurrent-ruby (1.2.0 )
12- faraday (0.13.1 )
13- multipart-post (>= 1.2 , < 3 )
12+ faraday (1.10.3 )
13+ faraday-em_http (~> 1.0 )
14+ faraday-em_synchrony (~> 1.0 )
15+ faraday-excon (~> 1.1 )
16+ faraday-httpclient (~> 1.0 )
17+ faraday-multipart (~> 1.0 )
18+ faraday-net_http (~> 1.0 )
19+ faraday-net_http_persistent (~> 1.0 )
20+ faraday-patron (~> 1.0 )
21+ faraday-rack (~> 1.0 )
22+ faraday-retry (~> 1.0 )
23+ ruby2_keywords (>= 0.0.4 )
24+ faraday-em_http (1.0.0 )
25+ faraday-em_synchrony (1.0.0 )
26+ faraday-excon (1.1.0 )
27+ faraday-httpclient (1.0.1 )
28+ faraday-multipart (1.0.4 )
29+ multipart-post (~> 2 )
30+ faraday-net_http (1.0.1 )
31+ faraday-net_http_persistent (1.2.0 )
32+ faraday-patron (1.0.0 )
33+ faraday-rack (1.0.0 )
34+ faraday-retry (1.0.3 )
1435 i18n (1.12.0 )
1536 concurrent-ruby (~> 1.0 )
16- json (2.1 .0 )
37+ json (2.3 .0 )
1738 minitest (5.17.0 )
18- multipart-post (2.0 .0 )
39+ multipart-post (2.3 .0 )
1940 octokit (4.7.0 )
2041 sawyer (~> 0.8.0 , >= 0.5.3 )
21- public_suffix (3 .0.0 )
42+ public_suffix (5 .0.1 )
2243 rack (1.6.13 )
2344 rack-protection (1.5.5 )
2445 rack
25- sawyer (0.8.1 )
26- addressable (>= 2.3.5 , < 2.6 )
27- faraday (~> 0.8 , < 1.0 )
46+ ruby2_keywords (0.0.5 )
47+ sawyer (0.8.2 )
48+ addressable (>= 2.3.5 )
49+ faraday (> 0.8 , < 2.0 )
2850 sinatra (1.4.8 )
2951 rack (~> 1.5 )
3052 rack-protection (~> 1.4 )
@@ -46,7 +68,7 @@ PLATFORMS
4668 ruby
4769
4870DEPENDENCIES
49- json (~> 2.1 .0 )
71+ json (~> 2.3 .0 )
5072 octokit (~> 4.7.0 )
5173 sinatra (~> 1.4.8 )
5274 sinatra_auth_github (~> 1.2.0 )
You can’t perform that action at this time.
0 commit comments