-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
45 lines (24 loc) · 640 Bytes
/
Gemfile
File metadata and controls
45 lines (24 loc) · 640 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
# frozen_string_literal: true
source "https://rubygems.org"
# Specify your gem's dependencies in fdp_index_proxy.gemspec
gemspec
ruby "~>3.2"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "linkeddata", "~> 3.3"
gem "sparql", "~> 3.2"
gem "sinatra", "~> 4.0"
gem "json-ld", "~> 3.3"
gem "securerandom", "~> 0.3.1"
gem "swagger-blocks", "~> 3.0"
gem "require_all", "~> 3.0"
gem "rdf-vocab", "~> 3.3"
gem "webrick", "~> 1.8"
gem "rackup", "~> 2.1"
gem "rest-client", "~> 2.1"
gem "erb", "~> 4.0"
gem "fileutils", "~> 1.7"
gem "stringio", "~> 3.1.1"
gem "rubocop", "~> 1.67"
gem "digest", "~> 3.2"
gem "dotenv", "~> 3.2"