Advertisement
kunnu

Untitled

Apr 25th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. source "http://rubygems.org"
  3. gem 'pg'
  4. gem "rails", "~> 2.3.18"
  5. gem "json"
  6. gem "haml", '3.0.22'
  7. gem 'will_paginate', '~> 2.3.11'
  8. gem "color", '1.4.1'
  9. gem 'twitter', '4.3.0'
  10. gem 'mash'
  11. gem 'httparty'
  12. gem 'ruby-hmac'
  13.  
  14. gem 'facebooker2'
  15. gem 'mogli'
  16. gem 'httparty'
  17. gem 'oauth', '0.4.3'
  18. gem 'oauth-plugin', '0.3.14'
  19. gem "calendar_date_select", '1.16.1'
  20. gem "rcov"
  21. gem "lazy", '0.9.6'
  22. gem 'fastercsv'
  23. gem 'highline'
  24.  
  25. group :test do
  26. gem 'pg'
  27. gem 'shoulda'
  28. gem 'thoughtbot-shoulda'
  29. gem 'mocha'
  30. gem 'nokogiri'
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement