Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit f168b56

Browse files
committed
Update Gemfile.lock
1 parent d14e8df commit f168b56

File tree

1 file changed

+50
-46
lines changed

1 file changed

+50
-46
lines changed

Gemfile.lock

Lines changed: 50 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,92 @@
11
PATH
22
remote: .
33
specs:
4-
requirejs-rails (0.9.2)
4+
requirejs-rails (0.9.3)
55
railties (>= 3.1.1)
66

77
GEM
88
remote: http://rubygems.org/
99
specs:
10-
actionmailer (4.0.3)
11-
actionpack (= 4.0.3)
10+
actionmailer (4.1.1)
11+
actionpack (= 4.1.1)
12+
actionview (= 4.1.1)
1213
mail (~> 2.5.4)
13-
actionpack (4.0.3)
14-
activesupport (= 4.0.3)
15-
builder (~> 3.1.0)
16-
erubis (~> 2.7.0)
14+
actionpack (4.1.1)
15+
actionview (= 4.1.1)
16+
activesupport (= 4.1.1)
1717
rack (~> 1.5.2)
1818
rack-test (~> 0.6.2)
19-
activemodel (4.0.3)
20-
activesupport (= 4.0.3)
21-
builder (~> 3.1.0)
22-
activerecord (4.0.3)
23-
activemodel (= 4.0.3)
24-
activerecord-deprecated_finders (~> 1.0.2)
25-
activesupport (= 4.0.3)
26-
arel (~> 4.0.0)
27-
activerecord-deprecated_finders (1.0.3)
28-
activesupport (4.0.3)
29-
i18n (~> 0.6, >= 0.6.4)
30-
minitest (~> 4.2)
31-
multi_json (~> 1.3)
19+
actionview (4.1.1)
20+
activesupport (= 4.1.1)
21+
builder (~> 3.1)
22+
erubis (~> 2.7.0)
23+
activemodel (4.1.1)
24+
activesupport (= 4.1.1)
25+
builder (~> 3.1)
26+
activerecord (4.1.1)
27+
activemodel (= 4.1.1)
28+
activesupport (= 4.1.1)
29+
arel (~> 5.0.0)
30+
activesupport (4.1.1)
31+
i18n (~> 0.6, >= 0.6.9)
32+
json (~> 1.7, >= 1.7.7)
33+
minitest (~> 5.1)
3234
thread_safe (~> 0.1)
33-
tzinfo (~> 0.3.37)
34-
arel (4.0.2)
35-
atomic (1.1.15)
36-
builder (3.1.4)
35+
tzinfo (~> 1.1)
36+
arel (5.0.1.20140414130214)
37+
builder (3.2.2)
3738
erubis (2.7.0)
38-
execjs (2.0.2)
39+
execjs (2.2.0)
3940
hike (1.2.3)
4041
i18n (0.6.9)
41-
jquery-rails (3.1.0)
42+
jquery-rails (3.1.1)
4243
railties (>= 3.0, < 5.0)
4344
thor (>= 0.14, < 2.0)
45+
json (1.8.1)
4446
mail (2.5.4)
4547
mime-types (~> 1.16)
4648
treetop (~> 1.4.8)
4749
mime-types (1.25.1)
48-
minitest (4.7.5)
49-
multi_json (1.9.0)
50-
polyglot (0.3.4)
50+
minitest (5.3.5)
51+
multi_json (1.10.1)
52+
polyglot (0.3.5)
5153
rack (1.5.2)
5254
rack-test (0.6.2)
5355
rack (>= 1.0)
54-
rails (4.0.3)
55-
actionmailer (= 4.0.3)
56-
actionpack (= 4.0.3)
57-
activerecord (= 4.0.3)
58-
activesupport (= 4.0.3)
56+
rails (4.1.1)
57+
actionmailer (= 4.1.1)
58+
actionpack (= 4.1.1)
59+
actionview (= 4.1.1)
60+
activemodel (= 4.1.1)
61+
activerecord (= 4.1.1)
62+
activesupport (= 4.1.1)
5963
bundler (>= 1.3.0, < 2.0)
60-
railties (= 4.0.3)
61-
sprockets-rails (~> 2.0.0)
62-
railties (4.0.3)
63-
actionpack (= 4.0.3)
64-
activesupport (= 4.0.3)
64+
railties (= 4.1.1)
65+
sprockets-rails (~> 2.0)
66+
railties (4.1.1)
67+
actionpack (= 4.1.1)
68+
activesupport (= 4.1.1)
6569
rake (>= 0.8.7)
6670
thor (>= 0.18.1, < 2.0)
67-
rake (10.1.1)
68-
sprockets (2.11.0)
71+
rake (10.3.2)
72+
sprockets (2.12.1)
6973
hike (~> 1.2)
7074
multi_json (~> 1.0)
7175
rack (~> 1.0)
7276
tilt (~> 1.1, != 1.3.0)
73-
sprockets-rails (2.0.1)
77+
sprockets-rails (2.1.3)
7478
actionpack (>= 3.0)
7579
activesupport (>= 3.0)
7680
sprockets (~> 2.8)
7781
sqlite3 (1.3.9)
78-
thor (0.18.1)
79-
thread_safe (0.2.0)
80-
atomic (>= 1.1.7, < 2)
82+
thor (0.19.1)
83+
thread_safe (0.3.4)
8184
tilt (1.4.1)
8285
treetop (1.4.15)
8386
polyglot
8487
polyglot (>= 0.3.1)
85-
tzinfo (0.3.38)
88+
tzinfo (1.2.1)
89+
thread_safe (~> 0.1)
8690

8791
PLATFORMS
8892
ruby

0 commit comments

Comments
 (0)