-
Notifications
You must be signed in to change notification settings - Fork 9
/
Gemfile.lock
56 lines (53 loc) · 1.12 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
PATH
remote: .
specs:
agilezen (0.1.0)
faraday (~> 0.5.4)
faraday_middleware (~> 0.3.0)
hashie (~> 0.4.0)
multi_json (~> 0.0.5)
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.4)
builder (2.1.2)
cucumber (0.10.0)
builder (>= 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.3.2)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
diff-lcs (1.1.2)
fakeweb (1.3.0)
faraday (0.5.7)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (< 2, >= 1.1.0)
faraday_middleware (0.3.2)
faraday (~> 0.5.4)
gherkin (2.3.3)
json (~> 1.4.6)
hashie (0.4.0)
json (1.4.6)
multi_json (0.0.5)
multipart-post (1.1.0)
rack (1.2.2)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
term-ansicolor (1.0.5)
PLATFORMS
ruby
DEPENDENCIES
agilezen!
bundler (~> 1.0)
cucumber (~> 0.10.0)
fakeweb (~> 1.3.0)
rake (~> 0.8)
rspec (~> 2.5)