Skip to content

Commit

Permalink
Remove did_you_mean as a dependency of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 20, 2021
1 parent 4ae9df0 commit 31168c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: gem uninstall did_you_mean
- run: bundle exec thor spec
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ group :test do
gem "webmock"
end

gem 'did_you_mean'

gemspec

0 comments on commit 31168c1

Please sign in to comment.