Updated Gemfile.lock
[slick.rotten.hw2.git] / Gemfile
blob2dac2a68fa64df6f279af221cdfd43af5128e0d4
1 source 'http://rubygems.org'
3 gem 'rails', '3.1.0'
5 # Bundle edge Rails instead:
6 # gem 'rails',     :git => 'git://github.com/rails/rails.git'
8 # for Heroku deployment - as described in Ap. A of ELLS book
9 group :development, :test do
10   gem 'sqlite3'
11   gem 'ruby-debug19', :require => 'ruby-debug'
12 end
13 group :production do
14   gem 'pg'
15 end
17 # Gems used only for assets and not required
18 # in production environments by default.
19 group :assets do
20   gem 'therubyracer'              
21   gem 'sass-rails', "  ~> 3.1.0"
22   gem 'coffee-rails', "~> 3.1.0"
23   gem 'uglifier'
24 end
26 gem 'jquery-rails'
28 # Use unicorn as the web server
29 # gem 'unicorn'
31 # Deploy with Capistrano
32 # gem 'capistrano'
34 # To use debugger
35 gem 'haml'