Skip to content

Commit 309d203

Browse files
byrootpostmodern
authored andcommitted
Allow using bundler 4.x
Fix: #405 Rails nightly CI is currently broken because Ruby 3.5/4.0 ships with bundler 4.0.0.
1 parent d40dc75 commit 309d203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ required_rubygems_version: ">= 1.8.0"
1818

1919
dependencies:
2020
thor: "~> 1.0"
21-
bundler: ">= 1.2.0, < 3"
21+
bundler: ">= 1.2.0"

0 commit comments

Comments
 (0)