Skip to content

Commit dc2f67f

Browse files
authored
Remove fuubar gem and custom rspec --format setting (mastodon#30594)
1 parent 79b1841 commit dc2f67f

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ docker-compose.override.yml
7171

7272
# Ignore dotenv .local files
7373
.env*.local
74+
75+
# Ignore local-only rspec configuration
76+
.rspec-local

.rspec

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
--color
22
--require spec_helper
3-
--format Fuubar

Gemfile

-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ group :test do
126126
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
127127
gem 'rspec-github', '~> 2.4', require: false
128128

129-
# RSpec progress bar formatter
130-
gem 'fuubar', '~> 2.5'
131-
132129
# RSpec helpers for email specs
133130
gem 'email_spec'
134131

Gemfile.lock

-4
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ GEM
288288
fugit (1.11.1)
289289
et-orbi (~> 1, >= 1.2.11)
290290
raabro (~> 1.4)
291-
fuubar (2.5.1)
292-
rspec-core (~> 3.0)
293-
ruby-progressbar (~> 1.4)
294291
globalid (1.2.1)
295292
activesupport (>= 6.1)
296293
google-protobuf (3.25.4)
@@ -949,7 +946,6 @@ DEPENDENCIES
949946
flatware-rspec
950947
fog-core (<= 2.5.0)
951948
fog-openstack (~> 1.0)
952-
fuubar (~> 2.5)
953949
haml-rails (~> 2.0)
954950
haml_lint
955951
hcaptcha (~> 7.1)

0 commit comments

Comments
 (0)