We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b63bcd8 + 68f25d9 commit a03e0c7Copy full SHA for a03e0c7
.github/workflows/main.yml
@@ -33,6 +33,7 @@ jobs:
33
- "3.2"
34
- "3.3"
35
- "3.4"
36
+ - "4.0"
37
- ruby-head
38
- jruby-9.4
39
task:
Gemfile
@@ -5,6 +5,7 @@ source 'https://rubygems.org'
5
gemspec
6
7
gem 'bump'
8
+gem 'irb' # undeclared dependency of yard
9
gem 'rack'
10
gem 'rake'
11
gem 'rspec', '~> 3.11'
0 commit comments