Skip to content

Commit 1551131

Browse files
committed
fix: relax rspec-wait
1 parent 2750c63 commit 1551131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ 2.7, "3.0" ]
14+
ruby: [ "2.7", "3.0" ]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "puma", ">= 5.6.7"
1111
gem "rake", "~> 13.0"
1212
gem "redcarpet", require: false, platform: :mri
1313
gem "rspec", "~> 3.8"
14-
gem "rspec-wait", "~> 1.0"
14+
gem "rspec-wait"
1515
gem "rubocop", "~> 1.22"
1616
gem "rubocop-rake", require: false
1717
gem "sinatra", "~> 3.2"

0 commit comments

Comments
 (0)