Skip to content

Commit

Permalink
Added new gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
auser committed Jan 4, 2012
1 parent ef36abd commit 5aa43b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Expand Up @@ -18,14 +18,14 @@ GEM
activesupport (3.1.3)
multi_json (~> 1.0)
addressable (2.2.6)
daemons (1.1.4)
daemons (1.1.5)
eventmachine (0.12.10)
faraday (0.7.5)
addressable (~> 2.2.6)
multipart-post (~> 1.1.3)
rack (>= 1.1.0, < 2)
hashie (1.2.0)
heroku (2.16.1)
heroku (2.17.0)
launchy (>= 0.3.2)
rest-client (~> 1.6.1)
rubyzip
Expand All @@ -37,9 +37,9 @@ GEM
multi_json (1.0.4)
multipart-post (1.1.4)
oauth (0.4.5)
oauth2 (0.5.1)
faraday (~> 0.7.4)
multi_json (~> 1.0.3)
oauth2 (0.5.2)
faraday (~> 0.7)
multi_json (~> 1.0)
omniauth (1.0.1)
hashie (~> 1.2)
rack
Expand All @@ -56,18 +56,18 @@ GEM
omniauth (~> 1.0)
omniauth-twitter (0.0.7)
omniauth-oauth (~> 1.0)
rack (1.3.5)
rack-protection (1.1.4)
rack (1.4.0)
rack-protection (1.2.0)
rack
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.5)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
term-ansicolor (1.0.7)
thin (1.3.1)
Expand Down
1 change: 1 addition & 0 deletions omniauth-att.gemspec
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |s|
%w(sinatra thin omniauth-github omniauth-facebook omniauth-twitter).each do |gem|
s.add_runtime_dependency gem
end

%w(shotgun heroku).each do |gem|
s.add_development_dependency gem
end
Expand Down

0 comments on commit 5aa43b0

Please sign in to comment.