forked from joost/phony_rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
86 lines (83 loc) · 1.72 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
PATH
remote: .
specs:
phony_rails (0.6.1)
activesupport (>= 3.0)
countries (>= 0.8.2)
phony (~> 2.1)
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.14)
activesupport (= 3.2.14)
builder (~> 3.0.0)
activerecord (3.2.14)
activemodel (= 3.2.14)
activesupport (= 3.2.14)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.14)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.4)
countries (0.9.2)
currencies (>= 0.4.0)
currencies (0.4.2)
diff-lcs (1.1.3)
ffi (1.9.0)
growl (1.0.3)
guard (1.2.3)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard-bundler (1.0.0)
bundler (~> 1.0)
guard (~> 1.1)
guard-rspec (1.2.1)
guard (>= 1.1)
i18n (0.6.5)
listen (1.3.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
mongoid (3.1.4)
activemodel (~> 3.2)
moped (~> 1.4)
origin (~> 1.0)
tzinfo (~> 0.3.22)
moped (1.5.1)
multi_json (1.7.9)
origin (1.1.0)
phony (2.1.3)
rake (10.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.1)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
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.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
sqlite3 (1.3.8)
thor (0.18.1)
tzinfo (0.3.37)
PLATFORMS
ruby
DEPENDENCIES
activerecord (>= 3.0)
countries
growl
guard (~> 1.2.0)
guard-bundler (~> 1.0.0)
guard-rspec (~> 1.2.0)
mongoid (>= 3.0)
phony_rails!
rake
rb-fsevent
rspec (~> 2.11.0)
sqlite3