diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 669cdb4a..c7f50363 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/graphoid.gemspec b/graphoid.gemspec index 1996bbae..f2dde0dc 100644 --- a/graphoid.gemspec +++ b/graphoid.gemspec @@ -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 = ['nilton.vasques@gmail.com'] gem.homepage = 'https://github.com/oxeanbits/graphoid'