-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gemfile
34 lines (25 loc) · 867 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
source 'http://rubygems.org'
gem 'rails', '~> 3.2.0.beta'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
gem 'active_model_serializers', :git => "git://github.com/josevalim/active_model_serializers.git"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass'
gem 'compass'
gem 'rake-pipeline', :git => "git://github.com/livingsocial/rake-pipeline.git"
gem 'rake-pipeline-web-filters', :git => "git://github.com/wycats/rake-pipeline-web-filters.git"
end
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
group :test do
gem 'rspec-rails', '~> 2.8.1'
end