-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
36 lines (35 loc) · 769 Bytes
/
Gemfile
File metadata and controls
36 lines (35 loc) · 769 Bytes
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
source 'http://rubygems.org'
gem 'rails', '3.0.3'
gem 'json'
gem 'god'
gem 'unicorn'
gem 'mysql'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem "resque", :require => "resque/server"
gem 'acts-as-taggable-on'
gem 'ancestry'
gem 'feed-normalizer'
gem 'nokogiri'
gem "devise", '1.2.rc'
gem "oa-oauth", :require => "omniauth/oauth"
gem 'rmagick', :require => 'RMagick' # only if used
gem 'rack-cache', :require => 'rack/cache' # only if used
gem 'dragonfly'
gem 'activequeue'
gem 'compass'
gem 'typhoeus'
gem 'capybara'
gem 'database_cleaner'
gem 'cucumber-rails'
gem 'cucumber'
gem 'rspec-rails'
gem 'autotest'
gem 'machinist'
gem 'spork'
gem 'launchy'
gem 'pickle'
gem 'googlecharts'
gem 'metric_fu'
gem 'ruby-prof'
gem 'rspec', :group => :test
gem 'hirb'