Skip to content

Commit 5b49397

Browse files
committed
Update Slate sample's dependencies
Closes spring-projectsgh-563
1 parent e23c6b4 commit 5b49397

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

samples/rest-notes-slate/slate/Gemfile.lock

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.0.1)
4+
activesupport (5.0.7)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (~> 0.7)
6+
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.5.0)
10-
public_suffix (~> 2.0, >= 2.0.2)
11-
autoprefixer-rails (6.6.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
autoprefixer-rails (6.7.7.2)
1212
execjs
13-
backports (3.6.8)
13+
backports (3.11.4)
1414
coffee-script (2.4.1)
1515
coffee-script-source
1616
execjs
1717
coffee-script-source (1.12.2)
1818
compass-import-once (1.0.5)
1919
sass (>= 3.2, < 3.5)
20-
concurrent-ruby (1.0.4)
20+
concurrent-ruby (1.1.3)
2121
contracts (0.13.0)
22-
dotenv (2.2.0)
22+
dotenv (2.5.0)
2323
erubis (2.7.0)
2424
execjs (2.7.0)
2525
fast_blank (1.0.0)
26-
fastimage (2.0.1)
27-
addressable (~> 2)
28-
ffi (1.9.17)
29-
haml (4.0.7)
26+
fastimage (2.1.4)
27+
ffi (1.9.25)
28+
haml (5.0.4)
29+
temple (>= 0.8.0)
3030
tilt
3131
hamster (3.0.0)
3232
concurrent-ruby (~> 1.0)
33-
hashie (3.5.1)
33+
hashie (3.6.0)
3434
i18n (0.7.0)
35-
kramdown (1.13.2)
35+
kramdown (1.17.0)
3636
listen (3.0.8)
3737
rb-fsevent (~> 0.9, >= 0.9.4)
3838
rb-inotify (~> 0.9, >= 0.9.7)
39-
memoist (0.15.0)
39+
memoist (0.16.0)
4040
middleman (4.2.1)
4141
coffee-script (~> 2.2)
4242
compass-import-once (= 1.0.5)
@@ -73,38 +73,39 @@ GEM
7373
servolux
7474
tilt (~> 2.0)
7575
uglifier (~> 3.0)
76-
middleman-sprockets (4.1.0)
76+
middleman-sprockets (4.1.1)
7777
middleman-core (~> 4.0)
7878
sprockets (>= 3.0)
7979
middleman-syntax (3.0.0)
8080
middleman-core (>= 3.2)
8181
rouge (~> 2.0)
82-
minitest (5.10.1)
83-
padrino-helpers (0.13.3.3)
82+
minitest (5.11.3)
83+
padrino-helpers (0.13.3.4)
8484
i18n (~> 0.6, >= 0.6.7)
85-
padrino-support (= 0.13.3.3)
85+
padrino-support (= 0.13.3.4)
8686
tilt (>= 1.4.1, < 3)
87-
padrino-support (0.13.3.3)
87+
padrino-support (0.13.3.4)
8888
activesupport (>= 3.1)
89-
parallel (1.10.0)
90-
public_suffix (2.0.5)
91-
rack (2.0.1)
92-
rb-fsevent (0.9.8)
93-
rb-inotify (0.9.8)
94-
ffi (>= 0.5.0)
89+
parallel (1.12.1)
90+
public_suffix (3.0.3)
91+
rack (2.0.6)
92+
rb-fsevent (0.10.3)
93+
rb-inotify (0.9.10)
94+
ffi (>= 0.5.0, < 2)
9595
redcarpet (3.4.0)
9696
rouge (2.0.7)
97-
sass (3.4.23)
98-
servolux (0.12.0)
99-
sprockets (3.7.1)
97+
sass (3.4.25)
98+
servolux (0.13.0)
99+
sprockets (3.7.2)
100100
concurrent-ruby (~> 1.0)
101101
rack (> 1, < 3)
102-
thor (0.19.4)
103-
thread_safe (0.3.5)
104-
tilt (2.0.6)
105-
tzinfo (1.2.2)
102+
temple (0.8.0)
103+
thor (0.20.3)
104+
thread_safe (0.3.6)
105+
tilt (2.0.8)
106+
tzinfo (1.2.5)
106107
thread_safe (~> 0.1)
107-
uglifier (3.0.4)
108+
uglifier (3.2.0)
108109
execjs (>= 0.3.0, < 3)
109110

110111
PLATFORMS
@@ -119,4 +120,4 @@ DEPENDENCIES
119120
rouge (~> 2.0.5)
120121

121122
BUNDLED WITH
122-
1.14.3
123+
1.17.1

0 commit comments

Comments
 (0)