-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
42 lines (33 loc) · 828 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://gems.oit.duke.edu'
gem 'rails', '3.2.13'
gem 'mysql2', '0.3.20'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', '~> 0.12.1', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
#gem 'rbvmomi'
#gem 'ruby-oci8'
gem 'savon'
gem 'will_paginate'
gem 'net-ssh'
gem 'net-ldap'
gem 'json', '~> 1.8.1'
gem 'rest_client', '~> 1.8.2'
gem 'rubyzip'
gem 'daemons'
gem 'ims-lti'
# active scaffold for the MOOC-LTI work
gem 'active_scaffold'
group :development do
gem 'quiet_assets'
gem 'pry'
gem 'thin'
gem 'capistrano', '2.15.5'
gem 'rvm-capistrano', '1.4.4'
end