File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
RUBY_IMAGE : ${{ matrix.ruby }}
18
18
name : Ruby ${{ matrix.ruby }}
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Set up Ruby
22
22
uses : ruby/setup-ruby@v1
23
23
with :
Original file line number Diff line number Diff line change 1
1
services :
2
2
ruby :
3
- image : ruby:${RUBY_IMAGE:-3.2 }-bullseye
3
+ image : ruby:${RUBY_IMAGE:-2.6 }-bullseye
4
4
environment :
5
5
HISTFILE : /app/.bash_history
6
6
BUNDLE_PATH : /bundle
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ Gem::Specification.new do |spec|
43
43
spec . add_development_dependency "rake" , "~> 13.0"
44
44
spec . add_development_dependency "rspec-rails" , "~> 6.0"
45
45
spec . add_development_dependency "standard" , "~> 1.1"
46
- spec . add_development_dependency "test-prof" , "~> 1.0"
46
+ spec . add_development_dependency "test-prof" , "~> 1.0.0 "
47
47
end
48
48
# rubocop:enable Metrics/BlockLength
You can’t perform that action at this time.
0 commit comments