-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
47 lines (30 loc) · 877 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
43
44
45
46
47
source 'https://rubygems.org'
gem 'rails', '>= 7.1'
gem 'sprockets-rails'
gem 'sassc-rails'
gem 'json', '>=2.3.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem "nokogiri", ">= 1.15.6"
gem 'mysql2', '~> 0.5'
gem 'net-ldap'
gem "sass", :require => 'sass'
gem 'jquery-rails', '~> 4.3'
gem 'jquery-ui-rails', '~> 6.0'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
gem 'capistrano', '~> 2.15.5'
gem 'simple_calendar', '~> 2.0'
# For Markdown parsing/rendering
gem 'redcarpet', '~> 3.5.1'
# To use debugger
#gem 'ruby-debug19', :require => 'ruby-debug'
gem 'simplecov'
gem 'paperclip'
# Commenting this out for now, not planning on using aws
# gem 'aws-sdk', '< 2.0'