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:
parent
f6c8ca0359
commit
1a9a4f962e
Notes:
git
2020-06-18 19:15:09 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue