Skip to content

Commit 0a4b293

Browse files
committed
Modernize gem.
1 parent ddfd5c7 commit 0a4b293

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/development.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- macos
1515

1616
ruby:
17-
- 2.5
18-
- 2.6
19-
- 2.7
17+
- "2.6"
18+
- "2.7"
19+
- "3.0"
2020

2121
experimental: [false]
2222
env: [""]
@@ -37,9 +37,7 @@ jobs:
3737
- uses: ruby/setup-ruby@v1
3838
with:
3939
ruby-version: ${{matrix.ruby}}
40-
41-
- name: Install dependencies
42-
run: ${{matrix.env}} bundle install
40+
bundler-cache: true
4341

4442
- name: Run tests
4543
timeout-minutes: 5

cloudflare.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# frozen_string_literal: true
21

32
require_relative "lib/cloudflare/version"
43

0 commit comments

Comments
 (0)