-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.sav
82 lines (64 loc) · 2.08 KB
/
Gemfile.sav
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
source 'https://rubygems.org'
source 'https://rubygems.org'
gem 'rails', '4.0.0'
group :production, :integration do
gem 'passenger'
gem 'pg'
end
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'blacklight'
gem 'hydra-head'
gem 'sufia', github: 'projecthydra/sufia', ref: '69ffbd26a51390a7c40553769b74008ca80d0ef9' #> 3.0.0
gem 'hydra-derivatives', github: 'projecthydra/hydra-derivatives', ref: 'e2a6540044e5bb3045016646663f70a9d627c0aa'
gem 'jettywrapper'
gem 'font-awesome-sass-rails'
gem 'activerecord-import'
gem 'active_fedora_relsint', github: 'projecthydra/active_fedora_relsint', ref: 'f0c6bf091a4007e73b39efa4'
gem 'active-fedora', github: 'projecthydra/active_fedora', ref: 'eba5760' # > 6.4.3
#gem 'hydra-collections', git:'git://github.com/psu-stewardship/hydra-collections.git', ref:'ee120ae377138cc90fd94747a'
#gem 'hydra-collections', path:'../hydra-collections'
gem 'hydra-collections', git: 'git://github.com/projecthydra/hydra-collections.git', ref:'f0d36d3'
#gem 'hydra-collections'
gem 'hydra-ldap', '0.1.0'
gem 'sqlite3'
gem 'kaminari', github: 'harai/kaminari', branch: 'route_prefix_prototype'
gem 'execjs', '1.4.0'
gem 'therubyracer', '0.10.2'
gem 'clamav', '0.4.1'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'capybara'
gem 'selenium-webdriver', '2.35'
gem 'database_cleaner'
gem 'launchy'
gem 'debugger'
gem 'rubyzip', '0.9.9', :require => 'zip/zip'
end
gem 'jquery-rails'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'debugger'
gem "devise"
gem "devise-guests", "~> 0.3"
gem "bootstrap-sass"
group :development, :test do
gem "mysql2"
gem "rspec-rails"
gem "jettywrapper"
gem 'rspec'
gem 'rspec-given'
gem 'factory_girl_rails', '~> 4.1.0'
gem 'minitest'
end