Skip to content

Commit 295107b

Browse files
Update dependency administrate to v1
1 parent 6c8cdcc commit 295107b

2 files changed

Lines changed: 13 additions & 20 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ group :test do
138138
gem 'webmock'
139139
end
140140

141-
gem 'administrate', '~> 0.20.1'
141+
gem 'administrate', '~> 1.0.0'

Gemfile.lock

Lines changed: 12 additions & 19 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
aes_key_wrap (1.1.0)
9794
annotate (3.2.0)
9895
activerecord (>= 3.2, < 8.0)
@@ -160,10 +157,10 @@ GEM
160157
faraday (>= 1, < 3)
161158
faraday-net_http (3.4.0)
162159
net-http (>= 0.5.0)
163-
ffi (1.17.2-aarch64-linux-gnu)
164-
ffi (1.17.2-arm64-darwin)
165-
ffi (1.17.2-x86_64-darwin)
166-
ffi (1.17.2-x86_64-linux-gnu)
160+
ffi (1.17.3-aarch64-linux-gnu)
161+
ffi (1.17.3-arm64-darwin)
162+
ffi (1.17.3-x86_64-darwin)
163+
ffi (1.17.3-x86_64-linux-gnu)
167164
ffi-compiler (1.3.2)
168165
ffi (>= 1.15.5)
169166
rake
@@ -199,10 +196,6 @@ GEM
199196
jbuilder (2.14.1)
200197
actionview (>= 7.0.0)
201198
activesupport (>= 7.0.0)
202-
jquery-rails (4.6.0)
203-
rails-dom-testing (>= 1, < 3)
204-
railties (>= 4.2.0)
205-
thor (>= 0.14, < 2.0)
206199
json (2.18.0)
207200
json-jwt (1.16.7)
208201
activesupport (>= 4.2)
@@ -425,7 +418,6 @@ GEM
425418
scout_apm (6.0.2)
426419
parser
427420
securerandom (0.4.1)
428-
selectize-rails (0.12.6)
429421
selenium-webdriver (4.39.0)
430422
base64 (~> 0.2)
431423
logger (~> 1.4)
@@ -445,8 +437,9 @@ GEM
445437
simplecov-html (0.13.1)
446438
simplecov-lcov (0.9.0)
447439
simplecov_json_formatter (0.1.4)
448-
sprockets (4.2.1)
440+
sprockets (4.2.2)
449441
concurrent-ruby (~> 1.0)
442+
logger
450443
rack (>= 2.2.4, < 4)
451444
sprockets-rails (3.5.2)
452445
actionpack (>= 6.1)
@@ -467,7 +460,7 @@ GEM
467460
faraday (~> 2.0)
468461
faraday-follow_redirects
469462
thor (1.5.0)
470-
tilt (2.6.0)
463+
tilt (2.7.0)
471464
timeout (0.6.0)
472465
tsort (0.2.0)
473466
turbo-rails (2.0.20)
@@ -516,7 +509,7 @@ PLATFORMS
516509
x86_64-linux
517510

518511
DEPENDENCIES
519-
administrate (~> 0.20.1)
512+
administrate (~> 1.0.0)
520513
annotate
521514
awesome_print
522515
barnes

0 commit comments

Comments
 (0)