Skip to content

Commit 42792de

Browse files
committed
chore: update all dependencies
1 parent 26a24b6 commit 42792de

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/integration-tests-on-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Ruby
4747
uses: ruby/setup-ruby@v1
4848
with:
49-
ruby-version: '3.4.8'
49+
ruby-version: '4.0.1'
5050
working-directory: spannerlib/wrappers/spannerlib-ruby
5151
bundler-cache: true
5252
- name: Compile and Run Ruby Integration Tests

.github/workflows/release-ruby-wrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Ruby
4343
uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: '3.4.8'
45+
ruby-version: '4.0.1'
4646
bundler-cache: true
4747
working-directory: 'spannerlib/wrappers/spannerlib-ruby'
4848

@@ -95,7 +95,7 @@ jobs:
9595
- name: Set up Ruby
9696
uses: ruby/setup-ruby@v1
9797
with:
98-
ruby-version: '3.4.8'
98+
ruby-version: '4.0.1'
9999
bundler-cache: true
100100
working-directory: 'spannerlib/wrappers/spannerlib-ruby'
101101

.github/workflows/ruby-wrapper-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '3.4.8'
26+
ruby-version: '4.0.1'
2727
bundler-cache: true
2828
working-directory: spannerlib/wrappers/spannerlib-ruby
2929

spannerlib/wrappers/spannerlib-dotnet/spannerlib-dotnet-grpc-tests/spannerlib-dotnet-grpc-tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="coverlet.collector" Version="6.0.4"/>
14+
<PackageReference Include="coverlet.collector" Version="8.0.0"/>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1"/>
1616
<PackageReference Include="NUnit" Version="4.4.0"/>
1717
<PackageReference Include="NUnit.Analyzers" Version="4.11.2"/>

spannerlib/wrappers/spannerlib-dotnet/spannerlib-dotnet-tests/spannerlib-dotnet-tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="coverlet.collector" Version="6.0.4"/>
14+
<PackageReference Include="coverlet.collector" Version="8.0.0"/>
1515
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.12.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1"/>
1717
<PackageReference Include="NUnit" Version="4.4.0"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nox==2025.11.12
1+
nox==2026.2.9
22
setuptools>=68.0

spannerlib/wrappers/spannerlib-ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
gem "rake", "~> 13.0"
88

99
group :development, :test do
10-
gem "minitest", "~> 5.0"
10+
gem "minitest", "~> 6.0"
1111
gem "rake-compiler", "~> 1.0"
1212
gem "rspec", "~> 3.0"
1313
gem "rubocop", require: false

0 commit comments

Comments
 (0)