From c33b208077c3fbf92cce076421fc6040c2214931 Mon Sep 17 00:00:00 2001 From: Vasu1105 Date: Mon, 28 Nov 2022 20:21:39 +0530 Subject: [PATCH] Test build for ruby 2.6 Signed-off-by: Vasu1105 --- .github/workflows/tests.yml | 12 ++-- Gemfile.lock | 117 ------------------------------------ 2 files changed, 6 insertions(+), 123 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de4cb02..d1a4be7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,12 +7,12 @@ on: pull_request: jobs: - # build-2-6: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v3 - # - run: docker-compose build rspec-2.6 - # - run: docker-compose run rspec-2.6 + build-2-6: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: docker-compose build rspec-2.6 + - run: docker-compose run rspec-2.6 build-2-7: runs-on: ubuntu-latest diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 6551f60..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,117 +0,0 @@ -PATH - remote: . - specs: - k8s-ruby (0.13.0) - dry-configurable (~> 0.13.0) - dry-struct (<= 1.6.0) - dry-types (<= 1.7.0) - excon (~> 0.71) - hashdiff (~> 1.0.0) - jsonpath (~> 0.9.5) - recursive-open-struct (~> 1.1.3) - yajl-ruby (~> 1.4.0) - yaml-safe_load_stream2 (~> 0.1.1) - -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) - ast (2.4.2) - byebug (11.1.3) - concurrent-ruby (1.1.10) - crack (0.4.5) - rexml - diff-lcs (1.5.0) - dry-configurable (0.13.0) - concurrent-ruby (~> 1.0) - dry-core (~> 0.6) - dry-container (0.11.0) - concurrent-ruby (~> 1.0) - dry-core (0.9.1) - concurrent-ruby (~> 1.0) - zeitwerk (~> 2.6) - dry-inflector (0.3.0) - dry-logic (1.3.0) - concurrent-ruby (~> 1.0) - dry-core (~> 0.9, >= 0.9) - zeitwerk (~> 2.6) - dry-struct (1.5.2) - dry-core (~> 0.9, >= 0.9) - dry-types (~> 1.6) - ice_nine (~> 0.11) - zeitwerk (~> 2.6) - dry-types (1.6.1) - concurrent-ruby (~> 1.0) - dry-container (~> 0.3) - dry-core (~> 0.9, >= 0.9) - dry-inflector (~> 0.1, >= 0.1.2) - dry-logic (~> 1.3, >= 1.3) - zeitwerk (~> 2.6) - excon (0.94.0) - hashdiff (1.0.1) - ice_nine (0.11.2) - jsonpath (0.9.9) - multi_json - to_regexp (~> 0.2.1) - multi_json (1.15.0) - parallel (1.22.1) - parser (3.1.2.1) - ast (~> 2.4.1) - public_suffix (5.0.0) - rainbow (3.1.1) - rake (13.0.6) - recursive-open-struct (1.1.3) - regexp_parser (2.6.1) - rexml (3.2.5) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.0) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.0) - rubocop (0.93.1) - parallel (~> 1.10) - parser (>= 2.7.1.5) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) - rexml - rubocop-ast (>= 0.6.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.23.0) - parser (>= 3.1.1.0) - ruby-progressbar (1.11.0) - to_regexp (0.2.1) - unicode-display_width (1.8.0) - webmock (3.6.2) - addressable (>= 2.3.6) - crack (>= 0.3.2) - hashdiff (>= 0.4.0, < 2.0.0) - yajl-ruby (1.4.3) - yaml-safe_load_stream2 (0.1.1) - zeitwerk (2.6.6) - -PLATFORMS - aarch64-linux - arm64-darwin-21 - x86_64-darwin-21 - -DEPENDENCIES - bundler (>= 1.17, < 3.0) - byebug (~> 11.1) - k8s-ruby! - rake (>= 12.3.3) - rspec (~> 3.7) - rubocop (~> 0.82) - webmock (~> 3.6.2) - -BUNDLED WITH - 2.3.26