Skip to content

Commit

Permalink
Merge pull request #90 from hovancik/tests
Browse files Browse the repository at this point in the history
Update tests.yml
  • Loading branch information
hovancik authored Jan 2, 2025
2 parents cd7ddcf + 6a88d9a commit 5b482a3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu
runs-on: ubuntu-latest
services:
postgres:
image: postgres:16
Expand All @@ -20,6 +20,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.6
- run: gem update --system
- name: Install Bundler
run: gem install bundler
- name: Install Node
Expand Down
40 changes: 33 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,14 @@ GEM
dotenv (= 3.1.7)
railties (>= 6.1)
erubi (1.13.1)
ffi (1.17.1)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
globalid (1.2.1)
Expand All @@ -95,7 +102,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -106,7 +113,6 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
msgpack (1.7.5)
net-imap (0.5.4)
Expand All @@ -120,8 +126,21 @@ GEM
net-protocol
newrelic_rpm (9.16.1)
nio4r (2.7.4)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
nokogiri (1.18.1-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.1-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-musl)
racc (~> 1.4)
pg (1.5.9)
puma (6.5.0)
Expand Down Expand Up @@ -206,7 +225,14 @@ GEM
zeitwerk (2.7.1)

PLATFORMS
ruby
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
bootsnap
Expand All @@ -229,4 +255,4 @@ RUBY VERSION
ruby 3.3.6p108

BUNDLED WITH
2.1.4
2.6.2

0 comments on commit 5b482a3

Please sign in to comment.