mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-29 08:44:16 +02:00
Merge pull request #290 from olivierlacan/dependabot/bundler/middleman-4.3.3
Bump middleman from 4.3.2 to 4.3.3
This commit is contained in:
commit
0a41262830
2
Gemfile
2
Gemfile
@ -1,7 +1,7 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "addressable"
|
gem "addressable"
|
||||||
gem "middleman", "~> 4.3.2"
|
gem "middleman", "~> 4.3.3"
|
||||||
gem "middleman-autoprefixer"
|
gem "middleman-autoprefixer"
|
||||||
gem "middleman-blog"
|
gem "middleman-blog"
|
||||||
gem "middleman-livereload"
|
gem "middleman-livereload"
|
||||||
|
12
Gemfile.lock
12
Gemfile.lock
@ -44,12 +44,12 @@ GEM
|
|||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
memoist (0.16.0)
|
memoist (0.16.0)
|
||||||
method_source (0.9.2)
|
method_source (0.9.2)
|
||||||
middleman (4.3.2)
|
middleman (4.3.3)
|
||||||
coffee-script (~> 2.2)
|
coffee-script (~> 2.2)
|
||||||
haml (>= 4.0.5)
|
haml (>= 4.0.5)
|
||||||
kramdown (~> 1.2)
|
kramdown (~> 1.2)
|
||||||
middleman-cli (= 4.3.2)
|
middleman-cli (= 4.3.3)
|
||||||
middleman-core (= 4.3.2)
|
middleman-core (= 4.3.3)
|
||||||
middleman-autoprefixer (2.10.0)
|
middleman-autoprefixer (2.10.0)
|
||||||
autoprefixer-rails (>= 9.1.4)
|
autoprefixer-rails (>= 9.1.4)
|
||||||
middleman-core (>= 3.3.3)
|
middleman-core (>= 3.3.3)
|
||||||
@ -57,9 +57,9 @@ GEM
|
|||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
middleman-core (>= 4.0.0)
|
middleman-core (>= 4.0.0)
|
||||||
tzinfo (>= 0.3.0)
|
tzinfo (>= 0.3.0)
|
||||||
middleman-cli (4.3.2)
|
middleman-cli (4.3.3)
|
||||||
thor (>= 0.17.0, < 2.0)
|
thor (>= 0.17.0, < 2.0)
|
||||||
middleman-core (4.3.2)
|
middleman-core (4.3.3)
|
||||||
activesupport (>= 4.2, < 5.1)
|
activesupport (>= 4.2, < 5.1)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
backports (~> 3.6)
|
backports (~> 3.6)
|
||||||
@ -133,7 +133,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
addressable
|
addressable
|
||||||
middleman (~> 4.3.2)
|
middleman (~> 4.3.3)
|
||||||
middleman-autoprefixer
|
middleman-autoprefixer
|
||||||
middleman-blog
|
middleman-blog
|
||||||
middleman-gh-pages
|
middleman-gh-pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user