summaryrefslogtreecommitdiff
path: root/tasks/bundler.rake
blob: d7760126022d3431b71f8560b4f58d3a7276dfb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'English'

begin
  require 'bundler/gem_tasks'
  $default_tasks << :build # rubocop:disable Style/GlobalVars
rescue LoadError
  warn $ERROR_INFO.message
end