From 0b6c036ee09a5292db52a54e722a91085ce8c8d9 Mon Sep 17 00:00:00 2001 From: Tiago Mota Date: Fri, 23 Aug 2024 13:33:40 +0100 Subject: [PATCH 1/3] Check if docker-compose is installed --- .github/workflows/scala.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 5889f1c..6c7e7ab 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -22,6 +22,8 @@ jobs: uses: coursier/setup-action@v1 with: jvm: ${{matrix.java}} + - name: Check docker compose + run: docker-compose --version - name: Start Postgres run: sh ./scripts/launch-postgres.sh - name: Run tests From e9479d943604bfb3c98c7aeaefd25da254b34f53 Mon Sep 17 00:00:00 2001 From: Tiago Mota Date: Fri, 23 Aug 2024 13:40:23 +0100 Subject: [PATCH 2/3] Install docker-compose --- .github/workflows/scala.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 6c7e7ab..4427f5a 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -18,12 +18,15 @@ jobs: scala: [ 2.13.14, 3.3.3 ] steps: - uses: actions/checkout@v4 + - name: Install Compose + uses: ndeloof/install-compose-action@v0.0.1 + with: + legacy: true # will also install in PATH as `docker-compose` + - run: docker-compose --version - name: Setup Scala and Java uses: coursier/setup-action@v1 with: jvm: ${{matrix.java}} - - name: Check docker compose - run: docker-compose --version - name: Start Postgres run: sh ./scripts/launch-postgres.sh - name: Run tests From 1d1dfc2c17c5db263e02508c23d5b3df58ecb721 Mon Sep 17 00:00:00 2001 From: Tiago Mota Date: Fri, 23 Aug 2024 13:51:18 +0100 Subject: [PATCH 3/3] Update gemfile --- .gitignore | 3 +++ docs/Gemfile.lock | 63 +++++++++++++++++++++++++---------------------- 2 files changed, 36 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index cf7a674..af29209 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ target .metals/ .vscode/ .bsp/ + +.bundle/ +vendor/ diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 4e7f6a1..2606eb8 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -7,16 +7,16 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.8.4) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.11.1) colorator (1.1.0) commonmarker (0.23.10) - concurrent-ruby (1.2.2) - dnsruby (1.70.0) + concurrent-ruby (1.3.4) + dnsruby (1.72.2) simpleidn (~> 0.2.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -24,12 +24,13 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) - execjs (2.8.1) - faraday (2.7.8) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) - ffi (1.15.5) + execjs (2.9.1) + faraday (2.10.1) + faraday-net_http (>= 2.0, < 3.2) + logger + faraday-net_http (3.1.1) + net-http + ffi (1.17.0) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (228) @@ -87,7 +88,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) jekyll (3.9.3) addressable (~> 2.4) @@ -197,8 +198,9 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - just-the-docs (0.5.3) + just-the-docs (0.9.0) jekyll (>= 3.8.5) + jekyll-include-cache jekyll-seo-tag (>= 2.0) rake (>= 12.3.1) kramdown (2.3.2) @@ -206,17 +208,20 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.0) mercenary (0.3.6) - mini_portile2 (2.8.2) + mini_portile2 (2.8.7) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.18.1) - nokogiri (1.15.2) + minitest (5.25.1) + net-http (0.4.1) + uri + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.25.1) @@ -225,14 +230,14 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.7) - racc (1.7.1) - rake (13.0.6) + racc (1.8.1) + rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.3.6) + strscan rouge (3.26.0) - ruby2_keywords (0.0.5) rubyzip (2.3.2) safe_yaml (1.0.5) sass (3.7.4) @@ -243,23 +248,21 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - simpleidn (0.2.1) - unf (~> 0.1.4) + simpleidn (0.2.3) + strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) - typhoeus (1.4.0) + typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (1.2.11) thread_safe (~> 0.1) - tzinfo-data (1.2023.3) + tzinfo-data (1.2024.1) tzinfo (>= 1.0.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) unicode-display_width (1.8.0) + uri (0.13.0) wdm (0.1.1) - zeitwerk (2.6.8) + zeitwerk (2.6.17) PLATFORMS ruby @@ -274,4 +277,4 @@ DEPENDENCIES wdm (~> 0.1.0) BUNDLED WITH - 2.3.16 + 2.5.17