Skip to content

Commit bcdcc86

Browse files
committed
bump dev deps in Gemfile.lock
1 parent b28f691 commit bcdcc86

File tree

1 file changed

+35
-27
lines changed

1 file changed

+35
-27
lines changed

Gemfile.lock

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,39 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activemodel (3.2.1)
10-
activesupport (= 3.2.1)
11-
builder (~> 3.0.0)
12-
activerecord (3.2.1)
13-
activemodel (= 3.2.1)
14-
activesupport (= 3.2.1)
15-
arel (~> 3.0.0)
16-
tzinfo (~> 0.3.29)
17-
activesupport (3.2.1)
18-
i18n (~> 0.6)
19-
multi_json (~> 1.0)
20-
addressable (2.2.6)
21-
arel (3.0.0)
22-
builder (3.0.0)
23-
data_objects (0.10.8)
9+
activemodel (4.0.0)
10+
activesupport (= 4.0.0)
11+
builder (~> 3.1.0)
12+
activerecord (4.0.0)
13+
activemodel (= 4.0.0)
14+
activerecord-deprecated_finders (~> 1.0.2)
15+
activesupport (= 4.0.0)
16+
arel (~> 4.0.0)
17+
activerecord-deprecated_finders (1.0.3)
18+
activesupport (4.0.0)
19+
i18n (~> 0.6, >= 0.6.4)
20+
minitest (~> 4.2)
21+
multi_json (~> 1.3)
22+
thread_safe (~> 0.1)
23+
tzinfo (~> 0.3.37)
24+
addressable (2.3.5)
25+
arel (4.0.0)
26+
atomic (1.1.10)
27+
builder (3.1.4)
28+
data_objects (0.10.13)
2429
addressable (~> 2.1)
2530
diff-lcs (1.1.3)
26-
do_mysql (0.10.8)
27-
data_objects (= 0.10.8)
28-
eventmachine (0.12.10)
29-
faker (1.0.1)
30-
i18n (~> 0.4)
31-
i18n (0.6.0)
32-
multi_json (1.0.4)
33-
mysql (2.8.1)
34-
rake (0.9.4)
35-
rake-compiler (0.8.1)
31+
do_mysql (0.10.13)
32+
data_objects (= 0.10.13)
33+
eventmachine (1.0.3)
34+
faker (1.1.2)
35+
i18n (~> 0.5)
36+
i18n (0.6.4)
37+
minitest (4.7.5)
38+
multi_json (1.7.7)
39+
mysql (2.9.1)
40+
rake (0.9.6)
41+
rake-compiler (0.8.3)
3642
rake
3743
rspec (2.8.0)
3844
rspec-core (~> 2.8.0)
@@ -42,8 +48,10 @@ GEM
4248
rspec-expectations (2.8.0)
4349
diff-lcs (~> 1.1.2)
4450
rspec-mocks (2.8.0)
45-
sequel (3.32.0)
46-
tzinfo (0.3.31)
51+
sequel (4.0.0)
52+
thread_safe (0.1.0)
53+
atomic
54+
tzinfo (0.3.37)
4755

4856
PLATFORMS
4957
ruby

0 commit comments

Comments
 (0)