summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/templates/newgem/.circleci/config.yml.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/.circleci/config.yml.tt b/lib/bundler/templates/newgem/.circleci/config.yml.tt
index 660943a3df..7430bb5583 100644
--- a/lib/bundler/templates/newgem/.circleci/config.yml.tt
+++ b/lib/bundler/templates/newgem/.circleci/config.yml.tt
@@ -8,6 +8,6 @@ jobs:
- run:
name: Run tests
command: |
- gem install bundler -v <%= Bundler::Version %>
+ gem install bundler -v <%= Bundler::VERSION %>
bundle install
bundle exec rake test