Skip to content

Commit

Permalink
Merge pull request #195 from eapache/minor-bumps
Browse files Browse the repository at this point in the history
Minor dev bumps
  • Loading branch information
eapache authored Dec 22, 2023
2 parents ff08a45 + 89add0b commit 6260901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1']
ruby-version: ['2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 3 additions & 4 deletions starscope.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'
gem.files = `git ls-files`.split("\n")
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
gem.test_files = `git ls-files -- test/*`.split("\n")
gem.require_paths = ['lib']
gem.required_ruby_version = '>= 2.6'

Expand All @@ -29,10 +28,10 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'bundler', '>= 1.7'
gem.add_development_dependency 'byebug', '~> 11.1'
gem.add_development_dependency 'minitest', '~> 5.12'
gem.add_development_dependency 'mocha', '~> 1.3'
gem.add_development_dependency 'mocha', '~> 2.1'
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'rubocop', '~> 1.25.0'
gem.add_development_dependency 'rubocop-minitest', '~> 0.17.1'
gem.add_development_dependency 'rubocop', '~> 1.39.0'
gem.add_development_dependency 'rubocop-minitest', '~> 0.34.1'
gem.add_development_dependency 'rubocop-rake', '~> 0.6.0'
gem.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 6260901

Please sign in to comment.