This repository has been archived by the owner on Jan 29, 2025. It is now read-only.
forked from jraines/denormalize-field
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
73 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
GEM
remote: http://rubygems.org/
specs:
activemodel (4.0.3)
activesupport (= 4.0.3)
builder (~> 3.1.0)
activerecord (4.0.3)
activemodel (= 4.0.3)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.3)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.3)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.2)
atomic (1.1.15)
builder (3.1.4)
coderay (1.0.7)
diff-lcs (1.1.3)
em-synchrony (1.0.3)
eventmachine (>= 1.0.0.beta.1)
eventmachine (1.0.3)
git (1.2.5)
i18n (0.6.9)
jeweler (1.8.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.7.5)
metaclass (0.0.1)
method_source (0.8)
minitest (4.7.5)
mocha (0.10.4)
metaclass (~> 0.0.1)
multi_json (1.8.4)
pg (0.14.1)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
slop (3.3.3)
thread_safe (0.2.0)
atomic (>= 1.1.7, < 2)
tzinfo (0.3.38)
PLATFORMS
ruby
DEPENDENCIES
activerecord (> 4.0.0)
em-synchrony
jeweler (~> 1.8.4)
mocha
pg
pry
rdoc (~> 3.12)
rspec (~> 2.8.0)