Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source :rubygems

gem 'sinatra', '~>1.0'
gem 'yajl-ruby', '~>1.1.0'
gem 'sinatra', '~> 2.2', '>= 2.2.3'
gem 'yajl-ruby', '~> 1.4.2'
gem 'mustache', '~>0.11.2'
gem 'curb', '~>0.7.8'
gem 'coderay', '~>0.8.357'

gem 'sinatra_auth_github'
gem 'sinatra_auth_github', '>= 2.0.0'

group :test do
gem 'shotgun'
Expand Down
85 changes: 53 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,39 +1,57 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.2)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.2)
public_suffix (>= 2.0.2, < 6.0)
coderay (0.8.357)
concurrent-ruby (1.2.2)
curb (0.7.8)
faraday (0.4.6)
addressable (>= 2.1.1)
rack (>= 1.0.1)
json (1.4.6)
mime-types (1.16)
multi_json (0.0.5)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.18.0)
mustache (0.11.2)
oauth2 (0.0.13)
faraday (~> 0.4.1)
multi_json (>= 0.0.4)
rack (1.2.1)
rest-client (1.5.1)
mime-types (>= 1.16)
shotgun (0.8)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
octokit (6.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
public_suffix (5.0.1)
rack (2.2.6.4)
rack-protection (2.2.4)
rack
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (1.1.0)
rack (~> 1.1)
tilt (~> 1.1)
sinatra_auth_github (0.0.11)
rest-client (~> 1.5.1)
sinatra (~> 1.0)
warden-github (~> 0.0.5)
tilt (1.1)
warden (0.10.7)
rack (>= 1.0.0)
warden-github (0.0.6)
json (>= 1.0.0)
oauth2 (~> 0.0.8)
warden (~> 0.10)
yajl-ruby (1.1.0)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
tilt (~> 2.0)
sinatra_auth_github (2.0.0)
sinatra (~> 2.0)
warden-github (~> 1.3)
tilt (2.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
warden-github (1.3.2)
activesupport (> 3.0)
octokit (> 2.1.0)
warden (> 1.0)
yajl-ruby (1.4.3)

PLATFORMS
ruby
Expand All @@ -43,6 +61,9 @@ DEPENDENCIES
curb (~> 0.7.8)
mustache (~> 0.11.2)
shotgun
sinatra (~> 1.0)
sinatra_auth_github
yajl-ruby (~> 1.1.0)
sinatra (~> 2.2, >= 2.2.3)
sinatra_auth_github (>= 2.0.0)
yajl-ruby (~> 1.4.2)

BUNDLED WITH
2.1.4