Commit b366f9dd authored by Takuya Noguchi's avatar Takuya Noguchi 💖 Committed by Matthias Käppler
Browse files

Add Ruby 3.0 support

parent 67c5372a
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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|