forked from thisduck/delayed_job_mongo_mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
61 lines (57 loc) · 1.25 KB
/
Gemfile.lock
File metadata and controls
61 lines (57 loc) · 1.25 KB
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
PATH
remote: .
specs:
delayed_job_mongo_mapper (1.0.9)
delayed_job (~> 4.0.0)
mongo_mapper (>= 0.11.0)
tzinfo (~> 0.3.31)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.22.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
bson (1.6.0)
bson_ext (1.6.0)
bson (= 1.6.0)
builder (3.0.4)
delayed_job (4.0.6)
activesupport (>= 3.0, < 5.0)
diff-lcs (1.3)
i18n (0.8.1)
mongo (1.6.0)
bson (= 1.6.0)
mongo_mapper (0.12.0)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.5.2)
multi_json (1.12.1)
plucky (0.5.2)
mongo (~> 1.5)
rake (0.9.2.2)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
tzinfo (0.3.53)
PLATFORMS
ruby
DEPENDENCIES
bson_ext (>= 1.4.0)
delayed_job_mongo_mapper!
rake
rspec
BUNDLED WITH
1.14.6