Skip to content

Commit 25edbf6

Browse files
authored
Merge pull request #1188 from minimum2scp/fix/sid-ruby-3.3.7-1
ruby, ruby-full: fixed spec (ruby 3.3.7)
2 parents 238c665 + ea13026 commit 25edbf6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ruby-full/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* based on minimum2scp/ruby (see https://github.com/minimum2scp/dockerfiles/tree/master/ruby)
44
* ruby 2.7.8, 3.0.7, 3.1.6, 3.2.5, 3.3.4 is installed by rbenv
5-
* ruby 3.3.6 is installed by debian package
5+
* ruby 3.3.7 is installed by debian package
66

77
## ssh login to container
88

@@ -56,7 +56,7 @@ rbenv gloabl (/opt/rbenv/version) is not defined, and some rubies are built.
5656
3.2.5
5757
3.3.4
5858
% docker run --rm -t minimum2scp/ruby-full:latest /bin/bash -l -c "ruby -v"
59-
ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [x86_64-linux-gnu]
59+
ruby 3.3.7 (2025-01-15 revision be31f993d7) [x86_64-linux-gnu]
6060
```
6161

6262

spec/ruby-full/00base_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
end
133133

134134
describe command('ruby3.3 -v') do
135-
its(:stdout) { should start_with('ruby 3.3.6 ') }
135+
its(:stdout) { should start_with('ruby 3.3.7 ') }
136136
end
137137
end
138138
end

spec/ruby/00base_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
end
4343

4444
describe command('ruby3.3 -v') do
45-
its(:stdout) { should start_with('ruby 3.3.6 ') }
45+
its(:stdout) { should start_with('ruby 3.3.7 ') }
4646
end
4747

4848
describe file('/opt/rbenv') do

0 commit comments

Comments
 (0)