summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/.gitlab-ci.yml.tt
blob: 6acdc1d10ce8294e0ea9cdb462f19a6fbd69a087 (plain)
1
2
3
4
5
6
7
8
9
image: ruby:<%= RUBY_VERSION %>

before_script:
  - gem install bundler
  - bundle install -v <%= Bundler::VERSION %>

test:
  script:
    - bundle exec rake test