forked from 4Dedos/shouldwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (25 loc) · 643 Bytes
/
Gemfile
File metadata and controls
35 lines (25 loc) · 643 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
source 'http://rubygems.org'
gem 'rails', '3.0.9'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
#gem 'sqlite3'
gem 'mysql2', '0.2.7'
#RottenTomatoes
gem 'rottentomatoes'
gem "haml", ">= 3.0.0"
gem "haml-rails"
gem "jquery-rails"
gem "omniauth", "~> 0.2.0"
gem "exception_notification", :require => 'exception_notifier'
group :development do
# DEPLOYMENT
gem 'capistrano'
end
group :development, :test do
gem 'ruby-debug19', :require => 'ruby-debug'
gem "rspec-rails", ">= 2.0.1"
gem "mocha"
gem "cucumber-rails"
gem "capybara"
gem "jslint_on_rails" # Javascript validator
end