Skip to content

Commit 4a8b68b

Browse files
Remove support for Ruby 2.4
1 parent bbcae43 commit 4a8b68b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
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

activeadmin-mongoid.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
1717
gem.version = ActiveAdmin::Mongoid::VERSION
1818
gem.license = 'MIT'
1919

20-
gem.required_ruby_version = '>= 2.4'
20+
gem.required_ruby_version = '>= 2.5'
2121

2222
gem.add_runtime_dependency 'mongoid', '>= 6.0', '< 8.a'
2323
gem.add_runtime_dependency 'activeadmin', '>= 1.4.3'

0 commit comments

Comments
 (0)