-
Notifications
You must be signed in to change notification settings - Fork 10
/
Gemfile.lock
127 lines (124 loc) · 2.77 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
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
PATH
remote: .
specs:
tkellem (0.9.7)
activerecord (~> 4.0.1)
eventmachine-le (~> 1.1.6)
geoip (~> 1.3.2)
rails-observers (~> 0.1.1)
sqlite3 (~> 1.3.3)
tzinfo
GEM
remote: https://rubygems.org/
specs:
activemodel (4.0.1)
activesupport (= 4.0.1)
builder (~> 3.1.0)
activerecord (4.0.1)
activemodel (= 4.0.1)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.1)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.1)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.1)
atomic (1.1.14)
builder (3.1.4)
celluloid (0.15.2)
timers (~> 1.1.0)
coderay (1.0.9)
columnize (0.3.6)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.3)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.3)
diff-lcs (1.2.4)
eventmachine-le (1.1.6)
ffi (1.9.3)
formatador (0.2.4)
geoip (1.3.3)
guard (2.2.3)
formatador (>= 0.2.4)
listen (~> 2.1)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-rspec (3.1.0)
guard (>= 1.8)
rspec (~> 2.13)
i18n (0.6.5)
listen (2.2.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.4)
metaclass (0.0.1)
method_source (0.8.2)
mime-types (2.0)
minitest (4.7.5)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.8.2)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rails-observers (0.1.2)
activemodel (~> 4.0)
rake (10.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rspec-nc (0.0.6)
rspec (~> 2.9)
terminal-notifier (~> 1.4.2)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.6)
sqlite3 (1.3.8)
term-ansicolor (1.2.2)
tins (~> 0.8)
terminal-notifier (1.4.2)
thor (0.18.1)
thread_safe (0.1.3)
atomic
timers (1.1.0)
tins (0.12.0)
tzinfo (0.3.38)
PLATFORMS
ruby
DEPENDENCIES
coveralls
debugger
guard-rspec
mocha (= 0.14.0)
rake
rspec (~> 2.13.0)
rspec-nc
simplecov
tkellem!