diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e67e1f663..46ba08b9e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -61,6 +61,7 @@ jobs: - name: Run Tests env: RAILS_ENV: test + DISABLE_SPRING: "true" run: | bundle exec rails db:create db:schema:load bundle exec rails test diff --git a/CHANGELOG.md b/CHANGELOG.md index 1018f1d79..3d05c6b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ New entries in this file should aim to provide a meaningful amount of informatio ### Changed - Account for new status code given by wicked [PR#2978](https://github.com/ualbertalib/jupiter/pull/2978) +### Chores +- Bump simplecov from 0.21.2 to 0.22.0 + ## [2.4.3] - 2022-12-14 ### Security diff --git a/Gemfile.lock b/Gemfile.lock index a2af62d20..620ab2590 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -525,12 +525,12 @@ GEM simple_form (5.2.0) actionpack (>= 5.2) activemodel (>= 5.2) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) - simplecov_json_formatter (0.1.3) + simplecov_json_formatter (0.1.4) smart_properties (1.17.0) sparql (3.2.1) builder (~> 3.2)