1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00

remove standard as it requires Ruby 2.4

This commit is contained in:
Mike Perham 2020-06-04 09:06:23 -07:00
parent 8b830d21fd
commit cb42955389
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,3 @@
source "https://rubygems.org"
gemspec(development_group: :runtime)
gem "standard"

View file

@ -1,7 +1,6 @@
require "bundler/gem_tasks"
require "rake/testtask"
require "standard/rake"
Rake::TestTask.new
task default: :test