Skip to content

Commit

Permalink
Merge pull request caxlsx#364 from tagliala/chore/update-rubocop
Browse files Browse the repository at this point in the history
Update Rubocop
  • Loading branch information
kiskoza authored Mar 25, 2024
2 parents d4bbfd5 + b911cfa commit 72dfee6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :development, :test do
gem 'yard'

if RUBY_VERSION >= '2.7'
gem 'rubocop', '1.62.0'
gem 'rubocop', '1.62.1'
gem 'rubocop-minitest', '0.35.0'
gem 'rubocop-performance', '1.20.2'
end
Expand Down
1 change: 1 addition & 0 deletions test/drawing/tc_cat_axis_data.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# require 'tc_helper.rb'

# class TestCatAxisData < Minitest::Test
Expand Down
1 change: 1 addition & 0 deletions test/drawing/tc_named_axis_data.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# require 'tc_helper.rb'

# class TestNamedAxisData < Minitest::Test
Expand Down

0 comments on commit 72dfee6

Please sign in to comment.