-
Notifications
You must be signed in to change notification settings - Fork 7
/
Gemfile
96 lines (92 loc) · 2.04 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
source 'https://rubygems.org'
source "https://gems.contribsys.com/" do
gem 'sidekiq-pro'
end
# pin the alma gem until we adress https://github.com/pulibrary/bibdata/pull/2502
gem 'alma', '~> 0.5.0'
gem 'aws-sdk-s3'
gem 'aws-sdk-sqs'
gem 'bcrypt_pbkdf'
gem 'bixby', '~> 5.0'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'capistrano-passenger'
gem 'capistrano-rails'
gem 'capistrano-rails-console', require: false
gem 'capybara'
gem 'change_the_subject', '~> 0.3.5'
gem 'devise'
gem 'ed25519'
gem 'faraday', '~> 1.0'
gem 'faraday_middleware', '~> 1.0'
gem 'ffi', '>= 1.9.25'
gem 'friendly_id'
gem 'gyoku', '~> 1.0'
gem 'health-monitor-rails'
gem 'high_voltage', '~> 3.0'
gem 'honeybadger'
gem 'human_languages', '~> 0.7'
gem 'jbuilder'
gem 'jquery-rails'
gem 'jquery-tablesorter', '~> 1.21'
gem 'lcsort'
gem 'library_stdnums'
gem 'lightly', "~> 0.2.1"
gem 'lograge'
gem 'logstash-event'
gem 'loofah', '>= 2.22'
gem 'marc', '~> 1.0'
gem 'marc_cleanup', github: "pulibrary/marc_cleanup", tag: 'v0.9.1'
gem 'multi_json'
gem 'net-imap', require: false
gem 'net-ldap'
gem 'net-pop', require: false
gem 'net-sftp'
gem 'net-smtp', require: false
gem 'oj'
gem 'omniauth-cas'
gem 'omniauth-rails_csrf_protection'
gem 'open3'
gem 'orangetheses', github: 'pulibrary/orangetheses', tag: 'v1.4.4'
gem 'pg'
gem "rack"
gem 'rails', '~> 7.1'
gem 'responders'
gem 'rest-client'
gem 'rsolr'
gem 'rspec-rails'
gem 'rubocop'
gem 'rubocop-rspec'
gem 'rubyXL'
gem 'rubyzip'
gem 'sass-rails'
gem 'selenium-webdriver'
gem 'sidekiq'
gem 'stomp'
gem 'stringex', github: "pulibrary/stringex", tag: 'vpton.2.5.2.2'
gem 'terser'
gem 'traject'
gem 'turbolinks'
gem 'whenever'
gem 'yard'
group :production do
gem "ddtrace"
end
group :development, :test do
# bundler and rake come in from the voyager_helpers gemspec
gem 'byebug'
gem 'coveralls_reborn'
gem "dotenv-rails"
gem "factory_bot_rails"
gem 'faker'
gem 'puma'
gem 'rails-controller-testing'
gem 'simplecov'
gem 'solargraph'
gem 'solr_wrapper'
gem 'timecop'
gem 'webmock'
end
group :test do
gem 'axe-core-api'
gem 'axe-core-rspec'
end