ci: Add GitHub Action to run specs

This commit is contained in:
Andreas Finger
2022-07-08 09:00:37 +02:00
parent 4abc999583
commit a421a6207b
2 changed files with 41 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PATH
remote: .
specs:
crono (1.1.2)
crono (2.0.0)
rails (>= 5.2.8)
sprockets-rails
@@ -120,6 +120,8 @@ GEM
nio4r (2.5.8)
nokogiri (1.13.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4)
racc (1.6.0)
@@ -182,7 +184,7 @@ GEM
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
sprockets (4.0.3)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
@@ -205,6 +207,7 @@ GEM
PLATFORMS
arm64-darwin-21
x86_64-darwin-21
x86_64-linux
DEPENDENCIES