Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,10 @@ workflow: - bundle install - bundle exec rake verify build install test:3.0: image: ruby:3.0 <<: *test_definition test:2.7: image: ruby:2.7 <<: *test_definition Loading Rakefile +0 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,8 @@ require "bundler/gem_tasks" require "rufo" begin require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) end require "rubocop/rake_task" RuboCop::RakeTask.new(:rubocop) do |task| Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,10 @@ workflow: - bundle install - bundle exec rake verify build install test:3.0: image: ruby:3.0 <<: *test_definition test:2.7: image: ruby:2.7 <<: *test_definition Loading
Rakefile +0 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,8 @@ require "bundler/gem_tasks" require "rufo" begin require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) end require "rubocop/rake_task" RuboCop::RakeTask.new(:rubocop) do |task| Loading