From ca1b10bc94044a22221f74d9838dece526036212 Mon Sep 17 00:00:00 2001 From: Grzegorz Jakubiak Date: Sun, 4 Jul 2021 18:39:06 +0200 Subject: [PATCH] Remove support for Ruby 2.4 --- .rubocop.yml | 2 +- .travis.yml | 1 - README.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 916c7c2..b866ad7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,6 @@ AllCops: DisabledByDefault: true - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.5 DisplayCopNames: true diff --git a/.travis.yml b/.travis.yml index b54fd58..72217be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: ruby rvm: - - 2.4 - 2.5 - 2.6 - 2.7 diff --git a/README.md b/README.md index 6097810..78f0081 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ActiveAdmin is holding off on pulling Mongoid support into the core ActiveAdmin application. This repo was pulled into the ActiveAdmin org from previous work done by Elia Schito, and will be maintained by Grzegorz Jakubiak, Nic Boie, JD Guzman, Elia Schito and other ActiveAdmin and community members. ### Requirements for version 1.0.0 -* Ruby 2.4.0 or greater. +* Ruby 2.5.0 or greater. * Tested working on Rails 5.2.3 * Mongoid 6.x (**WARNING**:, using a Mongoid version >= 6.1.x has resulted in a fair amount of errors seen in the wild. Test your upgrade very carefully with any apps in which you're using this gem with Mongoid >= 6.1.x!) * ActiveAdmin 1.4.3 or greater