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.
1 parent e415a99 commit c239b8dCopy full SHA for c239b8d
.github/workflows/publish.yml
@@ -24,10 +24,10 @@ jobs:
24
with:
25
fetch-depth: 1
26
27
- - name: Set up Ruby 3.4.3
+ - name: Set up Ruby 3.3.8
28
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
29
30
- ruby-version: 3.4.3
+ ruby-version: 3.3.8
31
32
- name: Install dependencies ${{ github.event.release.tag_name }}
33
run: |
Gemfile
@@ -10,6 +10,7 @@ group :development, :test do
10
gem 'datadog-ci', '~> 1.11'
11
gem 'gem-release'
12
gem 'rake', '~> 13.0.1'
13
+ gem 'ostruct'
14
gem 'rspec-expectations'
15
gem 'rubocop'
16
gem 'rufo'
0 commit comments