Skip to content

Commit

Permalink
Merge pull request #340 from sanger/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/tj-actions/changed-files-41

Bump tj-actions/changed-files from 23 to 41 in /.github/workflows
  • Loading branch information
yoldas authored Jan 3, 2024
2 parents fe5cb89 + 8bf104f commit 82712b6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v23
uses: tj-actions/changed-files@v41
with:
files: |
.release-version
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ruby_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
bundler-cache: true # Runs bundle install and caches gems. See the ruby_test.yml
# example if you need more control over bundler.
- name: Update webpacker
run: RAILS_ENV=test bundle exec rake webdrivers:chromedriver:update
- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :test do
gem 'minitest-rails-capybara'
gem 'mocha'
gem 'rails-controller-testing'
gem 'selenium-webdriver', '~> 4.1', require: false
gem 'simplecov', require: false
gem 'timecop'
gem 'webdrivers'
end
35 changes: 17 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
autoprefixer-rails (10.4.7.0)
Expand All @@ -87,7 +87,7 @@ GEM
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
builder (3.2.4)
capybara (3.38.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -168,7 +168,7 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
minitest (5.17.0)
minitest-rails (6.1.0)
minitest (~> 5.10)
Expand All @@ -191,9 +191,11 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.2-x86_64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
oj (3.14.2)
parallel (1.22.1)
Expand All @@ -204,12 +206,12 @@ GEM
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
public_suffix (5.0.4)
puma (6.1.0)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
rack-test (2.0.2)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.2)
actioncable (= 6.1.7.2)
Expand Down Expand Up @@ -246,8 +248,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.7.0)
rexml (3.2.5)
regexp_parser (2.8.3)
rexml (3.2.6)
roo (2.8.3)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
Expand Down Expand Up @@ -278,7 +280,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.8.1)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -310,12 +312,8 @@ GEM
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.4.2)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webrick (1.7.0)
websocket (1.2.9)
websocket (1.2.10)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -326,6 +324,7 @@ GEM
zeitwerk (2.6.7)

PLATFORMS
arm64-darwin-22
x86_64-darwin-21
x86_64-linux

Expand Down Expand Up @@ -355,12 +354,12 @@ DEPENDENCIES
rubocop-rails
sanger_barcode_format!
sassc-rails
selenium-webdriver (~> 4.1)
sequencescape-client-api
simplecov
sprint_client
timecop
uglifier (>= 1.3.0)
webdrivers
yard

BUNDLED WITH
Expand Down
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
ENV['RAILS_ENV'] = 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'webdrivers/chromedriver'
Webdrivers::Chromedriver.update
require 'minitest/rails'
require 'mocha/minitest'
# To add Capybara feature tests add `gem "minitest-rails-capybara"`
Expand Down

0 comments on commit 82712b6

Please sign in to comment.