Skip to content

Commit

Permalink
Prefer bake-bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 8, 2020
1 parent 92ace50 commit ede7d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,9 +2,10 @@ language: ruby
dist: xenial
cache: bundler

script: bundle exec rspec

matrix:
include:
- rvm: 2.4
- rvm: 2.5
- rvm: 2.6
- rvm: 2.7
Expand Down
6 changes: 0 additions & 6 deletions Rakefile

This file was deleted.

2 changes: 1 addition & 1 deletion async-websocket.gemspec
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "covered"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rspec", "~> 3.6"
spec.add_development_dependency "rake"
spec.add_development_dependency "bake-bundler"
end

0 comments on commit ede7d23

Please sign in to comment.