From 1a9a4f962e9d91940986b990a5c72305056f1e3a Mon Sep 17 00:00:00 2001 From: Frank Lam Date: Wed, 3 Jun 2020 22:00:17 +0800 Subject: [rubygems/rubygems] Fix nonexistent constant in CircleCI template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: David Rodríguez https://github.com/rubygems/rubygems/commit/851f8afad1 --- lib/bundler/templates/newgem/.circleci/config.yml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3