forked from joost/phony_rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
75 lines (72 loc) · 1.51 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
PATH
remote: .
specs:
phony_rails (0.1.3)
activerecord (~> 3.0)
countries (~> 0.8.2)
phony (~> 1.7.4)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
countries (0.8.2)
currencies (= 0.4.0)
currencies (>= 0.2.0)
currencies (0.4.0)
diff-lcs (1.1.3)
ffi (1.1.0)
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.0)
guard (>= 1.1)
i18n (0.6.0)
libnotify (0.7.3)
listen (0.4.7)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
multi_json (1.3.6)
phony (1.7.7)
rb-fchange (0.0.5)
ffi
rb-fsevent (0.9.1)
rb-inotify (0.8.8)
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.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
sqlite3 (1.3.6)
thor (0.15.4)
tzinfo (0.3.33)
PLATFORMS
ruby
DEPENDENCIES
guard (~> 1.2.0)
guard-bundler (~> 1.0.0)
guard-rspec (~> 1.2.0)
libnotify
phony_rails!
rb-inotify
rspec (~> 2.11.0)
sqlite3