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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 59b6506 commit 307b180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'turbo-rails', '~> 1.4'
gem 'stimulus-rails', '~> 1.2', '>= 1.2.2'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.11', '>= 2.11.5'
gem 'slim', '~> 5.1', '>= 5.1.1'
gem 'slim', '~> 5.2'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.0', '>= 5.0.7'
# Use Active Model has_secure_password
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
slim (5.1.1)
slim (5.2.0)
temple (~> 0.10.0)
tilt (>= 2.1.0)
spring (4.1.1)
Expand Down Expand Up @@ -355,7 +355,7 @@ DEPENDENCIES
sass-rails (~> 6.0)
selenium-webdriver (>= 4.0.0)
simplecov (~> 0.22.0)
slim (~> 5.1, >= 5.1.1)
slim (~> 5.2)
spring
stimulus-rails (~> 1.2, >= 1.2.2)
tailwindcss-rails (~> 2.0, >= 2.0.30)
Expand Down

0 comments on commit 307b180

Please sign in to comment.