forked from cul-it/blacklight-cornell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
140 lines (130 loc) · 4.16 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
source 'https://rubygems.org'
ruby "2.6.4"
#another try
gem 'rails', '5.2.8'
gem "dotenv-rails"
gem "dotenv-deployment"
gem 'appsignal', '2.11.10'
gem "sprockets", '~> 3.7.2'
gem "actionview", ">= 5.2.7.1"
gem "byebug"
gem "ffi"
# added for rails 4.
gem 'activerecord-session_store', ">= 2.0.0"
gem 'protected_attributes_continued'
#gem 'mini_racer', github: 'sqreen/mini_racer', branch: 'use-libv8-node'
group :development,:test, :integration do
gem "rspec_junit_formatter"
gem 'sqlite3'
gem "spreewald", :git => 'https://github.com/makandra/spreewald.git'
gem 'brakeman'
end
group :production,:staging do
gem 'mysql2', '0.5.3'
end
gem 'savon', '~> 2.11.1'
gem 'parslet'
gem 'ultraviolet'
gem 'yaml_db'
gem 'blacklight', '7.0.1'
gem 'blacklight_range_limit', '7.1.0'
gem 'blacklight_unapi', :git => 'https://github.com/cul-it/blacklight-unapi', :branch => 'BL7-upgrade'
gem 'kaminari', '>= 0.15'
gem 'blacklight-hierarchy'
gem 'htmlentities'
gem 'json'
gem 'httpclient'
gem 'haml'
gem 'haml-rails'
gem 'marc'
gem 'blacklight-marc', '~> 6.2'
gem 'rb-readline', '~> 0.5.x'
gem 'net-ldap'
gem 'nokogiri', '>= 1.13.6'
gem 'rufus-scheduler'
gem 'addressable', ">= 2.8.0"
gem 'redis-session-store'
gem 'rsolr'
gem 'utf8-cleaner'
gem 'mini_racer', '0.6.2', platforms: :ruby
gem 'libv8-node'
# Gems used only for assets and not required
# in production environments by default.
gem 'sass-rails', '~> 5.0'
gem 'coffee-rails', '~> 4.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'uglifier', '>= 1.0.3'
group :development, :test do
gem 'rspec'
gem 'rspec-rails'
gem 'cucumber-rails', :require => false # Set require = false to get rid of a warning message
gem 'cucumber', '3.1.2'
gem 'database_cleaner'
gem 'webrat'
gem 'guard-rspec'
gem 'poltergeist'
gem 'pry'
gem 'pry-byebug'
gem 'meta_request'
gem 'awesome_print'
end
group :test do
gem 'capybara','>= 2.3', '< 4'
# Following two gems are following the setup proposed in the RoR tutorial
# at http://ruby.railstutorial.org/chapters/static-pages#sec-advanced_setup
gem 'rb-inotify', :require => false
gem 'libnotify', :require => false
# Spork support
#gem 'guard-spork', '0.3.2'
#gem 'spork', '0.9.0'
gem 'webmock'
gem 'vcr'
gem 'capybara-email'
gem 'phantomjs', :require => 'phantomjs/poltergeist'
end
gem 'jquery-rails'
gem 'jquery-ui-rails', '5.0.5'
gem 'rvm-capistrano', '1.5.6'
gem 'capistrano', '2.15.9'
gem 'capistrano-ext'
gem 'net-ssh', '5.2.0'
gem 'net-scp', '2.0.0'
gem 'unicode', :platforms => [:mri_18, :mri_19, :mri_20]
gem 'devise', '>= 4.7.0'
gem 'devise-guests', '~> 0.3'
gem 'omniauth', '~> 2.0'
gem 'omniauth-saml', '~> 2.0'
gem 'omniauth-rails_csrf_protection'
#gem 'omniauth-google-oauth2'
# Use Omniauth Google plugin
gem 'omniauth-google-oauth2', '~> 0.8'
# Use Omniauth Facebook plugin
gem 'omniauth-facebook', '~> 5.0'
gem 'repost'
gem 'xmlrpc'
gem 'bootstrap', '4.3.1'
gem 'sassc', '2.2.1'
gem 'font-awesome-rails'
gem 'blacklight_cornell_requests', :git =>'https://github.com/cul-it/blacklight-cornell-requests', :branch => 'dev'
#gem 'blacklight_cornell_requests', :path => '/Users/tlw72/dev/bc-requests'
#gem 'blacklight_cornell_requests', :path => '/users/jac244/workspace/local_requests'
#gem 'blacklight_cornell_requests', :path => '/Users/matt/code/cul/d&a/blacklight-cornell-requests'
# gem 'my_account', :path => '/Users/matt/code/cul/d&a/cul-my-account'
gem 'cul-folio-edge', :git => 'https://github.com/cul-it/cul-folio-edge'
gem 'my_account', :git => 'https://github.com/cul-it/cul-my-account', :branch => 'master'
gem 'borrow_direct', :git => 'https://github.com/jrochkind/borrow_direct'
gem 'ruby-saml', '>= 1.12.1'
gem 'bento_search'
gem 'celluloid', '0.17.4' # Required for bento_search multisearcher
gem 'mollom'
gem 'exception_notification'
gem 'piwik_analytics', '~> 1.0.1'
gem 'citeproc'
gem 'csl-styles', :git => 'https://github.com/cul-it/csl-styles', :branch => 'master', :submodules => true
#gem 'csl-styles', :git => 'git://github.com/cul-it/csl-styles', :branch => 'master', :submodules => true
gem 'citeproc-ruby'
gem 'unicode_utils'
gem 'google-analytics-rails', '1.1.1'
gem 'ebsco-eds'
#gem 'loofah', '~> 2.0', '>= 2.3'
gem 'loofah', '2.3.1'