forked from drcapulet/warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
28 lines (26 loc) · 642 Bytes
/
Copy pathGemfile
File metadata and controls
28 lines (26 loc) · 642 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
source "http://gemcutter.org"
source "http://gems.github.com"
gem 'gravtastic', '>= 2.2.0'
gem 'grit'
gem 'rails', '2.3.5'
gem 'sqlite3-ruby', '1.2.5'
gem 'will_paginate'
gem 'compass', '0.8.17'
gem 'progressbar', '0.9.0'
gem 'formtastic', '0.9.8'
gem 'authlogic'
gem 'permalink_fu'
gem 'json'
gem 'pony', '>= 1.0'
gem 'tinder'
gem 'xml-simple'
gem 'twitter_oauth'
group :cucumber do
gem "cucumber", ">=0.6.1"
gem 'cucumber-rails', '>=0.2.3'
gem 'database_cleaner', '>=0.2.3'
gem 'webrat', '>=0.6.0'
gem 'rspec', '>=1.2.9'
gem 'rspec-rails', '>=1.2.9'
gem 'pickle', '>=0.2.1'
end