Skip to content

Commit

Permalink
Merge pull request #184 from atmos/patch-1
Browse files Browse the repository at this point in the history
update sinatra_auth_github dependency
  • Loading branch information
holman committed Jul 5, 2012
2 parents d9dfe72 + d92d86c commit f0b04c0
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'mustache', '~>0.99.4'
gem "SystemTimer", "~>1.2.3", :platforms => [:mri_18]
gem 'yajl-ruby'
gem 'redis'
gem 'sinatra_auth_github', '~>0.7.0'
gem 'sinatra_auth_github', '~>0.8.2'
gem 'sprockets'
gem 'sass', '~>3.1'
gem 'coffee-script'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
multi_json (~> 1.0)
faraday (0.8.1)
multipart-post (~> 1.1)
faraday_middleware (0.8.7)
faraday_middleware (0.8.8)
faraday (>= 0.7.4, < 0.9)
foreman (0.39.0)
term-ansicolor (~> 1.0.7)
Expand Down Expand Up @@ -61,10 +61,10 @@ GEM
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra_auth_github (0.7.0)
sinatra_auth_github (0.8.2)
rest-client (~> 1.6.1)
sinatra (~> 1.0)
warden-github (~> 0.7.0)
warden-github (~> 0.8.2)
yajl-ruby (~> 1.1)
sprockets (2.3.0)
hike (~> 1.2)
Expand All @@ -78,9 +78,9 @@ GEM
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
warden (1.2.0)
warden (1.2.1)
rack (>= 1.0)
warden-github (0.7.0)
warden-github (0.8.2)
json (~> 1.5)
oauth2 (~> 0.5.2)
octokit (~> 1.4.0)
Expand All @@ -107,7 +107,7 @@ DEPENDENCIES
sass (~> 3.1)
shotgun
sinatra
sinatra_auth_github (~> 0.7.0)
sinatra_auth_github (~> 0.8.2)
sprockets
thin
yajl-ruby
Binary file removed vendor/cache/faraday_middleware-0.8.7.gem
Binary file not shown.
Binary file added vendor/cache/faraday_middleware-0.8.8.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/warden-1.2.0.gem
Binary file not shown.
Binary file added vendor/cache/warden-1.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/warden-github-0.7.0.gem
Binary file not shown.
Binary file added vendor/cache/warden-github-0.8.2.gem
Binary file not shown.

0 comments on commit f0b04c0

Please sign in to comment.