Skip to content

Commit

Permalink
Remove version pin for rainbow dev dependency (#553)
Browse files Browse the repository at this point in the history
The `rainbow` gem is a dependency of rubocop, which we use as a
development dependency on this project. Previously, we were explicitly
declaring rainbow as a dependency so that we could pin it at a specific
version. This was done to ensure the development gems could be installed
on old versions of Ruby in CI (see f57347a).

Now that sshkit no longer supports Ruby < 2.5, this workaround is no
longer needed. This commit removes the explicit rainbow dev dependency.
  • Loading branch information
mattbrictson authored Feb 3, 2025
1 parent a474fc2 commit 495ea1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sshkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('danger')
gem.add_development_dependency('minitest', '>= 5.0.0')
gem.add_development_dependency('minitest-reporters')
gem.add_development_dependency('rainbow', '~> 2.2.2')
gem.add_development_dependency('rake')
gem.add_development_dependency('rubocop', "~> 0.52.0")
gem.add_development_dependency('mocha')
Expand Down

0 comments on commit 495ea1d

Please sign in to comment.