Skip to content

Commit 1db1f82

Browse files
committed
Bundle update
1 parent 722aa32 commit 1db1f82

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

Gemfile.lock

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
PATH
22
remote: .
33
specs:
4-
actionmailer (4.1.14)
5-
actionpack (= 4.1.14)
6-
actionview (= 4.1.14)
4+
actionmailer (4.1.14.1)
5+
actionpack (= 4.1.14.1)
6+
actionview (= 4.1.14.1)
77
mail (~> 2.5, >= 2.5.4)
8-
actionpack (4.1.14)
9-
actionview (= 4.1.14)
10-
activesupport (= 4.1.14)
8+
actionpack (4.1.14.1)
9+
actionview (= 4.1.14.1)
10+
activesupport (= 4.1.14.1)
1111
rack (~> 1.5.2)
1212
rack-test (~> 0.6.2)
13-
actionview (4.1.14)
14-
activesupport (= 4.1.14)
13+
actionview (4.1.14.1)
14+
activesupport (= 4.1.14.1)
1515
builder (~> 3.1)
1616
erubis (~> 2.7.0)
17-
activemodel (4.1.14)
18-
activesupport (= 4.1.14)
17+
activemodel (4.1.14.1)
18+
activesupport (= 4.1.14.1)
1919
builder (~> 3.1)
20-
activerecord (4.1.14)
21-
activemodel (= 4.1.14)
22-
activesupport (= 4.1.14)
20+
activerecord (4.1.14.1)
21+
activemodel (= 4.1.14.1)
22+
activesupport (= 4.1.14.1)
2323
arel (~> 5.0.0)
24-
activesupport (4.1.14)
24+
activesupport (4.1.14.1)
2525
i18n (~> 0.6, >= 0.6.9)
2626
json (~> 1.7, >= 1.7.7)
2727
minitest (~> 5.1)
2828
thread_safe (~> 0.1)
2929
tzinfo (~> 1.1)
30-
rails (4.1.14)
31-
actionmailer (= 4.1.14)
32-
actionpack (= 4.1.14)
33-
actionview (= 4.1.14)
34-
activemodel (= 4.1.14)
35-
activerecord (= 4.1.14)
36-
activesupport (= 4.1.14)
30+
rails (4.1.14.1)
31+
actionmailer (= 4.1.14.1)
32+
actionpack (= 4.1.14.1)
33+
actionview (= 4.1.14.1)
34+
activemodel (= 4.1.14.1)
35+
activerecord (= 4.1.14.1)
36+
activesupport (= 4.1.14.1)
3737
bundler (>= 1.3.0, < 2.0)
38-
railties (= 4.1.14)
38+
railties (= 4.1.14.1)
3939
sprockets-rails (~> 2.0)
40-
railties (4.1.14)
41-
actionpack (= 4.1.14)
42-
activesupport (= 4.1.14)
40+
railties (4.1.14.1)
41+
actionpack (= 4.1.14.1)
42+
activesupport (= 4.1.14.1)
4343
rake (>= 0.8.7)
4444
thor (>= 0.18.1, < 2.0)
4545

@@ -79,7 +79,7 @@ GEM
7979
mustache (0.99.8)
8080
mysql (2.9.1)
8181
mysql2 (0.3.20)
82-
nokogiri (1.6.7.1)
82+
nokogiri (1.6.7.2)
8383
mini_portile2 (~> 2.0.0.rc2)
8484
pg (0.18.4)
8585
racc (1.4.14)
@@ -88,9 +88,8 @@ GEM
8888
rack (>= 0.4)
8989
rack-test (0.6.3)
9090
rack (>= 1.0)
91-
rake (10.4.2)
91+
rake (10.5.0)
9292
rdoc (4.2.1)
93-
json (~> 1.4)
9493
redcarpet (2.2.2)
9594
ruby-prof (0.11.3)
9695
sdoc (0.4.1)
@@ -103,7 +102,7 @@ GEM
103102
activesupport (>= 3.0)
104103
sprockets (>= 2.8, < 4.0)
105104
sqlite3 (1.3.11)
106-
stackprof (0.2.7)
105+
stackprof (0.2.8)
107106
thor (0.19.1)
108107
thread_safe (0.3.5)
109108
turbolinks (2.5.3)

0 commit comments

Comments
 (0)