Compare commits
5 Commits
706c1350ec
...
d04f7211e7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d04f7211e7 | ||
61cfdd2424 | |||
9856974684 | |||
c23ecfbbad | |||
![]() |
c70c0c5f60 |
2
.github/workflows/license_finder.yml
vendored
2
.github/workflows/license_finder.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3'
|
||||
- name: Install project dependencies
|
||||
run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
|
||||
- name: Install license finder gem
|
||||
run: gem install license_finder
|
||||
- name: Run license finder
|
||||
|
@ -244,7 +244,7 @@ GEM
|
||||
redis-client (0.22.2)
|
||||
connection_pool
|
||||
regexp_parser (2.9.2)
|
||||
reline (0.5.10)
|
||||
reline (0.5.11)
|
||||
io-console (~> 0.5)
|
||||
rspec-core (3.13.2)
|
||||
rspec-support (~> 3.13.0)
|
||||
@ -279,7 +279,7 @@ GEM
|
||||
rubytree (2.1.0)
|
||||
json (~> 2.0, > 2.3.1)
|
||||
securerandom (0.3.1)
|
||||
solid_queue (1.0.0)
|
||||
solid_queue (1.0.1)
|
||||
activejob (>= 7.1)
|
||||
activerecord (>= 7.1)
|
||||
concurrent-ruby (>= 1.3.1)
|
||||
@ -298,7 +298,7 @@ GEM
|
||||
stringio (3.1.2)
|
||||
thor (1.3.2)
|
||||
tilt (2.4.0)
|
||||
timeout (0.4.1)
|
||||
timeout (0.4.2)
|
||||
turbo-rails (2.0.11)
|
||||
actionpack (>= 6.0.0)
|
||||
railties (>= 6.0.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user