Gemfile in whoop-0.1.0 vs Gemfile in whoop-1.0.0

- old
+ new

@@ -2,11 +2,5 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec - -gem "rspec", "~> 3.0" # minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking -gem "organize_gemfile" # Organize your Gemfile with annotations -gem "rake", "~> 13.0" # Rake is a Make-like program implemented in Ruby -gem "standard", "~> 1.3" # Ruby Style Guide, with linter & automatic code fixer -gem "bump", "~> 0.6" # Bump is a command line tool to help you version your Ruby projects