Skip to content

Commit

Permalink
Merge pull request #3022 from mdesantis/mdesantis/3021/bundler-2-comp…
Browse files Browse the repository at this point in the history
…atibility

Explicitly require Bundler within Rakefile
  • Loading branch information
kennyadsl authored Jan 6, 2019
2 parents 60c9292 + f2bd96f commit b1e1bbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'bundler'

task default: :spec

def print_title(gem_name = '')
Expand Down

0 comments on commit b1e1bbf

Please sign in to comment.