forked from thecity/thecity-admin-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
49 lines (47 loc) · 1.03 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
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.8.2)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
autotest (4.4.6)
ZenTest (>= 4.4.1)
columnize (0.3.6)
debugger (1.2.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.3)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.3)
diff-lcs (1.1.3)
ethon (0.5.3)
ffi (~> 1.0.11)
mime-types (~> 1.18)
factory_girl (4.0.0)
activesupport (>= 3.0.0)
ffi (1.0.11)
i18n (0.6.1)
json (1.7.5)
mime-types (1.19)
multi_json (1.3.6)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
typhoeus (0.5.1)
ethon (= 0.5.3)
PLATFORMS
ruby
DEPENDENCIES
autotest
debugger
factory_girl
json
rspec
typhoeus (= 0.5.1)