From aaf2491c1fa1edc628e468128462788c497b86ba Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 5 Oct 2017 08:32:01 +0000 Subject: Fixed broken `bundle gem` command. This patch is provided by @gyugyu (Yusuke Yagyu) * Remove README* entry from no_install that there is no README* files except README.md.tt * Rename .travis.yml.tt to travis.yml.tt like gitignore.tt [Bug #13975][ruby-dev:50278][fix GH-1710] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/bundler/templates/newgem/travis.yml.tt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/bundler/templates/newgem/travis.yml.tt (limited to 'lib/bundler/templates/newgem/travis.yml.tt') diff --git a/lib/bundler/templates/newgem/travis.yml.tt b/lib/bundler/templates/newgem/travis.yml.tt new file mode 100644 index 0000000000..fe0761cc23 --- /dev/null +++ b/lib/bundler/templates/newgem/travis.yml.tt @@ -0,0 +1,5 @@ +sudo: false +language: ruby +rvm: + - <%= RUBY_VERSION %> +before_install: gem install bundler -v <%= Bundler::VERSION %> -- cgit v1.2.3