forked from pat/thinking-sphinx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
21 lines (19 loc) · 632 Bytes
/
Gemfile
File metadata and controls
21 lines (19 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source 'http://rubygems.org'
gem 'activerecord', '>= 1.15.6', '< 3.0.0'
gem 'riddle', '>= 1.2.2'
gem 'after_commit', '>= 1.0.7'
group :development do
gem 'mysql', '2.8.1'
gem 'pg', '0.9.0'
gem 'jeweler', '1.5.1'
gem 'yard', '0.6.1'
gem 'rspec', '2.0.1'
gem 'rspec-core', '2.0.1'
gem 'rspec-expectations', '2.0.1'
gem 'rspec-mocks', '2.0.1'
gem 'rcov', '0.9.8'
gem 'cucumber', '0.9.4'
gem 'will_paginate', '2.3.15'
gem 'ginger', '1.2.0'
gem 'faker', '0.3.1'
end