Skip to content

Commit 2048716

Browse files
dependabot[bot]zetter-rpf
authored andcommitted
Bump administrate from 0.20.1 to 1.0.0
Bumps [administrate](https://github.com/thoughtbot/administrate) from 0.20.1 to 1.0.0. - [Release notes](https://github.com/thoughtbot/administrate/releases) - [Changelog](https://github.com/thoughtbot/administrate/blob/main/CHANGELOG.md) - [Commits](thoughtbot/administrate@v0.20.1...v1.0.0) --- updated-dependencies: - dependency-name: administrate dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0764508 commit 2048716

2 files changed

Lines changed: 6 additions & 31 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby file: '.tool-versions'
77

8-
gem 'administrate', '~> 0.20.1'
8+
gem 'administrate', '~> 1.0.0'
99
gem 'administrate-field-active_storage'
1010
gem 'aws-sdk-s3', require: false
1111
gem 'base64', '~> 0.3'

Gemfile.lock

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,11 @@ GEM
8686
tzinfo (~> 2.0, >= 2.0.5)
8787
addressable (2.8.7)
8888
public_suffix (>= 2.0.2, < 7.0)
89-
administrate (0.20.1)
90-
actionpack (>= 6.0, < 8.0)
91-
actionview (>= 6.0, < 8.0)
92-
activerecord (>= 6.0, < 8.0)
93-
jquery-rails (~> 4.6.0)
89+
administrate (1.0.0)
90+
actionpack (>= 6.0, < 9.0)
91+
actionview (>= 6.0, < 9.0)
92+
activerecord (>= 6.0, < 9.0)
9493
kaminari (~> 1.2.2)
95-
sassc-rails (~> 2.1)
96-
selectize-rails (~> 0.6)
9794
administrate-field-active_storage (1.0.6)
9895
administrate (>= 0.2.2)
9996
rails (>= 7.0)
@@ -249,10 +246,6 @@ GEM
249246
actionview (>= 7.0.0)
250247
activesupport (>= 7.0.0)
251248
jmespath (1.6.2)
252-
jquery-rails (4.6.0)
253-
rails-dom-testing (>= 1, < 3)
254-
railties (>= 4.2.0)
255-
thor (>= 0.14, < 2.0)
256249
json (2.19.2)
257250
json-schema (6.2.0)
258251
addressable (~> 2.8)
@@ -516,16 +509,7 @@ GEM
516509
sanitize (7.0.0)
517510
crass (~> 1.0.2)
518511
nokogiri (>= 1.16.8)
519-
sassc (2.4.0)
520-
ffi (~> 1.9)
521-
sassc-rails (2.1.2)
522-
railties (>= 4.0.0)
523-
sassc (>= 2.0)
524-
sprockets (> 3.0)
525-
sprockets-rails
526-
tilt
527512
securerandom (0.4.1)
528-
selectize-rails (0.12.6)
529513
selenium-webdriver (4.1.0)
530514
childprocess (>= 0.5, < 5.0)
531515
rexml (~> 3.2, >= 3.2.5)
@@ -548,18 +532,9 @@ GEM
548532
snaky_hash (2.0.3)
549533
hashie (>= 0.1.0, < 6)
550534
version_gem (>= 1.1.8, < 3)
551-
sprockets (4.2.2)
552-
concurrent-ruby (~> 1.0)
553-
logger
554-
rack (>= 2.2.4, < 4)
555-
sprockets-rails (3.5.2)
556-
actionpack (>= 6.1)
557-
activesupport (>= 6.1)
558-
sprockets (>= 3.0.0)
559535
statesman (13.1.0)
560536
stringio (3.2.0)
561537
thor (1.5.0)
562-
tilt (2.6.1)
563538
time (0.4.1)
564539
date
565540
timeout (0.6.1)
@@ -597,7 +572,7 @@ PLATFORMS
597572
x86_64-linux
598573

599574
DEPENDENCIES
600-
administrate (~> 0.20.1)
575+
administrate (~> 1.0.0)
601576
administrate-field-active_storage
602577
awesome_print
603578
aws-sdk-s3

0 commit comments

Comments
 (0)