We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d8a045 + 41cf04b commit e92a720Copy full SHA for e92a720
2 files changed
.github/workflows/build.yml
@@ -25,6 +25,6 @@ jobs:
25
uses: ruby/setup-ruby@v1
26
with:
27
ruby-version: ${{ matrix.ruby }}
28
- bundler-cache: true
+ - run: gem install rake-compiler
29
- name: Run test
30
- run: bundle exec rake compile
+ run: rake compile
Gemfile
@@ -7,4 +7,5 @@ group :development do
7
gem "rake"
8
gem "rake-compiler"
9
gem "rdoc"
10
+ gem "psych", "< 5.0" # psych 5.0+ requires Ruby 2.7+
11
end
0 commit comments