-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathGemfile
More file actions
39 lines (35 loc) · 722 Bytes
/
Copy pathGemfile
File metadata and controls
39 lines (35 loc) · 722 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
35
36
37
38
39
ruby '2.1.3'
source 'https://rubygems.org'
gem 'rails', '4.2.0.beta2'
gem 'pg'
gem 'sass-rails', '~> 5.0.0.beta1'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails', '~> 4.0.0.beta2'
gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'devise'
gem 'cancan'
gem 'bootstrap-sass'
gem 'sidekiq'
gem 'unf'
gem 'fog'
gem 'grape'
gem 'hashie_rails'
gem 'phashion'
gem 'twitter', '~> 5.13.0'
gem 'foreman'
gem 'rails_12factor', group: :production
gem 'unicorn'
group :development, :test do
gem 'pry'
gem 'web-console', '~> 2.0.0.beta4'
gem 'spring'
gem 'capybara'
gem 'poltergeist'
gem 'rspec-rails'
gem 'guard-rspec'
gem 'fabrication'
gem 'faker'
gem 'launchy'
end