-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
138 lines (134 loc) · 2.83 KB
/
Gemfile.lock
File metadata and controls
138 lines (134 loc) · 2.83 KB
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
GIT
remote: http://github.com/intridea/grape.git
revision: bed7867558ea2117824c85a043f77116ea95afd3
branch: frontier
specs:
grape (0.2.0)
hashie (~> 1.2)
multi_json
multi_xml
rack
rack-mount
GIT
remote: https://github.com/jnicklas/capybara.git
revision: c387abafd94a053b7f741e2bd7105b5fc2227a08
specs:
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
aws-sdk (1.4.1)
httparty (~> 0.7)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
bson (1.6.2)
bson_ext (1.6.2)
bson (~> 1.6.2)
builder (3.0.0)
childprocess (0.3.1)
ffi (~> 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.11)
guard (1.0.0)
ffi (>= 0.5.0)
thor (~> 0.14.6)
guard-bundler (0.1.3)
bundler (>= 1.0.0)
guard (>= 0.2.2)
guard-rack (1.0)
guard
guard-rack
libnotify (~> 0.1.3)
rb-inotify (>= 0.5.1)
hashie (1.2.0)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
i18n (0.6.0)
json (1.6.5)
json_pure (1.6.5)
libnotify (0.1.4)
ffi (>= 0.6.2)
mime-types (1.17.2)
mongo (1.6.2)
bson (~> 1.6.2)
mongo_mapper (0.11.1)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.4.0)
multi_json (1.1.0)
multi_xml (0.4.1)
nokogiri (1.5.0)
plucky (0.4.4)
mongo (~> 1.5)
rack (1.3.5)
rack-flash (0.1.2)
rack
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
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)
rubyzip (0.9.6.1)
selenium-webdriver (2.13.0)
childprocess (>= 0.2.1)
ffi (~> 1.0.9)
json_pure
rubyzip
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-content-for2 (0.3)
sinatra
thor (0.14.6)
tilt (1.3.3)
uuidtools (2.1.2)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
aws-sdk (= 1.4.1)
bson_ext (= 1.6.2)
capybara!
grape!
guard
guard-bundler
guard-rack
httparty (= 0.8.3)
json (= 1.6.5)
mongo_mapper (= 0.11.1)
rack (= 1.3.5)
rack-flash (= 0.1.2)
rack-test
rspec
rspec-core
rspec-expectations
rspec-mocks
sinatra (= 1.3.1)
sinatra-content-for2 (= 0.3)