File tree Expand file tree Collapse file tree 12 files changed +29
-29
lines changed
building-your-first-github-app
discovering-resources-for-a-user
app/ruby/app-issue-creator Expand file tree Collapse file tree 12 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
- gem 'sinatra' , ' ~> 1.3.5'
4
- gem 'rest-client' , ' ~> 1.8.0'
3
+ gem "rest-client" , " ~> 1.8.0"
4
+ gem "sinatra" , " ~> 1.3.5"
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
3
gem "json" , "~> 1.8"
4
- gem 'sinatra' , ' ~> 1.3.5'
4
+ gem "octokit" , " ~> 3.0"
5
5
gem "shotgun"
6
- gem "octokit " , ' ~> 3.0'
6
+ gem "sinatra " , " ~> 1.3.5"
Original file line number Diff line number Diff line change 1
- source ' http://rubygems.org'
1
+ source " http://rubygems.org"
2
2
3
- gem 'sinatra' , ' ~> 2.0'
4
- gem 'jwt' , ' ~> 2.1'
5
- gem 'octokit' , ' ~> 4.0'
3
+ gem "jwt" , " ~> 2.1"
4
+ gem "octokit" , " ~> 4.0"
5
+ gem "sinatra" , " ~> 2.0"
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
3
gem "json" , "~> 1.8"
4
- gem 'sinatra' , ' ~> 1.3.5'
4
+ gem "octokit" , " ~> 3.0"
5
5
gem "shotgun"
6
- gem "octokit " , ' ~> 3.0'
6
+ gem "sinatra " , " ~> 1.3.5"
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
3
gem "octokit" , "~> 3.0"
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
3
gem "json" , "~>2.1.0"
4
+ gem "octokit" , "~>4.7.0"
4
5
gem "sinatra" , "~>1.4.8"
5
6
gem "sinatra_auth_github" , "~>1.2.0"
6
- gem "octokit" , "~>4.7.0"
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
3
gem "octokit" , "~> 2.0"
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
3
gem "octokit" , "~> 2.0"
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
+ gem "activesupport" , "~> 5.0"
3
4
gem "json" , "~> 1.8"
4
- gem 'sinatra' , '~> 1.3.5'
5
- gem 'octokit'
6
- gem 'jwt'
7
- gem 'activesupport' , '~> 5.0'
5
+ gem "jwt"
6
+ gem "octokit"
7
+ gem "sinatra" , "~> 1.3.5"
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
3
gem "json" , "~> 1.8"
4
- gem ' sinatra' , ' ~> 1.3.5'
4
+ gem " sinatra" , " ~> 1.3.5"
You can’t perform that action at this time.
0 commit comments