-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
43 lines (38 loc) · 898 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
34
35
36
37
38
39
40
41
42
43
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "base64"
gem "canister"
gem "dotenv"
gem "ettin"
gem "faraday"
gem "push_metrics", git: "https://github.com/hathitrust/push_metrics.git", branch: "main"
gem "mysql2"
gem "pry"
gem "prometheus-client"
gem "rgl"
gem "sequel"
gem "thor"
gem "zinzout"
gem "puma"
gem "rack-session"
gem "sidekiq"
gem "sidekiq-batch", git: "https://github.com/breamware/sidekiq-batch"
group :test do
gem "factory_bot"
gem "faker"
gem "hathifiles_database", git: "https://github.com/hathitrust/hathifiles_database.git", branch: "DEV-1381_daily_delta"
gem "rspec"
gem "rspec-sidekiq"
gem "simplecov"
gem "simplecov-lcov"
gem "webmock"
end
group :development do
gem "standard"
gem "ruby-prof"
gem "yard"
gem "debug"
gem "ruby-lsp"
gem "ruby-lsp-rspec"
end