Skip to content

Commit

Permalink
Add ruby-3.3 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Jan 25, 2024
1 parent 5be40bb commit 2126580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
ruby: [ 2.6, 2.7, "3.0", 3.1, 3.2 ] # "x.0" to workaround: https://github.com/ruby/setup-ruby/issues/252
ruby: [ 2.6, 2.7, "3.0", 3.1, 3.2 , 3.3] # "x.0" to workaround: https://github.com/ruby/setup-ruby/issues/252
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions droplet_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.5.0'

spec.add_dependency 'bigdecimal'
spec.add_dependency 'faraday', '>= 0.15'
spec.add_dependency 'faraday-retry', '~> 2.2.0'
spec.add_dependency 'kartograph', '~> 0.2.8'
Expand Down

0 comments on commit 2126580

Please sign in to comment.