From f00c945e0339ac9d7fa7e6b3c5ca89a7fb95b781 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:01:49 +0900 Subject: [PATCH 1/2] repair spec --- .github/workflows/ruby.yml | 2 +- spec/met_museum_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 12a2609..5188a83 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '2.7', '3.0', '3.1' ] + ruby: [ '2.7', '3.0', '3.1', '3.2' ] name: Ruby ${{ matrix.ruby }} spec steps: - uses: actions/checkout@v2 diff --git a/spec/met_museum_spec.rb b/spec/met_museum_spec.rb index 82134eb..c565d98 100644 --- a/spec/met_museum_spec.rb +++ b/spec/met_museum_spec.rb @@ -133,7 +133,7 @@ ]) expect(object["objectWikidata_URL"]).to eq "https://www.wikidata.org/wiki/Q18689458" expect(object["isTimelineWork"]).to eq true - expect(object["GalleryNumber"]).to eq "" + expect(object["GalleryNumber"]).to eq "822" end end From 76747731a4e737f776002360d05eea4d9cb2f081 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:15:37 +0900 Subject: [PATCH 2/2] remove bundle with --- Gemfile.lock | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9d8816f..e07889c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,6 +62,3 @@ DEPENDENCIES rspec (~> 3.0) rspec-retry rubocop - -BUNDLED WITH - 2.0.2