Skip to content

Commit

Permalink
Bump middleman from 4.1.14 to 4.4.2
Browse files Browse the repository at this point in the history
Bump middleman-autoprefixer from 2.10.1 to 3.0.0

Sprockets needs to be locked at 3.7.2 due to middleman/middleman-sprockets#132 and middleman/middleman#2302

Just trying to bump dependencies as much as possible; not refactor/replace the asset pipeline just now.
  • Loading branch information
chadlwilson committed Dec 24, 2021
1 parent 9e12fa9 commit 10504ad
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 53 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ source 'https://rubygems.org'
gem 'html-proofer'

# Middleman
gem 'middleman', '~> 4.1.0'
gem 'middleman-gh-pages', '~> 0.4.1'
gem 'middleman-syntax', '~> 3.2.0'
gem 'middleman-autoprefixer', '~> 2.10.1'
gem "middleman", "~> 4.4"
gem "middleman-gh-pages", "~> 0.4.1"
gem "middleman-syntax", "~> 3.2.0"
gem "middleman-autoprefixer", "~> 3.0"
gem "middleman-sprockets", "~> 4.1.1"
gem 'rouge', '~> 3.27.0'
gem 'redcarpet', '~> 3.5.1'
gem "sass", "~> 3.7"

gem "middleman-livereload", "~> 3.4.0"
gem 'rake', '~> 13.0.6'
Expand Down
113 changes: 64 additions & 49 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.7.2)
activesupport (6.1.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (9.8.6.5)
execjs
autoprefixer-rails (10.3.3.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.543.0)
aws-sdk-core (3.125.0)
Expand All @@ -31,21 +32,19 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.1.9)
contracts (0.13.0)
dotenv (2.7.6)
em-websocket (0.5.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
erubis (2.7.0)
ethon (0.15.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.7.0)
fast_blank (1.0.0)
fastimage (2.2.4)
execjs (2.8.1)
fast_blank (1.0.1)
fastimage (2.2.6)
ffi (1.15.4)
haml (5.2.2)
temple (>= 0.8.0)
Expand All @@ -61,33 +60,33 @@ GEM
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.6.0)
i18n (0.7.0)
http_parser.rb (0.8.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
kramdown (1.17.0)
kramdown (2.3.1)
rexml
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.16.2)
mercenary (0.4.0)
middleman (4.1.14)
middleman (4.4.2)
coffee-script (~> 2.2)
compass-import-once (= 1.0.5)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-cli (= 4.1.14)
middleman-core (= 4.1.14)
sass (>= 3.4.0, < 4.0)
middleman-autoprefixer (2.10.1)
autoprefixer-rails (~> 9.1)
middleman-core (>= 3.3.3)
middleman-cli (4.1.14)
kramdown (>= 2.3.0)
middleman-cli (= 4.4.2)
middleman-core (= 4.4.2)
middleman-autoprefixer (3.0.0)
autoprefixer-rails (~> 10.0)
middleman-core (>= 4.0.0)
middleman-cli (4.4.2)
thor (>= 0.17.0, < 2.0)
middleman-core (4.1.14)
activesupport (>= 4.2, < 5.1)
addressable (~> 2.3)
middleman-core (4.4.2)
activesupport (>= 6.1, < 7.0)
addressable (~> 2.4)
backports (~> 3.6)
bundler (~> 1.1)
bundler (~> 2.0)
contracts (~> 0.13.0)
dotenv
erubis
Expand All @@ -96,19 +95,21 @@ GEM
fastimage (~> 2.0)
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 0.7.0)
i18n (~> 1.6.0)
listen (~> 3.0.0)
memoist (~> 0.14)
padrino-helpers (~> 0.13.0)
padrino-helpers (~> 0.15.0)
parallel
rack (>= 1.4.5, < 3)
sass (>= 3.4)
sassc (~> 2.0)
servolux
tilt (~> 2.0)
tilt (~> 2.0.9)
toml
uglifier (~> 3.0)
webrick
middleman-gh-pages (0.4.1)
rake (> 0.9.3)
middleman-livereload (3.4.6)
middleman-livereload (3.4.7)
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
rack-livereload (~> 0.3.15)
Expand All @@ -122,22 +123,22 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest (5.15.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.4)
padrino-helpers (0.15.1)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.1)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3.4)
activesupport (>= 3.1)
padrino-support (0.15.1)
parallel (1.21.0)
parslet (2.0.0)
public_suffix (4.0.6)
racc (1.6.0)
rack (2.0.8)
rack (2.2.3)
rack-livereload (0.3.17)
rack
rainbow (3.0.0)
Expand All @@ -146,34 +147,44 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
rexml (3.2.5)
rouge (3.27.0)
sass (3.4.25)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
temple (0.8.2)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.7.0)
yell (2.2.2)
zeitwerk (2.5.1)

PLATFORMS
ruby
x86_64-darwin-17
x86_64-darwin-20

DEPENDENCIES
aws-sdk-s3
html-proofer
listen (= 3.0.8)
middleman (~> 4.1.0)
middleman-autoprefixer (~> 2.10.1)
middleman (~> 4.4)
middleman-autoprefixer (~> 3.0)
middleman-gh-pages (~> 0.4.1)
middleman-livereload (~> 3.4.0)
middleman-sprockets (~> 4.1.1)
Expand All @@ -183,3 +194,7 @@ DEPENDENCIES
rake (~> 13.0.6)
redcarpet (~> 3.5.1)
rouge (~> 3.27.0)
sass (~> 3.7)

BUNDLED WITH
2.2.24

0 comments on commit 10504ad

Please sign in to comment.