forked from tcannonfodder/oauth2-client-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
54 lines (51 loc) · 1.04 KB
/
Gemfile.lock
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
GEM
remote: https://rubygems.org/
specs:
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
faraday (2.7.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
hashie (5.0.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
jwt (2.6.0)
multi_xml (0.6.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
rack (2.2.5)
rack-protection (3.0.5)
rack
reline (0.3.2)
io-console (~> 0.5)
ruby2_keywords (0.0.5)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
tilt (~> 2.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
tilt (2.0.11)
version_gem (1.1.1)
webrick (1.7.0)
PLATFORMS
ruby
DEPENDENCIES
debug
oauth2
sinatra
webrick
BUNDLED WITH
2.4.2