-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (26 loc) · 736 Bytes
/
Gemfile
File metadata and controls
31 lines (26 loc) · 736 Bytes
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
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "canister"
gem "date_named_file"
gem "dotenv"
gem "ettin"
gem "fast_jsonparser"
gem "marc"
gem "milemarker"
gem "mysql2"
gem "sequel"
gem "traject"
gem "zinzout"
gem "push_metrics", git: "https://github.com/hathitrust/push_metrics.git", branch: "main"
gem "filter", git: "https://github.com/hathitrust/feddocs_filter.git", branch: "main"
gem "hathifiles_database", git: "https://github.com/hathitrust/hathifiles_database.git", branch: "main"
group :development, :test do
gem "factory_bot"
gem "faraday"
gem "pry"
gem "rspec"
gem "simplecov"
gem "simplecov-lcov"
gem "standardrb"
end