We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae9df0 commit 31168c1Copy full SHA for 31168c1
.github/workflows/tests.yml
@@ -13,5 +13,4 @@ jobs:
13
with:
14
ruby-version: ${{ matrix.ruby }}
15
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
16
- - run: gem uninstall did_you_mean
17
- run: bundle exec thor spec
Gemfile
@@ -17,6 +17,4 @@ group :test do
gem "webmock"
18
end
19
20
-gem 'did_you_mean'
21
-
22
gemspec
0 commit comments