forked from alphagov/paas-cf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
122 lines (119 loc) · 2.94 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
ast (2.4.0)
aws-sdk (2.3.22)
aws-sdk-resources (= 2.3.22)
aws-sdk-core (2.3.22)
jmespath (~> 1.0)
aws-sdk-resources (2.3.22)
aws-sdk-core (= 2.3.22)
cf-uaa-lib (3.11.0)
httpclient (~> 2.8, >= 2.8.2.4)
multi_json (~> 1.12.0, >= 1.12.1)
cf-uaac (4.1.0)
cf-uaa-lib (~> 3.11)
em-http-request (~> 1.1, >= 1.1.2)
eventmachine (~> 1.0, >= 1.0.3)
highline (~> 1.6, >= 1.6.21)
json_pure (~> 1.8, >= 1.8.1)
launchy (~> 2.4, >= 2.4.2)
rack (~> 1.5, >= 1.5.2)
cookiejar (0.3.3)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
em-http-request (1.1.5)
addressable (>= 2.3.4)
cookiejar (!= 0.3.1)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.2)
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.2.5)
ffi (1.9.25)
github_merge_sign (1.0.0)
govuk-lint (3.8.0)
rubocop (~> 0.52.0)
rubocop-rspec (~> 1.19.0)
scss_lint
hashdiff (0.3.0)
highline (1.7.10)
http_parser.rb (0.6.0)
httpclient (2.8.3)
jmespath (1.3.1)
json (2.0.1)
json-minify (0.0.2)
json (> 0)
json_pure (1.8.6)
launchy (2.4.3)
addressable (~> 2.3)
mail (2.6.6)
mime-types (>= 1.16, < 4)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
multi_json (1.12.2)
parallel (1.12.1)
parser (2.5.1.0)
ast (~> 2.4.0)
powerpack (0.1.1)
rack (1.6.9)
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.1)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.52.1)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.19.0)
rubocop (>= 0.51.0)
ruby-progressbar (1.9.0)
safe_yaml (1.0.4)
sass (3.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
scss_lint (0.57.0)
rake (>= 0.9, < 13)
sass (~> 3.5.5)
unicode-display_width (1.3.2)
webmock (1.24.5)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
PLATFORMS
ruby
DEPENDENCIES
aws-sdk (~> 2.3.8)
cf-uaa-lib (~> 3.11.0)
cf-uaac (~> 4.1.0)
github_merge_sign (= 1.0.0)
govuk-lint (~> 3.8.0)
json-minify (~> 0.0.2)
mail (~> 2.6.4)
rspec (~> 3.3)
webmock (~> 1.24)
BUNDLED WITH
1.16.2