File tree Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ruby '>=2.3.1'
22source 'https://rubygems.org'
33
44# Middleman
5- gem 'middleman' , '~>4.2.1 '
5+ gem 'middleman' , '~>4.3.0 '
66gem 'middleman-syntax' , '~> 3.0.0'
77gem 'middleman-autoprefixer' , '~> 2.10.0'
88gem "middleman-livereload" , "~> 3.4.3"
Original file line number Diff line number Diff line change 1515 coffee-script-source
1616 execjs
1717 coffee-script-source (1.12.2 )
18- compass-import-once (1.0.5 )
19- sass (>= 3.2 , < 3.5 )
2018 concurrent-ruby (1.1.5 )
2119 contracts (0.13.0 )
2220 dotenv (2.7.5 )
2826 execjs (2.7.0 )
2927 fast_blank (1.0.0 )
3028 fastimage (2.1.7 )
31- ffi (1.11.2 )
32- haml (5.0.4 )
29+ ffi (1.11.3 )
30+ haml (5.1.2 )
3331 temple (>= 0.8.0 )
3432 tilt
3533 hamster (3.0.0 )
3634 concurrent-ruby (~> 1.0 )
3735 hashie (3.6.0 )
3836 http_parser.rb (0.6.0 )
39- i18n (0.7.0 )
37+ i18n (0.9.5 )
38+ concurrent-ruby (~> 1.0 )
4039 kramdown (1.17.0 )
4140 listen (3.0.8 )
4241 rb-fsevent (~> 0.9 , >= 0.9.4 )
4342 rb-inotify (~> 0.9 , >= 0.9.7 )
44- memoist (0.16.1 )
45- middleman (4.2.1 )
43+ memoist (0.16.2 )
44+ middleman (4.3.5 )
4645 coffee-script (~> 2.2 )
47- compass-import-once (= 1.0.5 )
4846 haml (>= 4.0.5 )
4947 kramdown (~> 1.2 )
50- middleman-cli (= 4.2.1 )
51- middleman-core (= 4.2.1 )
52- sass (>= 3.4.0 , < 4.0 )
48+ middleman-cli (= 4.3.5 )
49+ middleman-core (= 4.3.5 )
5350 middleman-autoprefixer (2.10.1 )
5451 autoprefixer-rails (~> 9.1 )
5552 middleman-core (>= 3.3.3 )
56- middleman-cli (4.2.1 )
53+ middleman-cli (4.3.5 )
5754 thor (>= 0.17.0 , < 2.0 )
58- middleman-core (4.2.1 )
55+ middleman-core (4.3.5 )
5956 activesupport (>= 4.2 , < 5.1 )
6057 addressable (~> 2.3 )
6158 backports (~> 3.6 )
62- bundler ( ~> 1.1 )
59+ bundler
6360 contracts (~> 0.13.0 )
6461 dotenv
6562 erubis
6865 fastimage (~> 2.0 )
6966 hamster (~> 3.0 )
7067 hashie (~> 3.4 )
71- i18n (~> 0.7 .0 )
68+ i18n (~> 0.9 .0 )
7269 listen (~> 3.0.0 )
7370 memoist (~> 0.14 )
7471 padrino-helpers (~> 0.13.0 )
7572 parallel
7673 rack (>= 1.4.5 , < 3 )
77- sass ( >= 3.4 )
74+ sassc ( ~> 2.0 )
7875 servolux
79- tilt (~> 2.0 )
76+ tilt (~> 2.0.9 )
8077 uglifier (~> 3.0 )
8178 middleman-livereload (3.4.6 )
8279 em-websocket (~> 0.5.1 )
9895 tilt (>= 1.4.1 , < 3 )
9996 padrino-support (0.13.3.4 )
10097 activesupport (>= 3.1 )
101- parallel (1.19.0 )
98+ parallel (1.19.1 )
10299 public_suffix (4.0.1 )
103100 rack (2.0.8 )
104101 rack-livereload (0.3.17 )
@@ -108,13 +105,14 @@ GEM
108105 ffi (~> 1.0 )
109106 redcarpet (3.4.0 )
110107 rouge (2.0.7 )
111- sass (3.4.25 )
108+ sassc (2.2.1 )
109+ ffi (~> 1.9 )
112110 servolux (0.13.0 )
113111 sprockets (3.7.2 )
114112 concurrent-ruby (~> 1.0 )
115113 rack (> 1 , < 3 )
116- temple (0.8.0 )
117- thor (0.20.3 )
114+ temple (0.8.2 )
115+ thor (1.0.1 )
118116 thread_safe (0.3.6 )
119117 tilt (2.0.10 )
120118 tzinfo (1.2.5 )
@@ -126,7 +124,7 @@ PLATFORMS
126124 ruby
127125
128126DEPENDENCIES
129- middleman (~> 4.2.1 )
127+ middleman (~> 4.3.0 )
130128 middleman-autoprefixer (~> 2.10.0 )
131129 middleman-livereload (~> 3.4.3 )
132130 middleman-sprockets (~> 4.1.0 )
You can’t perform that action at this time.
0 commit comments