Skip to content

Commit ab9ef17

Browse files
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 bc573c3 commit ab9ef17

2 files changed

Lines changed: 10 additions & 35 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: 9 additions & 34 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)
@@ -186,9 +183,9 @@ GEM
186183
logger
187184
faraday-net_http (3.4.2)
188185
net-http (~> 0.5)
189-
ffi (1.17.2-aarch64-linux-gnu)
190-
ffi (1.17.2-arm64-darwin)
191-
ffi (1.17.2-x86_64-linux-gnu)
186+
ffi (1.17.3-aarch64-linux-gnu)
187+
ffi (1.17.3-arm64-darwin)
188+
ffi (1.17.3-x86_64-linux-gnu)
192189
fiber-storage (1.0.1)
193190
flipper (1.3.6)
194191
concurrent-ruby (< 2)
@@ -248,10 +245,6 @@ GEM
248245
actionview (>= 7.0.0)
249246
activesupport (>= 7.0.0)
250247
jmespath (1.6.2)
251-
jquery-rails (4.6.0)
252-
rails-dom-testing (>= 1, < 3)
253-
railties (>= 4.2.0)
254-
thor (>= 0.14, < 2.0)
255248
json (2.18.1)
256249
jwt (2.2.3)
257250
kaminari (1.2.2)
@@ -507,16 +500,7 @@ GEM
507500
sanitize (7.0.0)
508501
crass (~> 1.0.2)
509502
nokogiri (>= 1.16.8)
510-
sassc (2.4.0)
511-
ffi (~> 1.9)
512-
sassc-rails (2.1.2)
513-
railties (>= 4.0.0)
514-
sassc (>= 2.0)
515-
sprockets (> 3.0)
516-
sprockets-rails
517-
tilt
518503
securerandom (0.4.1)
519-
selectize-rails (0.12.6)
520504
selenium-webdriver (4.1.0)
521505
childprocess (>= 0.5, < 5.0)
522506
rexml (~> 3.2, >= 3.2.5)
@@ -539,21 +523,12 @@ GEM
539523
snaky_hash (2.0.3)
540524
hashie (>= 0.1.0, < 6)
541525
version_gem (>= 1.1.8, < 3)
542-
sprockets (4.2.2)
543-
concurrent-ruby (~> 1.0)
544-
logger
545-
rack (>= 2.2.4, < 4)
546-
sprockets-rails (3.5.2)
547-
actionpack (>= 6.1)
548-
activesupport (>= 6.1)
549-
sprockets (>= 3.0.0)
550526
statesman (13.1.0)
551527
stringio (3.2.0)
552528
thor (1.5.0)
553-
tilt (2.6.1)
554529
time (0.4.1)
555530
date
556-
timeout (0.4.3)
531+
timeout (0.6.0)
557532
tsort (0.2.0)
558533
tzinfo (2.0.6)
559534
concurrent-ruby (~> 1.0)
@@ -588,7 +563,7 @@ PLATFORMS
588563
x86_64-linux
589564

590565
DEPENDENCIES
591-
administrate (~> 0.20.1)
566+
administrate (~> 1.0.0)
592567
administrate-field-active_storage
593568
awesome_print
594569
aws-sdk-s3

0 commit comments

Comments
 (0)