-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
39 lines (36 loc) · 1015 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
source 'https://rubygems.org'
ruby '2.3.1'
gem 'rails', '~> 4.2.3'
gem 'bootstrap-datepicker-rails'
gem 'bootstrap-filestyle-rails'
gem 'bootstrap-sass', '~> 3.3.6'
gem 'bootstrap-table-rails'
gem 'bootstrap_form'
gem 'coffee-rails', '~> 4.1.0'
gem 'font-awesome-rails'
gem 'jbuilder', '~> 2.0'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'lazy_high_charts', git: 'https://github.com/michelson/lazy_high_charts', branch: 'master'
gem 'levenshtein-ffi'
gem 'mysql2', '~> 0.3.18'
gem 'net-ldap'
gem 'nokogiri'
gem 'octokit', '~> 4.0'
gem 'rails-i18n', git: 'https://github.com/svenfuchs/rails-i18n', branch: 'rails-4-x'
gem 'roo'
gem 'roo-xls'
gem 'ruby-gmail'
gem 'sass-rails', '~> 5.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'sentry-raven'
gem 'socksify', git: 'https://github.com/quotaguard/socksify-ruby', branch: 'master'
gem 'turbolinks'
gem 'uglifier', '>= 1.3.0'
gem 'will_paginate', '~> 3.1.0'
group :development, :test do
gem 'byebug'
gem 'spring'
gem 'timecop'
gem 'web-console', '~> 2.0'
end