diff --git a/.github/workflows/rspec-action.yaml b/.github/workflows/rspec-action.yaml index cec554a..fc64d97 100644 --- a/.github/workflows/rspec-action.yaml +++ b/.github/workflows/rspec-action.yaml @@ -19,9 +19,9 @@ jobs: path: vendor/bundle key: "2.3" - name: Setup Ruby - uses: ruby/setup-ruby@v1.59.1 + uses: ruby/setup-ruby@v1 with: - ruby-version: "2.3" + ruby-version: "3.2" - name: Dependencies run: | bundle config path vendor/bundle diff --git a/stack_car.gemspec b/stack_car.gemspec index 1acae7d..0a98c27 100644 --- a/stack_car.gemspec +++ b/stack_car.gemspec @@ -28,5 +28,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "archive-zip" spec.add_runtime_dependency "dotenv" spec.add_runtime_dependency "json", "~> 2.3" - spec.add_runtime_dependency "thor", "~> 0.20" + spec.add_runtime_dependency "thor", "~> 1.4" end