Skip to content

Commit abb370a

Browse files
Update dependency administrate to v1
1 parent faafac6 commit abb370a

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

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: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,11 @@ GEM
8585
tzinfo (~> 2.0, >= 2.0.5)
8686
addressable (2.8.8)
8787
public_suffix (>= 2.0.2, < 8.0)
88-
administrate (0.20.1)
89-
actionpack (>= 6.0, < 8.0)
90-
actionview (>= 6.0, < 8.0)
91-
activerecord (>= 6.0, < 8.0)
92-
jquery-rails (~> 4.6.0)
88+
administrate (1.0.0)
89+
actionpack (>= 6.0, < 9.0)
90+
actionview (>= 6.0, < 9.0)
91+
activerecord (>= 6.0, < 9.0)
9392
kaminari (~> 1.2.2)
94-
sassc-rails (~> 2.1)
95-
selectize-rails (~> 0.6)
9693
annotate (3.2.0)
9794
activerecord (>= 3.2, < 8.0)
9895
rake (>= 10.4, < 14.0)
@@ -178,7 +175,7 @@ GEM
178175
erb (6.0.1)
179176
erubi (1.13.1)
180177
execjs (2.10.0)
181-
ffi (1.17.1)
178+
ffi (1.17.3)
182179
flipflop (2.8.0)
183180
activesupport (>= 4.0)
184181
terminal-table (>= 1.8)
@@ -195,10 +192,6 @@ GEM
195192
rdoc (>= 4.0.0)
196193
reline (>= 0.4.2)
197194
jmespath (1.6.2)
198-
jquery-rails (4.6.0)
199-
rails-dom-testing (>= 1, < 3)
200-
railties (>= 4.2.0)
201-
thor (>= 0.14, < 2.0)
202195
json (2.18.0)
203196
kaminari (1.2.2)
204197
activesupport (>= 4.1.0)
@@ -397,7 +390,6 @@ GEM
397390
scout_apm (6.0.2)
398391
parser
399392
securerandom (0.4.1)
400-
selectize-rails (0.12.6)
401393
selenium-webdriver (4.39.0)
402394
base64 (~> 0.2)
403395
logger (~> 1.4)
@@ -422,8 +414,9 @@ GEM
422414
simplecov_json_formatter (0.1.4)
423415
skylight (7.0.0)
424416
activesupport (>= 7.1.0)
425-
sprockets (4.2.1)
417+
sprockets (4.2.2)
426418
concurrent-ruby (~> 1.0)
419+
logger
427420
rack (>= 2.2.4, < 4)
428421
sprockets-rails (3.5.2)
429422
actionpack (>= 6.1)
@@ -437,7 +430,7 @@ GEM
437430
terser (1.2.6)
438431
execjs (>= 0.3.0, < 3)
439432
thor (1.5.0)
440-
tilt (2.6.0)
433+
tilt (2.7.0)
441434
timecop (0.9.10)
442435
timeout (0.6.0)
443436
tsort (0.2.0)
@@ -473,7 +466,7 @@ PLATFORMS
473466
ruby
474467

475468
DEPENDENCIES
476-
administrate (~> 0.20.0)
469+
administrate (~> 1.0.0)
477470
annotate
478471
aws-sdk-rails
479472
aws-sdk-s3

0 commit comments

Comments
 (0)