Skip to content

Commit 5727cc6

Browse files
gemfile lock
1 parent dfb6a30 commit 5727cc6

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

Gemfile.lock

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
PATH
2+
remote: .
3+
specs:
4+
partitioned (1.1.2)
5+
bulk_data_methods (= 1.0.0)
6+
pg
7+
rails (>= 3.2.8)
8+
rspec-rails
9+
10+
GEM
11+
remote: http://rubygems.org/
12+
specs:
13+
actionmailer (3.2.8)
14+
actionpack (= 3.2.8)
15+
mail (~> 2.4.4)
16+
actionpack (3.2.8)
17+
activemodel (= 3.2.8)
18+
activesupport (= 3.2.8)
19+
builder (~> 3.0.0)
20+
erubis (~> 2.7.0)
21+
journey (~> 1.0.4)
22+
rack (~> 1.4.0)
23+
rack-cache (~> 1.2)
24+
rack-test (~> 0.6.1)
25+
sprockets (~> 2.1.3)
26+
activemodel (3.2.8)
27+
activesupport (= 3.2.8)
28+
builder (~> 3.0.0)
29+
activerecord (3.2.8)
30+
activemodel (= 3.2.8)
31+
activesupport (= 3.2.8)
32+
arel (~> 3.0.2)
33+
tzinfo (~> 0.3.29)
34+
activeresource (3.2.8)
35+
activemodel (= 3.2.8)
36+
activesupport (= 3.2.8)
37+
activesupport (3.2.8)
38+
i18n (~> 0.6)
39+
multi_json (~> 1.0)
40+
arel (3.0.2)
41+
builder (3.0.4)
42+
bulk_data_methods (1.0.0)
43+
pg
44+
rails (>= 3.0.0)
45+
rspec-rails
46+
diff-lcs (1.1.3)
47+
erubis (2.7.0)
48+
hike (1.2.1)
49+
i18n (0.6.1)
50+
journey (1.0.4)
51+
jquery-rails (2.1.3)
52+
railties (>= 3.1.0, < 5.0)
53+
thor (~> 0.14)
54+
json (1.7.5)
55+
mail (2.4.4)
56+
i18n (>= 0.4.0)
57+
mime-types (~> 1.16)
58+
treetop (~> 1.4.8)
59+
mime-types (1.19)
60+
multi_json (1.3.6)
61+
pg (0.14.1)
62+
polyglot (0.3.3)
63+
rack (1.4.1)
64+
rack-cache (1.2)
65+
rack (>= 0.4)
66+
rack-ssl (1.3.2)
67+
rack
68+
rack-test (0.6.2)
69+
rack (>= 1.0)
70+
rails (3.2.8)
71+
actionmailer (= 3.2.8)
72+
actionpack (= 3.2.8)
73+
activerecord (= 3.2.8)
74+
activeresource (= 3.2.8)
75+
activesupport (= 3.2.8)
76+
bundler (~> 1.0)
77+
railties (= 3.2.8)
78+
railties (3.2.8)
79+
actionpack (= 3.2.8)
80+
activesupport (= 3.2.8)
81+
rack-ssl (~> 1.3.2)
82+
rake (>= 0.8.7)
83+
rdoc (~> 3.4)
84+
thor (>= 0.14.6, < 2.0)
85+
rake (0.9.2.2)
86+
rdoc (3.12)
87+
json (~> 1.4)
88+
rspec (2.11.0)
89+
rspec-core (~> 2.11.0)
90+
rspec-expectations (~> 2.11.0)
91+
rspec-mocks (~> 2.11.0)
92+
rspec-core (2.11.1)
93+
rspec-expectations (2.11.3)
94+
diff-lcs (~> 1.1.3)
95+
rspec-mocks (2.11.3)
96+
rspec-rails (2.11.4)
97+
actionpack (>= 3.0)
98+
activesupport (>= 3.0)
99+
railties (>= 3.0)
100+
rspec (~> 2.11.0)
101+
sprockets (2.1.3)
102+
hike (~> 1.2)
103+
rack (~> 1.0)
104+
tilt (~> 1.1, != 1.3.0)
105+
thor (0.16.0)
106+
tilt (1.3.3)
107+
treetop (1.4.11)
108+
polyglot
109+
polyglot (>= 0.3.1)
110+
tzinfo (0.3.33)
111+
112+
PLATFORMS
113+
ruby
114+
115+
DEPENDENCIES
116+
jquery-rails
117+
partitioned!

0 commit comments

Comments
 (0)