Sha256: d5388086133a1ea570e14b0b67823c68ee5c670a638cb1d90a51357c8cabb9f5
Contents?: true
Size: 476 Bytes
Versions: 40
Compression:
Stored size: 476 Bytes
Contents
version: 2.1 orbs: ruby: circleci/ruby@0.1.2 jobs: test: docker: - image: cimg/ruby:2.7.1 executor: ruby/default steps: - checkout - run: name: Which bundler? command: bundle -v - ruby/bundle-install - run: name: Run specs command: bundle exec rake spec - run: name: CodeClimate command: bundle exec codeclimate-test-reporter workflows: version: 2.1 test: jobs: - test
Version data entries
40 entries across 40 versions & 1 rubygems