Skip to content

Commit 31168c1

Browse files
committed
Remove did_you_mean as a dependency of the project
1 parent 4ae9df0 commit 31168c1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ jobs:
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
1515
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
16-
- run: gem uninstall did_you_mean
1716
- run: bundle exec thor spec

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ group :test do
1717
gem "webmock"
1818
end
1919

20-
gem 'did_you_mean'
21-
2220
gemspec

0 commit comments

Comments
 (0)