include oauth gem for a cli tool

This commit is contained in:
joshua stein 2013-07-03 22:40:37 -05:00
parent ca62e5b43f
commit 0ac51b9f8c
2 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,8 @@ gem "nokogiri"
gem "htmlentities"
gem "rdiscount"
gem "oauth"
gem "thinking-sphinx", "2.0.12"
gem "mail"

View file

@ -61,6 +61,7 @@ GEM
mime-types (1.21)
multi_json (1.7.1)
nokogiri (1.5.6)
oauth (0.4.7)
polyglot (0.3.3)
rack (1.4.5)
rack-cache (1.2)
@ -138,6 +139,7 @@ DEPENDENCIES
mail
mysql2!
nokogiri
oauth
rails (= 3.2.13)
rake (= 10.0.3)
rdiscount