-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
63 lines (61 loc) · 2.58 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
source 'https://rubygems.org'
ruby '2.5.3'
gem 'rails', '5.1.6'
gem 'activejob-scheduler', git: 'https://github.com/notch8/activejob-scheduler.git'
gem 'blacklight_range_limit'
# TODO: do a new release and use the versioned version of bulkrax when the upgrade work is complete
gem 'bulkrax', git: 'https://github.com/samvera-labs/bulkrax.git', branch: 'v4.4-patch'
# gem 'bulkrax', '~> 4.4.0'
gem 'activerecord-nulldb-adapter'
gem 'bixby', group: %i[development test]
gem 'byebug', group: %i[development test]
gem 'capybara', '~> 2.13', group: %i[development test]
gem 'coffee-rails', '~> 4.2'
gem 'daemons'
gem 'delayed_job_active_record'
gem 'delayed_job_web'
gem 'delayed_job_worker_pool'
gem 'devise', '~> 4.5'
gem 'devise-guests', '~> 0.6'
gem 'factory_bot_rails', group: %i[development test]
gem 'fcrepo_wrapper', group: %i[development test]
gem 'final_redirect_url'
gem 'flutie'
gem 'oai', git: 'https://github.com/notch8/ruby-oai.git', branch: 'quote-marks'
gem 'health-monitor-rails', git: 'https://github.com/notch8/health-monitor-rails.git'
# , git: 'https://github.com/orangewolf/hyrax.git', branch: 'collection_path_js_fix_2.5.1'
gem 'hyrax', '~> 2.6'
gem 'hyrax-iiif_av', git: 'https://github.com/samvera-labs/hyrax-iiif_av.git', branch: 'uv_meet_av'
# remove if iiif 0.6 is supported or if upgraded to hyrax 3
gem 'iiif_manifest', git: 'https://github.com/samvera-labs/iiif_manifest.git', ref: '4219eb57ae9fbcd178391f401928040ebe057529'
gem 'hyrax-spec', group: %i[development test]
gem 'jbuilder', '~> 2.5'
gem 'jquery-rails'
gem 'listen', '>= 3.0.5', '< 3.2', group: [:development]
gem 'pry-rails'
gem 'pg'
gem 'ruby-progressbar'
gem 'pronto'
gem 'pronto-brakeman', require: false
gem 'pronto-flay', require: false
gem 'pronto-rails_best_practices', require: false
gem 'pronto-rails_schema', require: false
gem 'pronto-rubocop', require: false
gem 'pry-byebug', group: %i[development test]
gem 'puma', '~> 3.7'
gem 'riiif', '~> 1.1'
gem 'rinku'
gem 'rsolr', '~> 2.2'
gem 'rspec-rails', group: %i[development test]
gem 'samvera-nesting_indexer', git: 'https://github.com/samvera-labs/samvera-nesting_indexer.git', branch: 'skip_failure_option'
gem 'sass-rails', '~> 5.0'
gem 'selenium-webdriver', group: %i[development test]
gem 'sentry-raven'
gem 'solr_wrapper', '>= 0.3', group: %i[development test]
gem 'spring', group: [:development]
gem 'spring-watcher-listen', '~> 2.0.0', group: [:development]
gem 'uglifier', '>= 1.3.0'
gem 'web-console', '>= 3.3.0', group: [:development]
gem 'willow_sword', git: 'https://github.com/notch8/willow_sword.git'
gem 'whenever', require: false
gem 'xray-rails', group: [:development]