Skip to content

Commit df9f3c4

Browse files
committed
feat(gemfile): update activeadmin for development and test purposes
1 parent 8c27dff commit df9f3c4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

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

1313
# To use debugger
1414
# gem "debugger"
15-
gem "activeadmin"
15+
gem "activeadmin", '~> 3.0'
1616
gem "mimemagic", github: "mimemagicrb/mimemagic", ref: "01f92d86d15d85cfd0f20dabd025dcbd36a8a60f"
1717

1818
gem "webpacker", "~> 5.0", require: ENV["SPROCKETS"] != "true"

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ GEM
6161
rails-dom-testing (~> 2.0)
6262
rails-html-sanitizer (~> 1.1, >= 1.2.0)
6363
active_material (1.5.2)
64-
activeadmin (2.13.1)
64+
activeadmin (3.0.0)
6565
arbre (~> 1.2, >= 1.2.1)
6666
formtastic (>= 3.1, < 5.0)
6767
formtastic_i18n (~> 0.4)
6868
inherited_resources (~> 1.7)
6969
jquery-rails (~> 4.2)
7070
kaminari (~> 1.0, >= 1.2.1)
7171
railties (>= 6.1, < 7.1)
72-
ransack (>= 2.1.1, < 4)
72+
ransack (>= 4.0, < 5)
7373
activejob (6.1.7)
7474
activesupport (= 6.1.7)
7575
globalid (>= 0.3.6)
@@ -93,7 +93,7 @@ GEM
9393
zeitwerk (~> 2.3)
9494
addressable (2.8.0)
9595
public_suffix (>= 2.0.2, < 5.0)
96-
arbre (1.5.0)
96+
arbre (1.6.0)
9797
activesupport (>= 3.0.0, < 7.1)
9898
ruby2_keywords (>= 0.0.2, < 1.0)
9999
ast (2.4.0)
@@ -148,7 +148,7 @@ GEM
148148
guard (~> 2.1)
149149
guard-compat (~> 1.1)
150150
rspec (>= 2.99.0, < 4.0)
151-
has_scope (0.8.0)
151+
has_scope (0.8.1)
152152
actionpack (>= 5.2)
153153
activesupport (>= 5.2)
154154
i18n (1.12.0)
@@ -258,19 +258,19 @@ GEM
258258
thor (~> 1.0)
259259
rainbow (3.0.0)
260260
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)
264264
i18n
265265
rb-fsevent (0.11.2)
266266
rb-inotify (0.10.1)
267267
ffi (~> 1.0)
268268
redcarpet (3.6.0)
269269
regexp_parser (1.6.0)
270270
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)
274274
rexml (3.2.5)
275275
rspec (3.9.0)
276276
rspec-core (~> 3.9.0)
@@ -366,7 +366,7 @@ PLATFORMS
366366

367367
DEPENDENCIES
368368
aasm
369-
activeadmin
369+
activeadmin (~> 3.0)
370370
activeadmin_addons!
371371
capybara-selenium
372372
database_cleaner

0 commit comments

Comments
 (0)