File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v2
26
26
- name : Set up Ruby
27
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
28
- # change this to (see https://github.com/ruby/setup-ruby#versioning):
29
- # uses: ruby/setup-ruby@v1
30
- uses : ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
27
+ uses : ruby/setup-ruby@v1
31
28
with :
32
29
ruby-version : ${{ matrix.ruby-version }}
33
30
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 23
23
pry-byebug (3.9.0 )
24
24
byebug (~> 11.0 )
25
25
pry (~> 0.13.0 )
26
- rake (13.0.3 )
26
+ rake (13.0.6 )
27
27
redcarpet (3.5.1 )
28
28
rspec (3.10.0 )
29
29
rspec-core (~> 3.10.0 )
You can’t perform that action at this time.
0 commit comments