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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2018-04-16 14:38:52 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-04-16 14:38:52 +0300
commit5ca3c64ba942e0da9a872e8ccdc0ad8a0e48d97c (patch)
treeee815307df7acc5d1962aca53dd41a973567cc8b
parenta48d61988661c19b46ce3e12b50d9066cd4aee1e (diff)
add bundler/gem_tasks to Rakefilev4.1.0
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index b8a693d..3114745 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,5 @@
+require 'bundler/gem_tasks'
+
lib_path = File.join(File.dirname(__FILE__), 'lib')
$:.unshift(lib_path) unless $:.include?(lib_path)