Skip to content

Commit

Permalink
Merge pull request #632 from alphagov/dependabot/bundler/middleman-4.5.0
Browse files Browse the repository at this point in the history
Bump middleman from 4.4.3 to 4.5.0
  • Loading branch information
katstevens authored May 5, 2023
2 parents d4b538f + 1c49919 commit 9e2016a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

# Middleman Gems
gem 'middleman', '~> 4.4.3'
gem 'middleman', '~> 4.5.0'
gem 'middleman-livereload'
gem 'middleman-sprockets'
gem 'sprockets', '~> 4.2.0'
Expand Down
49 changes: 25 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
backports (3.23.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
backports (3.24.1)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
contracts (0.13.0)
dotenv (2.7.6)
contracts (0.17)
dotenv (2.8.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -25,8 +25,9 @@ GEM
fast_blank (1.0.1)
fastimage (2.2.6)
ffi (1.15.5)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.1.1)
temple (>= 0.8.2)
thor
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
Expand All @@ -36,19 +37,19 @@ GEM
concurrent-ruby (~> 1.0)
kramdown (2.4.0)
rexml
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
middleman (4.4.3)
middleman (4.5.0)
coffee-script (~> 2.2)
haml (>= 4.0.5, < 6.0)
haml (>= 4.0.5)
kramdown (>= 2.3.0)
middleman-cli (= 4.4.3)
middleman-core (= 4.4.3)
middleman-cli (4.4.3)
middleman-cli (= 4.5.0)
middleman-core (= 4.5.0)
middleman-cli (4.5.0)
thor (>= 0.17.0, < 2.0)
middleman-core (4.4.3)
middleman-core (4.5.0)
activesupport (>= 6.1, < 7.1)
addressable (~> 2.4)
backports (~> 3.6)
Expand Down Expand Up @@ -81,19 +82,19 @@ GEM
middleman-core (~> 4.0)
sprockets (>= 3.0)
minitest (5.18.0)
padrino-helpers (0.15.2)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.2)
parallel (1.22.1)
padrino-support (0.15.3)
parallel (1.23.0)
parslet (2.0.0)
prettier_print (1.2.1)
public_suffix (4.0.7)
rack (2.2.6.4)
public_suffix (5.0.1)
rack (2.2.7)
rack-livereload (0.3.17)
rack
rb-fsevent (0.11.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (3.1.0)
Expand Down Expand Up @@ -129,7 +130,7 @@ PLATFORMS
ruby

DEPENDENCIES
middleman (~> 4.4.3)
middleman (~> 4.5.0)
middleman-livereload
middleman-sprockets
prettier_print
Expand Down

0 comments on commit 9e2016a

Please sign in to comment.