forked from joren/motherly_recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
42 lines (36 loc) · 906 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 'https://rubygems.org'
gem 'rails', '3.2.13'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'bootstrap-sass', '~> 2.2.1.1'
gem 'font-awesome-sass-rails'
gem 'uglifier', '>= 1.0.3'
end
group :development do
gem "better_errors"
gem "binding_of_caller"
gem "therubyracer"
gem 'unicorn'
gem 'quiet_assets'
end
gem 'bootstrap-will_paginate'
gem 'capistrano'
gem 'devise', '>= 2.0.0'
gem 'devise_invitable', '~> 1.0.0'
gem 'exception_notification'
gem 'formatize'
gem 'haml-rails'
gem 'jquery-rails'#, '2.1.4' # rails3-jquery-autocomplete no longer compatible with jquery 2.2.0.. follow up please
gem 'jquery-ui-rails'
gem "kaminari"
gem 'localeapp'
gem 'mysql2'
gem "nested_form"
gem 'newrelic_rpm'
gem 'openminds_deploy'
gem "opinio"
gem "paperclip", "~> 3.0"
gem 'rails3-jquery-autocomplete'
gem "select2-rails"
gem 'simple_form'