Skip to content

Commit f885d89

Browse files
jeremyederclaude
andcommitted
fix: update bundler to v2.5.23 for Dependabot compatibility
Dependabot only supports bundler v2.* but Gemfile.lock specified v1.17.2. Updated BUNDLED WITH section to use bundler 2.5.23. Fixes Dependabot error: "Dependabot detected the following bundler requirement for your project: '1'. Currently, the following bundler versions are supported in Dependabot: v2.*." 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e1252bf commit f885d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ DEPENDENCIES
278278
webrick
279279

280280
BUNDLED WITH
281-
1.17.2
281+
2.5.23

0 commit comments

Comments
 (0)