We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6b8d8 commit e7e29a9Copy full SHA for e7e29a9
Gemfile.lock
@@ -7,11 +7,11 @@ GIT
7
PATH
8
remote: .
9
specs:
10
- activeadmin-mongoid (0.9.0)
+ activeadmin-mongoid (1.0.0)
11
activeadmin (>= 1.4.3)
12
jquery-rails
13
kaminari-mongoid
14
- mongoid (>= 6.0, <= 7.0)
+ mongoid (>= 6.0, < 8.a)
15
sass-rails (>= 3.1.4)
16
17
GEM
@@ -154,8 +154,8 @@ GEM
154
minitest (5.11.3)
155
mongo (2.11.3)
156
bson (>= 4.4.2, < 5.0.0)
157
- mongoid (7.0.0)
158
- activemodel (>= 5.1, < 6.0.0)
+ mongoid (7.0.5)
+ activemodel (>= 5.1, < 6.1)
159
mongo (>= 2.5.1, < 3.0.0)
160
nio4r (2.3.1)
161
nokogiri (1.10.5)
@@ -275,7 +275,7 @@ DEPENDENCIES
275
launchy
276
poltergeist
277
pry-rails
278
- rails (~> 5.2)
+ rails (>= 5.2, < 6.1)
279
ransack-mongoid!
280
rspec-rails (~> 3.6)
281
simplecov
0 commit comments