mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
* Get specs running again, but they still fail on Ruby 3.4 * Add Ruby 3.4 to test matrix * Remove bundler from dev dependencies
6 lines
114 B
Ruby
6 lines
114 B
Ruby
require 'bundler/gem_tasks'
|
|
require 'rspec/core/rake_task'
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
|
|
task default: :spec
|