Skip to content

Commit

Permalink
changing min ruby version to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Esity committed Jun 8, 2021
1 parent a1c003a commit 515c88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
ruby: [2.4, 2.5, 2.6, '3.0', head]
ruby: [2.5, 2.6, '3.0', head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion legion-logging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/Optum/legion-logging'
spec.license = 'Apache-2.0'
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.4'
spec.required_ruby_version = '>= 2.5'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.test_files = spec.files.select { |p| p =~ %r{^test/.*_test.rb} }
spec.extra_rdoc_files = %w[README.md LICENSE CHANGELOG.md]
Expand Down

0 comments on commit 515c88e

Please sign in to comment.