Remove fuubar gem and custom rspec --format setting (#30594)

This commit is contained in:
Matt Jankowski 2024-09-03 11:24:31 -04:00 committed by GitHub
parent 79b1841805
commit dc2f67f69b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 8 deletions

View file

@ -126,9 +126,6 @@ group :test do
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
gem 'rspec-github', '~> 2.4', require: false
# RSpec progress bar formatter
gem 'fuubar', '~> 2.5'
# RSpec helpers for email specs
gem 'email_spec'