Rakefile in buoys-2.0.1 vs Rakefile in buoys-2.0.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
begin
require 'bundler/setup'
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
- old
+ new