Skip to content

Commit 3629816

Browse files
kzknclaude
andcommitted
bump dev dependencies to latest Ruby 3.0-compatible versions
Bump bundler (>= 2.5.23), debug (>= 1.11.1), and rubocop (~> 1.86.0) to the latest versions that still support Ruby 3.0. Verified with bundle exec rake on Ruby 3.0, 3.1, 3.2, 3.3, 3.4, and 4.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent df62617 commit 3629816

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ source "https://rubygems.org"
44
gemspec
55

66
# Development dependencies
7-
gem "bundler", ">= 1.15"
8-
gem "debug", ">= 1.0.0"
7+
gem "bundler", ">= 2.5.23"
8+
gem "debug", ">= 1.11.1"
99
gem "guard-rspec", "~> 4.0"
1010
gem "rake", "~> 13.0"
1111
gem "rspec", "~> 3.0"
1212
gem "rspec_junit_formatter", "~> 0.6.0"
13-
gem "rubocop", "~> 1.69.2"
13+
gem "rubocop", "~> 1.86.0"
1414
gem "simplecov", "~> 0.22.0"
1515
gem "simplecov-cobertura", "~> 3.1"

0 commit comments

Comments
 (0)