Skip to content

Commit 1fe02d9

Browse files
committed
feat(gemfile): update activeadmin for development and test purposes
1 parent 73a3d87 commit 1fe02d9

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.4"

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ GEM
5757
erubi (~> 1.4)
5858
rails-dom-testing (~> 2.0)
5959
rails-html-sanitizer (~> 1.1, >= 1.2.0)
60-
activeadmin (2.13.1)
60+
activeadmin (3.0.0)
6161
arbre (~> 1.2, >= 1.2.1)
6262
formtastic (>= 3.1, < 5.0)
6363
formtastic_i18n (~> 0.4)
6464
inherited_resources (~> 1.7)
6565
jquery-rails (~> 4.2)
6666
kaminari (~> 1.0, >= 1.2.1)
6767
railties (>= 6.1, < 7.1)
68-
ransack (>= 2.1.1, < 4)
68+
ransack (>= 4.0, < 5)
6969
activejob (6.1.7)
7070
activesupport (= 6.1.7)
7171
globalid (>= 0.3.6)
@@ -89,7 +89,7 @@ GEM
8989
zeitwerk (~> 2.3)
9090
addressable (2.8.5)
9191
public_suffix (>= 2.0.2, < 6.0)
92-
arbre (1.5.0)
92+
arbre (1.6.0)
9393
activesupport (>= 3.0.0, < 7.1)
9494
ruby2_keywords (>= 0.0.2, < 1.0)
9595
ast (2.4.2)
@@ -139,7 +139,7 @@ GEM
139139
guard (~> 2.1)
140140
guard-compat (~> 1.1)
141141
rspec (>= 2.99.0, < 4.0)
142-
has_scope (0.8.0)
142+
has_scope (0.8.1)
143143
actionpack (>= 5.2)
144144
activesupport (>= 5.2)
145145
i18n (1.12.0)
@@ -241,19 +241,19 @@ GEM
241241
thor (~> 1.0)
242242
rainbow (3.1.1)
243243
rake (13.0.6)
244-
ransack (3.0.1)
245-
activerecord (>= 6.0.4)
246-
activesupport (>= 6.0.4)
244+
ransack (4.0.0)
245+
activerecord (>= 6.1.5)
246+
activesupport (>= 6.1.5)
247247
i18n
248248
rb-fsevent (0.11.2)
249249
rb-inotify (0.10.1)
250250
ffi (~> 1.0)
251251
redcarpet (3.6.0)
252252
regexp_parser (2.8.1)
253253
require_all (3.0.0)
254-
responders (3.0.1)
255-
actionpack (>= 5.0)
256-
railties (>= 5.0)
254+
responders (3.1.0)
255+
actionpack (>= 5.2)
256+
railties (>= 5.2)
257257
rexml (3.2.5)
258258
rspec (3.9.0)
259259
rspec-core (~> 3.9.0)
@@ -353,7 +353,7 @@ PLATFORMS
353353

354354
DEPENDENCIES
355355
aasm
356-
activeadmin
356+
activeadmin (~> 3.0)
357357
activeadmin_addons!
358358
capybara
359359
database_cleaner

0 commit comments

Comments
 (0)