Skip to content

Commit

Permalink
Bump slim-rails from 3.6.3 to 3.7.0 (#1045)
Browse files Browse the repository at this point in the history
Bumps [slim-rails](https://github.com/slim-template/slim-rails) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/slim-template/slim-rails/releases)
- [Changelog](https://github.com/slim-template/slim-rails/blob/master/CHANGELOG.md)
- [Commits](slim-template/slim-rails@v3.6.3...v3.7.0)

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

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 Dec 30, 2024
1 parent 9b07e2d commit b850af1
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 @@ -12,7 +12,7 @@ gem 'newrelic_rpm', '~> 9.16'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.5'
gem 'shakapacker', '8.0.2'
gem 'slim-rails', '~> 3.6'
gem 'slim-rails', '~> 3.7'
gem 'turbo-rails', '~> 2.0'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ GEM
net-protocol
newrelic_rpm (9.16.1)
nio4r (2.7.4)
nokogiri (1.17.2)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
package_json (0.1.0)
parallel (1.26.3)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
rack
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rack-timeout (0.7.0)
rackup (2.2.1)
Expand Down Expand Up @@ -325,7 +325,7 @@ GEM
slim (5.2.1)
temple (~> 0.10.0)
tilt (>= 2.1.0)
slim-rails (3.6.3)
slim-rails (3.7.0)
actionpack (>= 3.1)
railties (>= 3.1)
slim (>= 3.0, < 6.0, != 5.0.0)
Expand Down Expand Up @@ -400,7 +400,7 @@ DEPENDENCIES
shoulda-matchers
simplecov
simplecov-lcov
slim-rails (~> 3.6)
slim-rails (~> 3.7)
slim_lint
turbo-rails (~> 2.0)
tzinfo-data
Expand Down

0 comments on commit b850af1

Please sign in to comment.