Skip to content

Commit ca1b10b

Browse files
Remove support for Ruby 2.4
1 parent bbcae43 commit ca1b10b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AllCops:
22
DisabledByDefault: true
3-
TargetRubyVersion: 2.4
3+
TargetRubyVersion: 2.5
44

55
DisplayCopNames: true
66

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.4
43
- 2.5
54
- 2.6
65
- 2.7

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
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.
88

99
### Requirements for version 1.0.0
10-
* Ruby 2.4.0 or greater.
10+
* Ruby 2.5.0 or greater.
1111
* Tested working on Rails 5.2.3
1212
* 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!)
1313
* ActiveAdmin 1.4.3 or greater

0 commit comments

Comments
 (0)