Skip to content

Commit c872266

Browse files
Update dependency administrate to v1
1 parent eb0cc26 commit c872266

File tree

2 files changed

+15
-22
lines changed

2 files changed

+15
-22
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: 14 additions & 21 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 (5.1.3)
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)
@@ -191,10 +188,6 @@ GEM
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)
@@ -335,11 +328,11 @@ 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
@@ -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,8 +407,9 @@ 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)
@@ -430,9 +423,9 @@ GEM
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)