Skip to content

Commit 9f6b19d

Browse files
Update dependency administrate to v1
1 parent eb0cc26 commit 9f6b19d

File tree

2 files changed

+20
-27
lines changed

2 files changed

+20
-27
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) do |repo_name|
66
"https://github.com/#{repo_name}.git"
77
end
88

9-
gem 'administrate', '~> 0.20.0'
9+
gem 'administrate', '~> 1.0.0'
1010
gem 'aws-sdk-rails'
1111
gem 'aws-sdk-s3'
1212
gem 'aws-sdk-sqs'

Gemfile.lock

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,11 @@ GEM
8383
tzinfo (~> 2.0, >= 2.0.5)
8484
addressable (2.8.7)
8585
public_suffix (>= 2.0.2, < 7.0)
86-
administrate (0.20.1)
87-
actionpack (>= 6.0, < 8.0)
88-
actionview (>= 6.0, < 8.0)
89-
activerecord (>= 6.0, < 8.0)
90-
jquery-rails (~> 4.6.0)
86+
administrate (1.0.0)
87+
actionpack (>= 6.0, < 9.0)
88+
actionview (>= 6.0, < 9.0)
89+
activerecord (>= 6.0, < 9.0)
9190
kaminari (~> 1.2.2)
92-
sassc-rails (~> 2.1)
93-
selectize-rails (~> 0.6)
9491
annotate (3.2.0)
9592
activerecord (>= 3.2, < 8.0)
9693
rake (>= 10.4, < 14.0)
@@ -154,7 +151,7 @@ GEM
154151
rexml
155152
crass (1.0.6)
156153
csv (3.3.5)
157-
date (3.4.1)
154+
date (3.5.0)
158155
delayed_job (4.1.13)
159156
activesupport (>= 3.0, < 9.0)
160157
delayed_job_active_record (4.1.11)
@@ -172,10 +169,10 @@ GEM
172169
dotenv (= 3.1.8)
173170
railties (>= 6.1)
174171
drb (2.2.3)
175-
erb (5.1.1)
172+
erb (6.0.0)
176173
erubi (1.13.1)
177174
execjs (2.10.0)
178-
ffi (1.17.1)
175+
ffi (1.17.2)
179176
flipflop (2.8.0)
180177
activesupport (>= 4.0)
181178
terminal-table (>= 1.8)
@@ -186,15 +183,11 @@ GEM
186183
i18n (1.14.7)
187184
concurrent-ruby (~> 1.0)
188185
io-console (0.8.1)
189-
irb (1.15.2)
186+
irb (1.15.3)
190187
pp (>= 0.6.0)
191188
rdoc (>= 4.0.0)
192189
reline (>= 0.4.2)
193190
jmespath (1.6.2)
194-
jquery-rails (4.6.0)
195-
rails-dom-testing (>= 1, < 3)
196-
railties (>= 4.2.0)
197-
thor (>= 0.14, < 2.0)
198191
json (2.15.1)
199192
kaminari (1.2.2)
200193
activesupport (>= 4.1.0)
@@ -241,7 +234,7 @@ GEM
241234
matrix (0.4.2)
242235
mini_mime (1.1.5)
243236
mini_portile2 (2.8.9)
244-
minitest (5.26.0)
237+
minitest (5.26.2)
245238
minitest-reporters (1.7.1)
246239
ansi
247240
builder
@@ -291,7 +284,7 @@ GEM
291284
puma (7.1.0)
292285
nio4r (~> 2.0)
293286
racc (1.8.1)
294-
rack (3.1.18)
287+
rack (3.1.19)
295288
rack-protection (4.1.1)
296289
base64 (>= 0.1.0)
297290
logger (>= 1.6.0)
@@ -335,16 +328,16 @@ GEM
335328
thor (~> 1.0, >= 1.2.2)
336329
zeitwerk (~> 2.6)
337330
rainbow (3.1.1)
338-
rake (13.3.0)
331+
rake (13.3.1)
339332
rb-fsevent (0.11.2)
340333
rb-inotify (0.11.1)
341334
ffi (~> 1.0)
342-
rdoc (6.15.0)
335+
rdoc (6.15.1)
343336
erb
344337
psych (>= 4.0.0)
345338
tsort
346339
regexp_parser (2.11.3)
347-
reline (0.6.2)
340+
reline (0.6.3)
348341
io-console (~> 0.5)
349342
request_store (1.7.0)
350343
rack (>= 1.4)
@@ -390,7 +383,6 @@ GEM
390383
scout_apm (5.7.1)
391384
parser
392385
securerandom (0.4.1)
393-
selectize-rails (0.12.6)
394386
selenium-webdriver (4.37.0)
395387
base64 (~> 0.2)
396388
logger (~> 1.4)
@@ -415,24 +407,25 @@ GEM
415407
simplecov_json_formatter (0.1.4)
416408
skylight (7.0.0)
417409
activesupport (>= 7.1.0)
418-
sprockets (4.2.1)
410+
sprockets (4.2.2)
419411
concurrent-ruby (~> 1.0)
412+
logger
420413
rack (>= 2.2.4, < 4)
421414
sprockets-rails (3.5.2)
422415
actionpack (>= 6.1)
423416
activesupport (>= 6.1)
424417
sprockets (>= 3.0.0)
425418
sqlite3 (2.7.4)
426419
mini_portile2 (~> 2.8.0)
427-
stringio (3.1.7)
420+
stringio (3.1.8)
428421
terminal-table (4.0.0)
429422
unicode-display_width (>= 1.1.1, < 4)
430423
terser (1.2.6)
431424
execjs (>= 0.3.0, < 3)
432425
thor (1.4.0)
433-
tilt (2.6.0)
426+
tilt (2.6.1)
434427
timecop (0.9.10)
435-
timeout (0.4.3)
428+
timeout (0.4.4)
436429
tsort (0.2.0)
437430
tzinfo (2.0.6)
438431
concurrent-ruby (~> 1.0)
@@ -466,7 +459,7 @@ PLATFORMS
466459
ruby
467460

468461
DEPENDENCIES
469-
administrate (~> 0.20.0)
462+
administrate (~> 1.0.0)
470463
annotate
471464
aws-sdk-rails
472465
aws-sdk-s3

0 commit comments

Comments
 (0)