Skip to content

Commit

Permalink
Add Ruby 3.2 to CI (#39)
Browse files Browse the repository at this point in the history
* Add Ruby 3.2 to CI

* Temporary fix for rubocop/rubocop#10675 is fixed
  • Loading branch information
thbar authored Dec 27, 2022
1 parent efafa76 commit 2aaed8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- head
- jruby
- jruby-head
Expand Down
4 changes: 3 additions & 1 deletion kiba-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/thbar/kiba-common"
gem.license = "LGPL-3.0"
gem.files = `git ls-files | grep -Ev '^(examples)'`.split("\n")
gem.test_files = `git ls-files -- test/*`.split("\n")
# NOTE: temporarily disabled until
# https://github.com/rubocop/rubocop/issues/10675 is fixed
# gem.test_files = `git ls-files -- test/*`.split("\n")
gem.name = "kiba-common"
gem.require_paths = ["lib"]
gem.version = Kiba::Common::VERSION
Expand Down

0 comments on commit 2aaed8d

Please sign in to comment.