File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gemspec
12
12
13
13
# To use debugger
14
14
# gem "debugger"
15
- gem "activeadmin"
15
+ gem "activeadmin" , '~> 3.0'
16
16
gem "mimemagic" , github : "mimemagicrb/mimemagic" , ref : "01f92d86d15d85cfd0f20dabd025dcbd36a8a60f"
17
17
18
18
gem "webpacker" , "~> 5.0" , require : ENV [ "SPROCKETS" ] != "true"
Original file line number Diff line number Diff line change 61
61
rails-dom-testing (~> 2.0 )
62
62
rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
63
63
active_material (1.5.2 )
64
- activeadmin (2.13.1 )
64
+ activeadmin (3.0.0 )
65
65
arbre (~> 1.2 , >= 1.2.1 )
66
66
formtastic (>= 3.1 , < 5.0 )
67
67
formtastic_i18n (~> 0.4 )
68
68
inherited_resources (~> 1.7 )
69
69
jquery-rails (~> 4.2 )
70
70
kaminari (~> 1.0 , >= 1.2.1 )
71
71
railties (>= 6.1 , < 7.1 )
72
- ransack (>= 2.1.1 , < 4 )
72
+ ransack (>= 4.0 , < 5 )
73
73
activejob (6.1.7 )
74
74
activesupport (= 6.1.7 )
75
75
globalid (>= 0.3.6 )
93
93
zeitwerk (~> 2.3 )
94
94
addressable (2.8.0 )
95
95
public_suffix (>= 2.0.2 , < 5.0 )
96
- arbre (1.5 .0 )
96
+ arbre (1.6 .0 )
97
97
activesupport (>= 3.0.0 , < 7.1 )
98
98
ruby2_keywords (>= 0.0.2 , < 1.0 )
99
99
ast (2.4.0 )
148
148
guard (~> 2.1 )
149
149
guard-compat (~> 1.1 )
150
150
rspec (>= 2.99.0 , < 4.0 )
151
- has_scope (0.8.0 )
151
+ has_scope (0.8.1 )
152
152
actionpack (>= 5.2 )
153
153
activesupport (>= 5.2 )
154
154
i18n (1.12.0 )
@@ -258,19 +258,19 @@ GEM
258
258
thor (~> 1.0 )
259
259
rainbow (3.0.0 )
260
260
rake (13.0.6 )
261
- ransack (3 .0.1 )
262
- activerecord (>= 6.0.4 )
263
- activesupport (>= 6.0.4 )
261
+ ransack (4 .0.0 )
262
+ activerecord (>= 6.1.5 )
263
+ activesupport (>= 6.1.5 )
264
264
i18n
265
265
rb-fsevent (0.11.2 )
266
266
rb-inotify (0.10.1 )
267
267
ffi (~> 1.0 )
268
268
redcarpet (3.6.0 )
269
269
regexp_parser (1.6.0 )
270
270
require_all (3.0.0 )
271
- responders (3.0.1 )
272
- actionpack (>= 5.0 )
273
- railties (>= 5.0 )
271
+ responders (3.1.0 )
272
+ actionpack (>= 5.2 )
273
+ railties (>= 5.2 )
274
274
rexml (3.2.5 )
275
275
rspec (3.9.0 )
276
276
rspec-core (~> 3.9.0 )
@@ -366,7 +366,7 @@ PLATFORMS
366
366
367
367
DEPENDENCIES
368
368
aasm
369
- activeadmin
369
+ activeadmin ( ~> 3.0 )
370
370
activeadmin_addons !
371
371
capybara-selenium
372
372
database_cleaner
You can’t perform that action at this time.
0 commit comments