This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Gemfile.lock
149 lines (144 loc) · 3.22 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
PATH
remote: .
specs:
betagouvbot (0.1.0)
activemodel
activesupport
httparty
kramdown
liquid
octokit
ovh-rest
rack (< 3)
redis
sendgrid-ruby
sinatra
thin
wisper
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.4.3)
activesupport (= 5.2.4.3)
activesupport (5.2.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
concurrent-ruby (1.1.7)
crack (0.4.3)
safe_yaml (~> 1.0.0)
daemons (1.3.1)
diff-lcs (1.3)
eventmachine (1.2.7)
faraday (0.17.1)
multipart-post (>= 1.2, < 3)
hashdiff (1.0.0)
httparty (0.17.3)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
kramdown (2.3.0)
rexml
liquid (4.0.3)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
minitest (5.14.2)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.0.3)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
ovh-rest (0.0.5)
parallel (1.17.0)
parser (2.6.4.0)
ast (~> 2.4.0)
powerpack (0.1.2)
public_suffix (4.0.1)
rack (2.2.3)
rack-protection (2.0.7)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (2.2.2)
rake
rake (12.3.3)
redis (4.1.3)
rexml (3.2.4)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-collection_matchers (1.1.3)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.49.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.15.1)
rubocop (>= 0.42.0)
ruby-progressbar (1.10.1)
ruby_http_client (3.3.0)
safe_yaml (1.0.5)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
sendgrid-ruby (6.0.0)
ruby_http_client (~> 3.3.0)
sinatra (2.0.7)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
tilt (~> 2.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
webmock (3.7.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
wisper (2.0.1)
wisper-rspec (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
betagouvbot!
bundler
rack-test
rake
rspec
rspec-collection_matchers
rspec_junit_formatter
rubocop (= 0.49.1)
rubocop-rspec (= 1.15.1)
webmock
wisper-rspec
RUBY VERSION
ruby 2.7.2p137
BUNDLED WITH
1.15.4