Skip to content

Commit

Permalink
Modernize gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 14, 2021
1 parent ddfd5c7 commit 0a4b293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- macos

ruby:
- 2.5
- 2.6
- 2.7
- "2.6"
- "2.7"
- "3.0"

experimental: [false]
env: [""]
Expand All @@ -37,9 +37,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}

- name: Install dependencies
run: ${{matrix.env}} bundle install
bundler-cache: true

- name: Run tests
timeout-minutes: 5
Expand Down
1 change: 0 additions & 1 deletion cloudflare.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# frozen_string_literal: true

require_relative "lib/cloudflare/version"

Expand Down

0 comments on commit 0a4b293

Please sign in to comment.