Rakefile in headdesk-0.14.0 vs Rakefile in headdesk-0.15.0

- old
+ new

@@ -1,4 +1,8 @@ # frozen_string_literal: true require 'bundler/gem_tasks' task default: :spec + +task :facebook do + sh 'bundle exec bin/facebook_sdk_versions' +end