Skip to content

Commit 8416611

Browse files
Release 1.1.0
1 parent 4a8b68b commit 8416611

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
activeadmin-mongoid (1.0.0)
10+
activeadmin-mongoid (1.1.0)
1111
activeadmin (>= 1.4.3)
1212
jquery-rails
1313
kaminari-mongoid

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
### Requirements for version 1.0.0
9+
### Requirements for version 1.1.0
1010
* 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!)
@@ -38,7 +38,7 @@ For more on Mongoid support in ActiveAdmin see [this issue](https://github.com/g
3838
Add the following gems to your application's Gemfile, and lock the version:
3939

4040
```ruby
41-
gem 'activeadmin-mongoid', '1.0.0'
41+
gem 'activeadmin-mongoid', '1.1.0'
4242
gem 'ransack-mongoid', github: 'activerecord-hackery/ransack-mongoid'
4343
```
4444

Diff for: lib/active_admin/mongoid/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAdmin
22
module Mongoid
3-
VERSION = '1.0.0'
3+
VERSION = '1.1.0'
44
end
55
end

0 commit comments

Comments
 (0)