Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-on-emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.8'
ruby-version: '4.0.2'
working-directory: spannerlib/wrappers/spannerlib-ruby
bundler-cache: true
- name: Compile and Run Ruby Integration Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-ruby-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.8'
ruby-version: '4.0.2'
bundler-cache: true
working-directory: 'spannerlib/wrappers/spannerlib-ruby'

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.8'
ruby-version: '4.0.2'
bundler-cache: true
working-directory: 'spannerlib/wrappers/spannerlib-ruby'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby-wrapper-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.8'
ruby-version: '4.0.2'
bundler-cache: true
working-directory: spannerlib/wrappers/spannerlib-ruby

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.4"/>
<PackageReference Include="coverlet.collector" Version="8.0.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0"/>
<PackageReference Include="NUnit" Version="4.5.0"/>
<PackageReference Include="NUnit.Analyzers" Version="4.11.2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.4"/>
<PackageReference Include="coverlet.collector" Version="8.0.1"/>
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0"/>
<PackageReference Include="NUnit" Version="4.5.0"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nox==2025.11.12
nox==2026.2.9
setuptools>=68.0
2 changes: 1 addition & 1 deletion spannerlib/wrappers/spannerlib-ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec
gem "rake", "~> 13.0"

group :development, :test do
gem "minitest", "~> 5.0"
gem "minitest", "~> 6.0"
gem "rake-compiler", "~> 1.0"
gem "rspec", "~> 3.0"
gem "rubocop", require: false
Expand Down
Loading