-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGemfile.lock
65 lines (62 loc) · 1.28 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
PATH
remote: .
specs:
aws-security-group-manager (0.0.1)
fog (~> 1.5.0)
GEM
remote: https://rubygems.org/
specs:
builder (3.1.4)
coderay (1.0.8)
diff-lcs (1.1.3)
excon (0.16.10)
fog (1.5.0)
builder
excon (~> 0.14)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.0.4)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.4)
guard (1.5.4)
listen (>= 0.4.2)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-rspec (0.6.0)
guard (>= 0.10.0)
listen (0.6.0)
lumberjack (1.0.2)
method_source (0.8.1)
mime-types (1.19)
multi_json (1.5.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.6.2)
nokogiri (1.5.5)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rake (10.0.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
ruby-hmac (0.4.0)
slop (3.3.3)
thor (0.16.0)
PLATFORMS
ruby
DEPENDENCIES
aws-security-group-manager!
guard-rspec (~> 0.6.0)
rake
rspec (~> 2.8.0)