Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 20 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,27 @@ GEM
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
base64 (0.3.0)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
io-console (0.7.2)
irb (1.12.0)
rdoc
reline (>= 0.4.2)
logger (1.6.1)
json (2.19.3)
logger (1.7.0)
multi_json (1.15.0)
mustermann (3.0.3)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
uri
net-http (0.9.1)
uri (>= 0.11.1)
octokit (8.1.0)
base64
faraday (>= 1, < 3)
Expand All @@ -38,7 +41,7 @@ GEM
stringio
public_suffix (5.0.4)
rack (3.1.21)
rack-protection (4.1.0)
rack-protection (4.2.0)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
Expand All @@ -53,22 +56,22 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
sinatra (4.1.0)
sinatra (4.2.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.0)
rack-protection (= 4.2.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-contrib (4.1.0)
sinatra-contrib (4.2.0)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 4.1.0)
sinatra (= 4.1.0)
rack-protection (= 4.2.0)
sinatra (= 4.2.0)
tilt (~> 2.0)
stringio (3.1.0)
tilt (2.4.0)
uri (0.13.3)
tilt (2.7.0)
uri (1.1.1)
webrick (1.8.2)

PLATFORMS
Expand Down
Loading