Skip to content

Commit 907accf

Browse files
authored
Merge pull request #747 from petergoldstein/feature/add_ruby_3_1
Adds Ruby 3.1 to CI
2 parents 0b3e338 + 781dfed commit 907accf

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- 2.6
1313
- 2.7
1414
- '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
15+
- 3.1
1516
steps:
1617
- name: Check out repository code
1718
uses: actions/checkout@v2

.simplecov

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require "simplecov"
22
SimpleCov.start
3-
require 'pry'
43

54
require "httparty"
65
require 'webmock/rspec'

0 commit comments

Comments
 (0)