-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
42 lines (29 loc) · 785 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
35
36
37
38
39
40
41
42
source 'http://rubygems.org'
gem 'rails', '3.1.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcpostgresql-adapter'
gem 'jruby-openssl'
gem 'json'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', " ~> 3.1.0"
gem 'coffee-rails', "~> 3.1.0"
gem 'uglifier'
end
gem 'jquery-rails'
# Use mizuno as the web server
gem 'mizuno', '= 0.4.0'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
# TESTING!
gem 'rspec', '= 2.6.0'
gem 'rspec-rails', '= 2.6.1'
gem 'capybara', '= 1.1.1'
gem 'steak', '= 2.0.0'
# Gems for, you know, doing stuff.
gem 'paperclip', '= 2.4.2'