From f53faa6abbce3218273ab5ea097e479b303958d7 Mon Sep 17 00:00:00 2001 From: Daniel Westendorf Date: Fri, 13 Sep 2024 14:42:06 -0600 Subject: [PATCH] Pin standardrb and update styles (#10) --- .github/workflows/main.yml | 2 +- .gitignore | 2 ++ Gemfile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f8c93d..2c1a792 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,10 +14,10 @@ jobs: strategy: matrix: ruby: - - '2.7' - '3.0' - '3.1' - '3.2' + - '3.3' steps: - uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index b85b640..adb1298 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /spec/reports/ /tmp/ +.DS_Store + # rspec failure tracking .rspec_status diff --git a/Gemfile b/Gemfile index e725077..20bfd0d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ gemspec gem "rake" gem "rspec" -gem "standard" +gem "standard", "1.40.0"