Skip to content

Commit

Permalink
Bump slim-rails from 3.6.3 to 3.7.0
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]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2025
1 parent 8dbd763 commit f390b44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'secure_headers', '~> 7.1'
gem 'shakapacker', '8.0.2'
gem 'simpleconfig', '~> 2.0'
gem 'simple_form', '~> 5.3'
gem 'slim-rails', '~> 3.6'
gem 'slim-rails', '~> 3.7'
gem 'sucker_punch', '~> 3.2'
gem 'turbolinks', '~> 5.2'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
htmlentities (~> 4.3.3)
launchy (>= 2.1, < 4.0)
mail (~> 2.7)
erubi (1.13.0)
erubi (1.13.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.4)
Expand Down Expand Up @@ -181,7 +181,7 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.8.0)
irb (1.14.2)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
addressable (~> 2.8)
childprocess (~> 5.0)
logger (1.6.4)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
netrc (0.11.0)
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)
oauth2 (2.0.9)
Expand Down Expand Up @@ -285,7 +285,7 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.2.1)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
Expand All @@ -298,9 +298,10 @@ GEM
rack (>= 3.0.0, < 4)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -336,11 +337,11 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rbtree3 (0.7.1)
rdoc (6.9.0)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.10.0)
regexp_property_values (1.5.2)
reline (0.5.12)
reline (0.6.0)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -433,7 +434,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 All @@ -449,7 +450,7 @@ GEM
concurrent-ruby (~> 1.0)
temple (0.10.3)
thor (1.3.2)
tilt (2.4.0)
tilt (2.5.0)
timeout (0.4.2)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
Expand Down Expand Up @@ -530,7 +531,7 @@ DEPENDENCIES
simpleconfig (~> 2.0)
simplecov
simplecov-lcov
slim-rails (~> 3.6)
slim-rails (~> 3.7)
slim_lint
sucker_punch (~> 3.2)
turbolinks (~> 5.2)
Expand Down

0 comments on commit f390b44

Please sign in to comment.