Skip to content

Commit

Permalink
Bump slim from 4.1.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [slim](https://github.com/slim-template/slim) from 4.1.0 to 5.1.0.
- [Release notes](https://github.com/slim-template/slim/releases)
- [Changelog](https://github.com/slim-template/slim/blob/main/CHANGES)
- [Commits](slim-template/slim@v4.1.0...v5.1.0)

---
updated-dependencies:
- dependency-name: slim
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 18, 2023
1 parent ce9a9b1 commit 7005edc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ gem 'middleman-minify-html'
gem 'middleman-ogp'
gem 'nokogiri'
gem 'redcarpet', '~> 3.6'
gem 'slim', '~> 4.1'
gem 'slim', '~> 5.1'
gem "webrick", "~> 1.8"
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ GEM
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
slim (4.1.0)
temple (>= 0.7.6, < 0.9)
tilt (>= 2.0.6, < 2.1)
temple (0.8.2)
slim (5.1.0)
temple (~> 0.10.0)
tilt (>= 2.0.6, < 2.2)
temple (0.10.3)
thor (1.2.2)
thread_safe (0.3.6)
tilt (2.0.11)
Expand Down Expand Up @@ -199,7 +199,7 @@ DEPENDENCIES
middleman-syntax
nokogiri
redcarpet (~> 3.6)
slim (~> 4.1)
slim (~> 5.1)
webrick (~> 1.8)

BUNDLED WITH
Expand Down

0 comments on commit 7005edc

Please sign in to comment.