This repository was archived by the owner on Oct 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,11 @@ group :development do
6
6
gem 'rake'
7
7
gem 'rspec'
8
8
end
9
+
10
+ group :test do
11
+ gem 'rake'
12
+ gem 'rspec'
13
+ gem 'webmock'
14
+ gem 'sinatra'
15
+ gem 'pry'
16
+ end
Original file line number Diff line number Diff line change 13
13
i18n (~> 0.7 )
14
14
minitest (~> 5.1 )
15
15
tzinfo (~> 1.1 )
16
+ addressable (2.5.1 )
17
+ public_suffix (~> 2.0 , >= 2.0.2 )
18
+ coderay (1.1.1 )
16
19
concurrent-ruby (1.0.4 )
20
+ crack (0.4.3 )
21
+ safe_yaml (~> 1.0.0 )
17
22
diff-lcs (1.2.5 )
18
23
faraday (0.10.1 )
19
24
multipart-post (>= 1.2 , < 3 )
25
+ hashdiff (0.3.4 )
20
26
i18n (0.8.0 )
21
27
jwt (1.5.6 )
28
+ method_source (0.8.2 )
22
29
minitest (5.10.1 )
23
30
multi_json (1.12.1 )
24
31
multi_xml (0.6.0 )
25
32
multipart-post (2.0.0 )
33
+ mustermann (1.0.0 )
26
34
oauth2 (1.3.0 )
27
35
faraday (>= 0.8 , < 0.11 )
28
36
jwt (~> 1.0 )
29
37
multi_json (~> 1.3 )
30
38
multi_xml (~> 0.5 )
31
39
rack (>= 1.2 , < 3 )
40
+ pry (0.10.4 )
41
+ coderay (~> 1.1.0 )
42
+ method_source (~> 0.8.1 )
43
+ slop (~> 3.4 )
44
+ public_suffix (2.0.5 )
32
45
rack (2.0.1 )
46
+ rack-protection (2.0.0 )
47
+ rack
33
48
rake (11.2.2 )
34
49
rspec (3.5.0 )
35
50
rspec-core (~> 3.5.0 )
44
59
diff-lcs (>= 1.2.0 , < 2.0 )
45
60
rspec-support (~> 3.5.0 )
46
61
rspec-support (3.5.0 )
62
+ safe_yaml (1.0.4 )
63
+ sinatra (2.0.0 )
64
+ mustermann (~> 1.0 )
65
+ rack (~> 2.0 )
66
+ rack-protection (= 2.0.0 )
67
+ tilt (~> 2.0 )
68
+ slop (3.6.0 )
47
69
thread_safe (0.3.5 )
70
+ tilt (2.0.8 )
48
71
tzinfo (1.2.2 )
49
72
thread_safe (~> 0.1 )
73
+ webmock (3.0.1 )
74
+ addressable (>= 2.3.6 )
75
+ crack (>= 0.3.2 )
76
+ hashdiff
50
77
51
78
PLATFORMS
52
79
ruby
53
80
54
81
DEPENDENCIES
55
82
creatubbles !
83
+ pry
56
84
rake
57
85
rspec
86
+ sinatra
87
+ webmock
58
88
59
89
BUNDLED WITH
60
- 1.14 .3
90
+ 1.15 .3
You can’t perform that action at this time.
0 commit comments