Skip to content

Commit

Permalink
update development gems
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Dec 17, 2023
1 parent 8453f06 commit 098e53a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ plugins:
enabled: true
rubocop:
enabled: true
channel: rubocop-1-39-0
channel: rubocop-1-56-3
exclude_patterns:
- "spec/"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
bundle exec rake coverage
- name: Upload coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
name: ${{ runner.os }}-${{ matrix.ruby }}-frozen_string_literal-${{ matrix.frozen_string_literal }}
file: ./coverage/coverage.xml
Expand Down
2 changes: 0 additions & 2 deletions rggen-spreadsheet-loader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'simple_xlsx_reader', '>= 1.0.4'
spec.add_runtime_dependency 'spreadbase', '>= 0.4.0'
spec.add_runtime_dependency 'spreadsheet', '>= 1.2.5'

spec.add_development_dependency 'bundler'
end

0 comments on commit 098e53a

Please sign in to comment.