Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2019-02-13 21:58:58 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2019-02-13 21:58:58 +0300
commitb34765d8a6aa775816c59012b2d6b30c4c66a8e9 (patch)
treebd146e7781f06723596c453b376563c7937beebe
parent143aa6ad684f0e990ea93ce8ff788427e52df1b5 (diff)
Rakefile: require 'bundler/gem_tasks'v3.4.1
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 3af834ef..2983070a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,5 @@
+require 'bundler/gem_tasks'
+
lib_path = File.join(__dir__, 'lib')
$:.unshift(lib_path) unless $:.include?(lib_path)