Skip to content

Commit

Permalink
Builds with ruby 3.3 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
niltonvasques authored Feb 3, 2024
1 parent 08fb343 commit 1cad2ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ruby: ['2.7.7', '2.7.8', '3.0.6', '3.1.4', '3.2.2']
ruby: ['2.7.7', '2.7.8', '3.0.6', '3.1.4', '3.2.2', '3.3.0']
mongodb-version: ['4.2', '4.4', '5.0', '6.0']

steps:
Expand Down
2 changes: 1 addition & 1 deletion graphoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
# Describe your gem and declare its dependencies:
Gem::Specification.new do |gem|
gem.name = 'graphoid'
gem.version = '1.3.1'
gem.version = '1.3.2'
gem.authors = ['Nilton Vasques', 'Maximiliano Perez Coto']
gem.email = ['[email protected]']
gem.homepage = 'https://github.com/oxeanbits/graphoid'
Expand Down

0 comments on commit 1cad2ad

Please sign in to comment.