Skip to content

Commit 8ed8f51

Browse files
committed
Update middleman and middleman-sprokets, run bundle update
1 parent 64e4726 commit 8ed8f51

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source 'https://rubygems.org'
22

33
# Middleman
4-
gem 'middleman', '~>4.1.0'
4+
gem 'middleman', '~>4.2.0'
55
gem 'middleman-syntax', '~> 3.0.0'
66
gem 'middleman-autoprefixer', '~> 2.7.0'
7-
gem "middleman-sprockets", "~> 4.0.0"
7+
gem "middleman-sprockets", "~> 4.1.0"
88
gem 'rouge', '~> 2.0.5'
99
gem 'redcarpet', '~> 3.4.0'

Gemfile.lock

+39-39
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,57 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.7.1)
4+
activesupport (5.0.1)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
56
i18n (~> 0.7)
6-
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
98
tzinfo (~> 1.1)
10-
addressable (2.4.0)
11-
autoprefixer-rails (6.4.1)
9+
addressable (2.5.0)
10+
public_suffix (~> 2.0, >= 2.0.2)
11+
autoprefixer-rails (6.6.1)
1212
execjs
1313
backports (3.6.8)
1414
coffee-script (2.4.1)
1515
coffee-script-source
1616
execjs
17-
coffee-script-source (1.10.0)
17+
coffee-script-source (1.12.2)
1818
compass-import-once (1.0.5)
1919
sass (>= 3.2, < 3.5)
20-
concurrent-ruby (1.0.2)
20+
concurrent-ruby (1.0.4)
2121
contracts (0.13.0)
22-
dotenv (2.1.1)
22+
dotenv (2.1.2)
2323
erubis (2.7.0)
2424
execjs (2.7.0)
2525
fast_blank (1.0.0)
26-
fastimage (2.0.0)
26+
fastimage (2.0.1)
2727
addressable (~> 2)
28-
ffi (1.9.14)
28+
ffi (1.9.17)
2929
haml (4.0.7)
3030
tilt
3131
hamster (3.0.0)
3232
concurrent-ruby (~> 1.0)
33-
hashie (3.4.4)
33+
hashie (3.4.6)
3434
i18n (0.7.0)
35-
json (1.8.3)
36-
kramdown (1.12.0)
35+
kramdown (1.13.2)
3736
listen (3.0.8)
3837
rb-fsevent (~> 0.9, >= 0.9.4)
3938
rb-inotify (~> 0.9, >= 0.9.7)
4039
memoist (0.15.0)
41-
middleman (4.1.10)
40+
middleman (4.2.0)
4241
coffee-script (~> 2.2)
4342
compass-import-once (= 1.0.5)
4443
haml (>= 4.0.5)
4544
kramdown (~> 1.2)
46-
middleman-cli (= 4.1.10)
47-
middleman-core (= 4.1.10)
45+
middleman-cli (= 4.2.0)
46+
middleman-core (= 4.2.0)
4847
sass (>= 3.4.0, < 4.0)
49-
middleman-autoprefixer (2.7.0)
50-
autoprefixer-rails (>= 6.3.1, < 7.0.0)
48+
middleman-autoprefixer (2.7.1)
49+
autoprefixer-rails (>= 6.5.2, < 7.0.0)
5150
middleman-core (>= 3.3.3)
52-
middleman-cli (4.1.10)
51+
middleman-cli (4.2.0)
5352
thor (>= 0.17.0, < 2.0)
54-
middleman-core (4.1.10)
55-
activesupport (~> 4.2)
53+
middleman-core (4.2.0)
54+
activesupport (>= 4.2, < 5.1)
5655
addressable (~> 2.3)
5756
backports (~> 3.6)
5857
bundler (~> 1.1)
@@ -69,51 +68,52 @@ GEM
6968
memoist (~> 0.14)
7069
padrino-helpers (~> 0.13.0)
7170
parallel
72-
rack (>= 1.4.5, < 2.0)
71+
rack (>= 1.4.5, < 3)
7372
sass (>= 3.4)
7473
servolux
75-
tilt (~> 1.4.1)
74+
tilt (~> 2.0)
7675
uglifier (~> 3.0)
77-
middleman-sprockets (4.0.0)
76+
middleman-sprockets (4.1.0)
7877
middleman-core (~> 4.0)
7978
sprockets (>= 3.0)
8079
middleman-syntax (3.0.0)
8180
middleman-core (>= 3.2)
8281
rouge (~> 2.0)
83-
minitest (5.9.0)
84-
padrino-helpers (0.13.3.1)
82+
minitest (5.10.1)
83+
padrino-helpers (0.13.3.3)
8584
i18n (~> 0.6, >= 0.6.7)
86-
padrino-support (= 0.13.3.1)
85+
padrino-support (= 0.13.3.3)
8786
tilt (>= 1.4.1, < 3)
88-
padrino-support (0.13.3.1)
87+
padrino-support (0.13.3.3)
8988
activesupport (>= 3.1)
90-
parallel (1.9.0)
91-
rack (1.6.4)
92-
rb-fsevent (0.9.7)
89+
parallel (1.10.0)
90+
public_suffix (2.0.5)
91+
rack (2.0.1)
92+
rb-fsevent (0.9.8)
9393
rb-inotify (0.9.7)
9494
ffi (>= 0.5.0)
9595
redcarpet (3.4.0)
96-
rouge (2.0.5)
97-
sass (3.4.22)
96+
rouge (2.0.7)
97+
sass (3.4.23)
9898
servolux (0.12.0)
99-
sprockets (3.7.0)
99+
sprockets (3.7.1)
100100
concurrent-ruby (~> 1.0)
101101
rack (> 1, < 3)
102-
thor (0.19.1)
102+
thor (0.19.4)
103103
thread_safe (0.3.5)
104-
tilt (1.4.1)
104+
tilt (2.0.5)
105105
tzinfo (1.2.2)
106106
thread_safe (~> 0.1)
107-
uglifier (3.0.2)
107+
uglifier (3.0.4)
108108
execjs (>= 0.3.0, < 3)
109109

110110
PLATFORMS
111111
ruby
112112

113113
DEPENDENCIES
114-
middleman (~> 4.1.0)
114+
middleman (~> 4.2.0)
115115
middleman-autoprefixer (~> 2.7.0)
116-
middleman-sprockets (~> 4.0.0)
116+
middleman-sprockets (~> 4.1.0)
117117
middleman-syntax (~> 3.0.0)
118118
redcarpet (~> 3.4.0)
119119
rouge (~> 2.0.5)

0 commit comments

Comments
 (0)