forked from rapidftr/RapidFTR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
36 lines (32 loc) · 879 Bytes
/
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
source :gemcutter
gem 'couchrest', '0.34'
gem 'dictionary', '1.0.0'
gem 'fastercsv', '1.5.3'
gem 'hoptoad_notifier', '2.4.2'
gem 'json', '1.4.6'
gem 'json_pure', '1.4.6'
gem 'mime-types', '1.16'
gem 'mini_magick', '1.3.2'
gem 'pdf-reader', '0.8.6'
gem 'prawn', '0.8.4'
gem 'rails', '2.3.11'
gem 'rest-client', '1.3.0'
gem 'subexec', '0.0.4'
gem 'uuidtools', '2.1.1'
gem 'validatable', '1.6.7'
gem 'sunspot', '1.1.0'
gem 'tzinfo'
group :cucumber do
gem 'cucumber', '0.9.4'
gem 'cucumber-rails', '0.3.2'
gem 'hpricot', '0.8.2'
gem 'launchy', '0.4.0'
end
group :test do
gem 'rspec', '1.3.2'
gem 'rspec-rails', '1.3.4'
gem 'webrat', '0.7.1'
gem 'capybara', '1.0.1'
gem 'selenium-webdriver', '2.20.0'
gem 'jasmine'
end