forked from butlerjim/alt_tes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
33 lines (27 loc) · 1021 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
source 'https://rubygems.org'
ruby '2.3.1'
gem 'rails', '4.2.7.1'
gem 'byebug', group: [:development, :test]
gem 'capistrano-passenger', group: :development
gem 'capistrano-rails', group: :development
gem 'capistrano-rbenv', group: :development
gem 'coffee-rails', '~> 4.1.0'
gem 'devise'
gem 'devise-guests', '~> 0.5'
gem 'fcrepo_wrapper', group: [:development, :test]
gem 'hydra-head', '~> 10.2.0'
gem 'jbuilder', '~> 2.0'
gem 'jquery-rails'
gem 'pg', '~> 0.15'
gem 'rsolr', '~> 1.0'
gem 'rspec-rails', group: [:development, :test]
gem 'sass-rails', '~> 5.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'solr_wrapper', '>= 0.3', group: [:development, :test]
gem 'spring', group: [:development]
gem 'sufia', git: 'https://github.com/projecthydra/sufia.git'
gem 'turbolinks'
gem 'uglifier', '>= 1.3.0'
gem 'web-console', '~> 2.0', group: [:development]
# Flipflop gets pouty if it is not last, thus it is in timeout down here at the bottom
gem 'flipflop', git: 'https://github.com/jcoyne/flipflop.git', branch: 'hydra'