Remove support for Ruby 2.6 (#21477)
As pointed out by https://github.com/mastodon/mastodon/pull/21297#discussion_r1028372193 at least one of our dependencies already dropped support for Ruby 2.6, and we had removed Ruby 2.6 tests from the CI over a year ago (#16861). So stop advertising Ruby 2.6 support, bump targeted version, and drop some compatibility code.
This commit is contained in:
parent
47f0d7021e
commit
098ced7420
5 changed files with 3 additions and 30 deletions
|
@ -22,7 +22,6 @@ require 'mail'
|
|||
Bundler.require(*Rails.groups)
|
||||
|
||||
require_relative '../lib/exceptions'
|
||||
require_relative '../lib/enumerable'
|
||||
require_relative '../lib/sanitize_ext/sanitize_config'
|
||||
require_relative '../lib/redis/namespace_extensions'
|
||||
require_relative '../lib/paperclip/url_generator_extensions'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue