File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8080 bundle exec rake yard
8181
8282 - name : Upload coverage report
83- uses : actions/upload-artifact@v2
83+ uses : actions/upload-artifact@v4
8484 with :
85- name : coverage-${{ matrix.ruby }}
85+ name : coverage-${{ matrix.os }}-${{ matrix. ruby }}
8686 path : |
8787 coverage/
8888 retention-days : 1
Original file line number Diff line number Diff line change 99
1010# used by dummy application
1111group :development , :test do
12+ # Temporary, remove once the Rails 7.1 update is complete
13+ # see: https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
14+ gem 'concurrent-ruby' , '1.3.4'
1215 # supplies factories for producing model instance for specs
1316 # Version 4.1.0 or newer is needed to support generate calls without the 'FactoryGirl.' in factory definitions syntax.
1417 gem 'factory_bot'
You can’t perform that action at this time.
0 commit comments