-
Notifications
You must be signed in to change notification settings - Fork 82
/
Gemfile.lock
123 lines (119 loc) · 2.62 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
PATH
remote: .
specs:
mongify (1.3.2)
activerecord (>= 4.2, < 5.0)
activesupport (>= 4.2, < 5.0)
bson (= 1.12.5)
bson_ext (= 1.12.5)
highline (= 1.7.8)
mongo (= 1.12.5)
GEM
remote: http://rubygems.org/
specs:
activemodel (4.2.7.1)
activesupport (= 4.2.7.1)
builder (~> 3.1)
activerecord (4.2.7.1)
activemodel (= 4.2.7.1)
activesupport (= 4.2.7.1)
arel (~> 6.0)
activesupport (4.2.7.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
awesome_print (1.7.0)
bson (1.12.5)
bson_ext (1.12.5)
bson (~> 1.12.5)
builder (3.2.2)
byebug (9.0.6)
coderay (1.1.1)
coolline (0.5.0)
unicode_utils (~> 1.4)
cucumber (2.4.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
cucumber-wire (~> 0.0.1)
diff-lcs (>= 1.1.3)
gherkin (~> 4.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.5.0)
gherkin (~> 4.0)
cucumber-wire (0.0.1)
diff-lcs (1.2.5)
gherkin (4.0.0)
highline (1.7.8)
hirb (0.7.3)
i18n (0.7.0)
jazz_fingers (4.0.1)
awesome_print (~> 1.6)
hirb (~> 0.7)
pry (~> 0.10)
pry-byebug (~> 3.4)
pry-coolline (~> 0.2)
pry-doc (~> 0.6)
json (1.8.6)
metaclass (0.0.4)
method_source (0.8.2)
minitest (5.9.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
mongo (1.12.5)
bson (= 1.12.5)
multi_json (1.12.1)
multi_test (0.1.2)
mysql2 (0.5.2)
pg (0.19.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
byebug (~> 9.0)
pry (~> 0.10)
pry-coolline (0.2.5)
coolline (~> 0.5)
pry-doc (0.9.0)
pry (~> 0.9)
yard (~> 0.8)
rake (11.3.0)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-collection_matchers (1.1.2)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.4)
slop (3.6.0)
sqlite3 (1.3.12)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode_utils (1.4.0)
watchr (0.7)
yard (0.9.12)
PLATFORMS
ruby
DEPENDENCIES
cucumber (>= 0.10)
jazz_fingers
mocha (>= 0.9.8)
mongify!
mysql2 (>= 0.4.10)
pg (>= 0.17)
rake
rspec (~> 2.0)
rspec-collection_matchers (~> 1.0)
sqlite3 (>= 1.3)
watchr (>= 0.6)
yard (~> 0.9.11)
BUNDLED WITH
1.16.2