-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
47 lines (45 loc) · 1.08 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
source 'http://rubygems.org'
gem 'rails','3.0.0'
gem 'haml'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'pg',:group=>:production
gem 'koala'
gem 'koala-rails'
gem 'paperclip'
gem "aws-s3"
gem "nokogiri"
gem "yajl-ruby", "0.7.7"
gem "httparty"
gem 'sunspot_rails', :git => 'http://github.com/outoftime/sunspot.git'
gem "will_paginate", "~> 3.0.pre2"
gem 'inherited_resources', '1.1.2'
gem 'mechanize'
gem 'addressable'
gem 'formtastic'
gem 'dynamic_form'
gem 'twitter', '0.9.12'
gem 'bitly'
gem "moonshado-sms", "1.1.0"
gem "recurly"
gem 'has_scope'
gem "aasm", :git => 'https://github.com/rubyist/aasm.git'
gem 'compass', '0.10.6'
gem 'hassle', :git => 'https://github.com/neonlex/hassle.git'
gem "money"
gem "youtube_it", :git => 'https://github.com/kylejginavan/youtube_it.git'
gem 'whenever', :require => false
gem 'delayed_job'
group :development,:test,:cucumber do
gem 'cucumber'
gem 'cucumber-rails'
gem 'capybara'
gem 'factory_girl_rails'
gem 'database_cleaner'
gem 'rspec-rails'
gem 'spork'
gem 'launchy'
gem 'shoulda'
gem 'mocha'
gem 'timecop'
gem 'ruby-debug'
end