This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Gemfile.lock
75 lines (71 loc) · 1.52 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
GIT
remote: git://github.com/mongoid/mongoid.git
revision: 9b3bc1264032209b7a6c0e82d0ca656f401e476b
specs:
mongoid (4.0.0)
activemodel (~> 4.0.0)
moped (~> 2.0.beta3)
origin (~> 1.0)
tzinfo (~> 0.3.37)
PATH
remote: .
specs:
streama (0.3.8)
mongoid (>= 3.0, <= 5)
GEM
remote: http://rubygems.org/
specs:
activemodel (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
atomic (1.1.14)
bson (3.2.7)
builder (3.1.4)
coderay (1.0.8)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
method_source (0.8.1)
minitest (4.7.5)
moped (2.0.7)
bson (~> 3.0)
connection_pool (~> 2.0)
optionable (~> 0.2.0)
multi_json (1.8.2)
optionable (0.2.0)
origin (1.1.0)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rake (13.0.1)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
slop (3.3.3)
thread_safe (0.1.3)
atomic
tzinfo (0.3.38)
PLATFORMS
ruby
DEPENDENCIES
database_cleaner (~> 0.8)
mongoid (~> 4)!
pry
rake
rspec (~> 2.5)
streama!