Skip to content

Commit bf10b6c

Browse files
Bump slim from 3.0.9 to 5.2.1 (#207)
Bumps [slim](https://github.com/slim-template/slim) from 3.0.9 to 5.2.1. - [Release notes](https://github.com/slim-template/slim/releases) - [Changelog](https://github.com/slim-template/slim/blob/main/CHANGES) - [Commits](slim-template/slim@v3.0.9...v5.2.1) --- updated-dependencies: - dependency-name: slim dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bb3697 commit bf10b6c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "rubyXL"
1717
gem "sentry-raven", "~> 3.0"
1818
gem "sinatra"
1919
gem "sinatra-contrib"
20-
gem "slim", "< 4.0.0"
20+
gem "slim", "< 6.0.0"
2121

2222
group :test do
2323
gem "cucumber", "< 4.0.0"

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ GEM
229229
rack-protection (= 2.2.3)
230230
sinatra (= 2.2.3)
231231
tilt (~> 2.0)
232-
slim (3.0.9)
233-
temple (>= 0.7.6, < 0.9)
234-
tilt (>= 1.3.3, < 2.1)
235-
temple (0.8.2)
236-
tilt (2.0.11)
232+
slim (5.2.1)
233+
temple (~> 0.10.0)
234+
tilt (>= 2.1.0)
235+
temple (0.10.3)
236+
tilt (2.3.0)
237237
tzinfo (2.0.6)
238238
concurrent-ruby (~> 1.0)
239239
unicode-display_width (2.4.2)
@@ -273,7 +273,7 @@ DEPENDENCIES
273273
simplecov
274274
sinatra
275275
sinatra-contrib
276-
slim (< 4.0.0)
276+
slim (< 6.0.0)
277277

278278
RUBY VERSION
279279
ruby 3.1.4p223

0 commit comments

Comments
 (0)