Rakefile in max_amount-0.1.1 vs Rakefile in max_amount-1.2.4

- old
+ new

@@ -1,15 +1,6 @@ # frozen_string_literal: true -require 'rake' - -begin - require 'bundler/setup' - Bundler::GemHelper.install_tasks -rescue LoadError - puts 'although not required, bundler is recommened for running the tests' -end - require 'bundler/gem_tasks' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec)