Skip to content

Commit a5f9c26

Browse files
committed
Prepare for 0.9.0
1 parent ff45b63 commit a5f9c26

File tree

6 files changed

+71
-70
lines changed

6 files changed

+71
-70
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ rvm:
55
- 2.3
66
- 2.4
77
- 2.5
8+
- 2.6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gemspec
44

55
gem 'ransack-mongoid', git: 'https://github.com/activerecord-hackery/ransack-mongoid'
66

7-
gem 'rails', '~> 5.1'
7+
gem 'rails', '~> 5.2'
88

99
gem 'devise'
1010

Gemfile.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
activeadmin-mongoid (0.8.0)
11-
activeadmin (>= 1.3.0)
10+
activeadmin-mongoid (0.9.0)
11+
activeadmin (>= 1.4.3)
1212
jquery-rails
1313
kaminari-mongoid
1414
mongoid (~> 6.0)
@@ -17,25 +17,25 @@ PATH
1717
GEM
1818
remote: https://rubygems.org/
1919
specs:
20-
actioncable (5.2.2)
21-
actionpack (= 5.2.2)
20+
actioncable (5.2.3)
21+
actionpack (= 5.2.3)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
24-
actionmailer (5.2.2)
25-
actionpack (= 5.2.2)
26-
actionview (= 5.2.2)
27-
activejob (= 5.2.2)
24+
actionmailer (5.2.3)
25+
actionpack (= 5.2.3)
26+
actionview (= 5.2.3)
27+
activejob (= 5.2.3)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (5.2.2)
31-
actionview (= 5.2.2)
32-
activesupport (= 5.2.2)
30+
actionpack (5.2.3)
31+
actionview (= 5.2.3)
32+
activesupport (= 5.2.3)
3333
rack (~> 2.0)
3434
rack-test (>= 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.0.2)
37-
actionview (5.2.2)
38-
activesupport (= 5.2.2)
37+
actionview (5.2.3)
38+
activesupport (= 5.2.3)
3939
builder (~> 3.1)
4040
erubi (~> 1.4)
4141
rails-dom-testing (~> 2.0)
@@ -52,31 +52,31 @@ GEM
5252
ransack (>= 1.8.7)
5353
sass (~> 3.1)
5454
sprockets (< 4.1)
55-
activejob (5.2.2)
56-
activesupport (= 5.2.2)
55+
activejob (5.2.3)
56+
activesupport (= 5.2.3)
5757
globalid (>= 0.3.6)
58-
activemodel (5.2.2)
59-
activesupport (= 5.2.2)
60-
activerecord (5.2.2)
61-
activemodel (= 5.2.2)
62-
activesupport (= 5.2.2)
58+
activemodel (5.2.3)
59+
activesupport (= 5.2.3)
60+
activerecord (5.2.3)
61+
activemodel (= 5.2.3)
62+
activesupport (= 5.2.3)
6363
arel (>= 9.0)
64-
activestorage (5.2.2)
65-
actionpack (= 5.2.2)
66-
activerecord (= 5.2.2)
64+
activestorage (5.2.3)
65+
actionpack (= 5.2.3)
66+
activerecord (= 5.2.3)
6767
marcel (~> 0.3.1)
68-
activesupport (5.2.2)
68+
activesupport (5.2.3)
6969
concurrent-ruby (~> 1.0, >= 1.0.2)
7070
i18n (>= 0.7, < 2)
7171
minitest (~> 5.1)
7272
tzinfo (~> 1.1)
7373
addressable (2.5.2)
7474
public_suffix (>= 2.0.2, < 4.0)
75-
arbre (1.1.1)
75+
arbre (1.2.1)
7676
activesupport (>= 3.0.0)
7777
arel (9.0.0)
7878
bcrypt (3.1.12)
79-
bson (4.3.0)
79+
bson (4.4.2)
8080
builder (3.2.3)
8181
capybara (3.12.0)
8282
addressable
@@ -95,34 +95,34 @@ GEM
9595
coffee-script-source
9696
execjs
9797
coffee-script-source (1.12.2)
98-
concurrent-ruby (1.1.4)
98+
concurrent-ruby (1.1.5)
9999
crass (1.0.4)
100-
devise (4.5.0)
100+
devise (4.6.2)
101101
bcrypt (~> 3.0)
102102
orm_adapter (~> 0.1)
103103
railties (>= 4.1.0, < 6.0)
104104
responders
105105
warden (~> 1.2.3)
106106
diff-lcs (1.3)
107107
docile (1.3.1)
108-
erubi (1.7.1)
108+
erubi (1.8.0)
109109
execjs (2.7.0)
110-
ffi (1.9.25)
110+
ffi (1.10.0)
111111
formtastic (3.1.5)
112112
actionpack (>= 3.2.13)
113113
formtastic_i18n (0.6.0)
114-
globalid (0.4.1)
114+
globalid (0.4.2)
115115
activesupport (>= 4.2.0)
116116
has_scope (0.7.2)
117117
actionpack (>= 4.1)
118118
activesupport (>= 4.1)
119-
i18n (1.2.0)
119+
i18n (1.6.0)
120120
concurrent-ruby (~> 1.0)
121-
inherited_resources (1.9.0)
122-
actionpack (>= 4.2, < 5.3)
121+
inherited_resources (1.10.0)
122+
actionpack (>= 5.0, < 6.0)
123123
has_scope (~> 0.6)
124-
railties (>= 4.2, < 5.3)
125-
responders
124+
railties (>= 5.0, < 6.0)
125+
responders (~> 2.0)
126126
jquery-rails (4.3.3)
127127
rails-dom-testing (>= 1, < 3)
128128
railties (>= 4.2.0)
@@ -157,18 +157,18 @@ GEM
157157
marcel (0.3.3)
158158
mimemagic (~> 0.3.2)
159159
method_source (0.9.2)
160-
mimemagic (0.3.2)
160+
mimemagic (0.3.3)
161161
mini_mime (1.0.1)
162-
mini_portile2 (2.3.0)
162+
mini_portile2 (2.4.0)
163163
minitest (5.11.3)
164-
mongo (2.6.2)
165-
bson (>= 4.3.0, < 5.0.0)
164+
mongo (2.8.0)
165+
bson (>= 4.4.2, < 5.0.0)
166166
mongoid (6.4.2)
167167
activemodel (>= 5.1, < 6.0.0)
168168
mongo (>= 2.5.1, < 3.0.0)
169169
nio4r (2.3.1)
170-
nokogiri (1.8.5)
171-
mini_portile2 (~> 2.3.0)
170+
nokogiri (1.10.2)
171+
mini_portile2 (~> 2.4.0)
172172
orm_adapter (0.5.0)
173173
poltergeist (1.18.1)
174174
capybara (>= 2.1, < 4)
@@ -180,30 +180,30 @@ GEM
180180
pry-rails (0.3.8)
181181
pry (>= 0.10.4)
182182
public_suffix (3.0.3)
183-
rack (2.0.6)
183+
rack (2.0.7)
184184
rack-test (1.1.0)
185185
rack (>= 1.0, < 3)
186-
rails (5.2.2)
187-
actioncable (= 5.2.2)
188-
actionmailer (= 5.2.2)
189-
actionpack (= 5.2.2)
190-
actionview (= 5.2.2)
191-
activejob (= 5.2.2)
192-
activemodel (= 5.2.2)
193-
activerecord (= 5.2.2)
194-
activestorage (= 5.2.2)
195-
activesupport (= 5.2.2)
186+
rails (5.2.3)
187+
actioncable (= 5.2.3)
188+
actionmailer (= 5.2.3)
189+
actionpack (= 5.2.3)
190+
actionview (= 5.2.3)
191+
activejob (= 5.2.3)
192+
activemodel (= 5.2.3)
193+
activerecord (= 5.2.3)
194+
activestorage (= 5.2.3)
195+
activesupport (= 5.2.3)
196196
bundler (>= 1.3.0)
197-
railties (= 5.2.2)
197+
railties (= 5.2.3)
198198
sprockets-rails (>= 2.0.0)
199199
rails-dom-testing (2.0.3)
200200
activesupport (>= 4.2.0)
201201
nokogiri (>= 1.6)
202202
rails-html-sanitizer (1.0.4)
203203
loofah (~> 2.2, >= 2.2.2)
204-
railties (5.2.2)
205-
actionpack (= 5.2.2)
206-
activesupport (= 5.2.2)
204+
railties (5.2.3)
205+
actionpack (= 5.2.3)
206+
activesupport (= 5.2.3)
207207
method_source
208208
rake (>= 0.8.7)
209209
thor (>= 0.19.0, < 2.0)
@@ -217,9 +217,9 @@ GEM
217217
rb-inotify (0.10.0)
218218
ffi (~> 1.0)
219219
regexp_parser (1.3.0)
220-
responders (2.4.0)
221-
actionpack (>= 4.2.0, < 5.3)
222-
railties (>= 4.2.0, < 5.3)
220+
responders (2.4.1)
221+
actionpack (>= 4.2.0, < 6.0)
222+
railties (>= 4.2.0, < 6.0)
223223
rspec-core (3.8.0)
224224
rspec-support (~> 3.8.0)
225225
rspec-expectations (3.8.2)
@@ -237,7 +237,7 @@ GEM
237237
rspec-mocks (~> 3.8.0)
238238
rspec-support (~> 3.8.0)
239239
rspec-support (3.8.0)
240-
sass (3.7.2)
240+
sass (3.7.4)
241241
sass-listen (~> 4.0.0)
242242
sass-listen (4.0.0)
243243
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -286,10 +286,10 @@ DEPENDENCIES
286286
launchy
287287
poltergeist
288288
pry-rails
289-
rails (~> 5.1)
289+
rails (~> 5.2)
290290
ransack-mongoid!
291291
rspec-rails (~> 3.6)
292292
simplecov
293293

294294
BUNDLED WITH
295-
1.17.2
295+
1.17.3

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
## Updates
55

6-
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 Nic Boie, JD Guzman, Elia Schito and other ActiveAdmin and community members.
6+
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.
77

8-
### Requirements for version 0.8.0
8+
### Requirements for version 0.9.0
99
* Ruby 2.3.0 or greater. (Note, ruby-2.4.0 fails specs, see [this issue](https://github.com/DatabaseCleaner/database_cleaner/issues/466))
10-
* Tested working on Rails 5.1.x
10+
* Tested working on Rails 5.2.3
1111
* 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!)
12-
* ActiveAdmin 1.3
12+
* ActiveAdmin 1.4.3
1313
* `ransack-mongoid` - it needs to be explicitly declared in Gemfile, pointing to github's master since it has no releases on rubygems yet.
1414

1515
## Previous versions

activeadmin-mongoid.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
2121
gem.required_ruby_version = '>= 2.3'
2222

2323
gem.add_runtime_dependency 'mongoid', ['~> 6.0']
24-
gem.add_runtime_dependency 'activeadmin', '>= 1.3.0'
24+
gem.add_runtime_dependency 'activeadmin', '>= 1.4.3'
2525
gem.add_runtime_dependency 'kaminari-mongoid'
2626
gem.add_runtime_dependency 'jquery-rails'
2727
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4']
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAdmin
22
module Mongoid
3-
VERSION = '0.8.0'
3+
VERSION = '0.9.0'
44
end
55
end

0 commit comments

Comments
 (0)