forked from expertiza/expertiza
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
30 lines (28 loc) · 725 Bytes
/
Gemfile
File metadata and controls
30 lines (28 loc) · 725 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
source 'http://rubygems.org'
gem 'capistrano'
gem 'expertiza-authlogic', '~> 2.1.6.1', :require => 'authlogic'
gem 'fastercsv'
gem 'gdata', :require => false
gem 'gchartrb', :require => 'google_chart'
gem 'hoptoad_notifier'
gem 'mysql'
gem 'rdoc'
gem 'rails', '~> 2.3.14'
gem 'RedCloth'
gem 'rake'
gem 'rgl', :require => 'rgl/adjacency'
gem 'rubyzip', :require => 'zip/zip'
gem 'rdoc'
gem "rspec-rails", "1.3.2"
group :development do
gem 'mongrel'
gem 'ruby-debug'
end
group :test do
gem 'cucumber', '1.1.4', :require => false
gem 'cucumber-rails', '0.3.2', :require => false
gem 'gherkin', '~> 2.7.6'
gem 'capybara', '0.3.9'
gem 'database_cleaner', '>= 0.5.0', :require => false
gem 'launchy', '0.4.0'
end