Skip to content

Commit 1d6af69

Browse files
author
Chris Bloom
committed
update ci build; bump rake gem
1 parent 0d2eee2 commit 1d6af69

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- 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
3128
with:
3229
ruby-version: ${{ matrix.ruby-version }}
3330
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
pry-byebug (3.9.0)
2424
byebug (~> 11.0)
2525
pry (~> 0.13.0)
26-
rake (13.0.3)
26+
rake (13.0.6)
2727
redcarpet (3.5.1)
2828
rspec (3.10.0)
2929
rspec-core (~> 3.10.0)

0 commit comments

Comments
 (0)