1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Fix nonexistent constant in CircleCI template

Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
https://github.com/rubygems/rubygems/commit/851f8afad1
This commit is contained in:
Frank Lam 2020-06-03 22:00:17 +08:00 committed by Hiroshi SHIBATA
parent f6c8ca0359
commit 1a9a4f962e
Notes: git 2020-06-18 19:15:09 +09:00

View file

@ -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