Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 8baace0 commit 45424c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
gem "nokogiri", "~> 1.15"

# So we can add custom element templates
gem 'slim', '~> 5.1.1'
gem 'slim', '~> 5.2.0'
gem 'thread_safe', '~> 0.3.5'
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ GEM
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
slim (5.1.1)
slim (5.2.0)
temple (~> 0.10.0)
tilt (>= 2.1.0)
temple (0.10.2)
temple (0.10.3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thread_safe (0.3.6)
tilt (2.2.0)
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
Expand All @@ -99,7 +99,7 @@ DEPENDENCIES
jekyll-feed (~> 0.17)
minima (~> 2.0)
nokogiri (~> 1.15)
slim (~> 5.1.1)
slim (~> 5.2.0)
thread_safe (~> 0.3.5)
tzinfo (~> 2.0)
tzinfo-data
Expand Down

0 comments on commit 45424c9

Please sign in to comment.