Skip to content

Commit

Permalink
chore(deps): bump minimal-mistakes-jekyll in the dependencies group (#…
Browse files Browse the repository at this point in the history
…258)

Bumps the dependencies group with 1 update: [minimal-mistakes-jekyll](https://github.com/mmistakes/minimal-mistakes).


Updates `minimal-mistakes-jekyll` from 4.26.1 to 4.26.2
- [Release notes](https://github.com/mmistakes/minimal-mistakes/releases)
- [Changelog](https://github.com/mmistakes/minimal-mistakes/blob/master/CHANGELOG.md)
- [Commits](mmistakes/minimal-mistakes@4.26.1...4.26.2)

---
updated-dependencies:
- dependency-name: minimal-mistakes-jekyll
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 5b36d09 commit e0cce42
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ gem "jekyll-paginate", "1.1"
gem "jekyll-archives", "2.2.1"
gem "jekyll-polyglot", "1.8.0"

gem "minimal-mistakes-jekyll", "4.26.1"
gem "minimal-mistakes-jekyll", "4.26.2"
gem "bootstrap", "5.3.3"
43 changes: 23 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
bigdecimal (3.1.8)
bootstrap (5.3.3)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.8, < 3)
colorator (1.1.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.9.0)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
ffi (1.17.0)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.27.0)
google-protobuf (4.27.2)
bigdecimal
rake (>= 13)
google-protobuf (4.27.0-x86_64-linux)
google-protobuf (4.27.2-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -73,7 +76,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minimal-mistakes-jekyll (4.26.1)
minimal-mistakes-jekyll (4.26.2)
jekyll (>= 3.7, < 5.0)
jekyll-feed (~> 0.1)
jekyll-gist (~> 1.5)
Expand All @@ -88,28 +91,28 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
popper_js (2.11.8)
public_suffix (5.0.5)
public_suffix (6.0.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
rexml (3.3.1)
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.77.4-aarch64-linux-android)
sass-embedded (1.77.5-aarch64-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-arm-linux-androideabi)
sass-embedded (1.77.5-arm-linux-androideabi)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-arm-linux-gnueabihf)
sass-embedded (1.77.5-arm-linux-gnueabihf)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-arm-linux-musleabihf)
sass-embedded (1.77.5-arm-linux-musleabihf)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-x86-linux-android)
sass-embedded (1.77.5-x86-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-x86_64-linux-android)
sass-embedded (1.77.5-x86_64-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-x86_64-linux-gnu)
sass-embedded (1.77.5-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
Expand Down Expand Up @@ -137,7 +140,7 @@ DEPENDENCIES
jekyll-feed (= 0.17.0)
jekyll-paginate (= 1.1)
jekyll-polyglot (= 1.8.0)
minimal-mistakes-jekyll (= 4.26.1)
minimal-mistakes-jekyll (= 4.26.2)

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit e0cce42

Please sign in to comment.