Skip to content

Commit

Permalink
Manually bump dev dependencies in oldest gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Dec 27, 2024
1 parent e20eba4 commit eadc345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gemfiles/oldest/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ group :development, :test do
end

group :development do
gem 'rubocop', '~> 1.63.4', require: false
gem 'rubocop', '~> 1.69.2', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
end

group :test do
gem 'test-unit', '~> 3.6.2'
gem 'test-unit', '~> 3.6.7'
gem 'test-unit-ruby-core', '~> 1.0'
gem 'warning', '~> 1.3.0'
gem 'warning', '~> 1.5.0'

gem 'irb', '1.14.0'
gem 'power_assert', '2.0.3'
Expand Down

0 comments on commit eadc345

Please sign in to comment.