-
- Downloads
Merge branch 'renovate-gems/testing-gems' into 'master'
Update Testing gems See merge request !145190 Merged-by:Heinrich Lee Yu <heinrich@gitlab.com> Approved-by:
Nao Hashizume <nhashizume@gitlab.com> Approved-by:
Heinrich Lee Yu <heinrich@gitlab.com> Reviewed-by:
Nao Hashizume <nhashizume@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
No related branches found
No related tags found
Pipeline #1184267673 passed
Stage: sync
Stage: preflight
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test
Stage: post-test
Stage: benchmark
... | @@ -505,13 +505,13 @@ group :test do | ... | @@ -505,13 +505,13 @@ group :test do |
gem 'capybara', '~> 3.40' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'capybara', '~> 3.40' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'capybara-screenshot', '~> 1.0.26' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'capybara-screenshot', '~> 1.0.26' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'selenium-webdriver', '~> 4.17' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'selenium-webdriver', '~> 4.18', '>= 4.18.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'graphlyte', '~> 1.0.0' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'graphlyte', '~> 1.0.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'shoulda-matchers', '~> 5.1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory | gem 'shoulda-matchers', '~> 5.1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'email_spec', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'email_spec', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'webmock', '~> 3.20.0' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'webmock', '~> 3.21.2' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rails-controller-testing' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'rails-controller-testing' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'concurrent-ruby', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'concurrent-ruby', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'test-prof', '~> 1.3.1' # rubocop:todo Gemfile/MissingFeatureCategory | gem 'test-prof', '~> 1.3.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... |
Please register or sign in to comment