Skip to content

Commit

Permalink
build: remove ruby 2.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thde committed Nov 15, 2021
1 parent 145ab0c commit 3e824f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.5, 2.6, 2.7, 3.0]
ruby: [2.6, 2.7, 3.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions netbox-client-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.6.0'

spec.add_runtime_dependency 'dry-configurable', '~> 0.13.0'
spec.add_runtime_dependency 'faraday', '~> 0.11', '>= 0.11.0'
spec.add_runtime_dependency 'faraday-detailed_logger', '~> 2.1'
Expand Down

0 comments on commit 3e824f5

Please sign in to comment.