-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
46 lines (41 loc) · 766 Bytes
/
Gemfile
File metadata and controls
46 lines (41 loc) · 766 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
source "https://rubygems.org"
gem "sinatra"
gem "sinatra-flash"
gem "sinatra-contrib"
gem "puma"
gem "rackup"
gem "canister"
gem "omniauth"
gem "omniauth_openid_connect"
gem "ostruct"
gem "sidekiq"
gem "benchmark"
gem "alma_rest_client",
git: "https://github.com/mlibrary/alma_rest_client",
tag: "alma_rest_client/v2.2.0"
gem "activesupport"
gem "semantic_logger"
gem "twilio-ruby"
gem "mail"
gem "addressable"
gem "debug"
group :metrics do
gem "yabeda-puma-plugin"
gem "yabeda-prometheus"
gem "prometheus-client"
end
group :development, :test do
gem "faker"
gem "ruby-prof"
end
group :test do
gem "rspec"
gem "rack-test"
gem "simplecov"
gem "simplecov-lcov"
gem "webmock"
end
group :development do
gem "standard"
gem "ruby-lsp"
end