Skip to content

Commit 8b87259

Browse files
committed
Remove administrate
1 parent 356685f commit 8b87259

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ gem "web-push" # Web Push library for Ruby [https://github.com/pushpad/web-push]
4848
gem "fog-aws", require: false # Module for the 'fog' gem to support Amazon Web Services [https://github.com/fog/fog-aws]
4949

5050
# Admin
51-
gem "administrate" # A Rails engine that helps you put together a super-flexible admin dashboard [https://github.com/thoughtbot/administrate]
5251
gem "flipper-ui" # UI for the Flipper gem [https://www.flippercloud.io/docs/ui]
5352
gem "mission_control-jobs" # Dashboard for Active Job [https://github.com/basecamp/mission_control-jobs]
5453

Gemfile.lock

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ GEM
8282
tzinfo (~> 2.0)
8383
addressable (2.8.7)
8484
public_suffix (>= 2.0.2, < 7.0)
85-
administrate (0.20.1)
86-
actionpack (>= 6.0, < 8.0)
87-
actionview (>= 6.0, < 8.0)
88-
activerecord (>= 6.0, < 8.0)
89-
jquery-rails (~> 4.6.0)
90-
kaminari (~> 1.2.2)
91-
sassc-rails (~> 2.1)
92-
selectize-rails (~> 0.6)
9385
ast (2.4.2)
9486
base64 (0.2.0)
9587
bcrypt (3.1.20)
@@ -199,8 +191,6 @@ GEM
199191
concurrent-ruby (~> 1.1)
200192
webrick (~> 1.7)
201193
websocket-driver (~> 0.7)
202-
ffi (1.17.0-arm64-darwin)
203-
ffi (1.17.0-x86_64-linux-gnu)
204194
flipper (1.3.0)
205195
concurrent-ruby (< 2)
206196
flipper-active_record (1.3.0)
@@ -254,26 +244,10 @@ GEM
254244
irb (1.14.0)
255245
rdoc (>= 4.0.0)
256246
reline (>= 0.4.2)
257-
jquery-rails (4.6.0)
258-
rails-dom-testing (>= 1, < 3)
259-
railties (>= 4.2.0)
260-
thor (>= 0.14, < 2.0)
261247
js (2.6.2)
262248
json (2.7.2)
263249
jwt (2.8.2)
264250
base64
265-
kaminari (1.2.2)
266-
activesupport (>= 4.1.0)
267-
kaminari-actionview (= 1.2.2)
268-
kaminari-activerecord (= 1.2.2)
269-
kaminari-core (= 1.2.2)
270-
kaminari-actionview (1.2.2)
271-
actionview
272-
kaminari-core (= 1.2.2)
273-
kaminari-activerecord (1.2.2)
274-
activerecord
275-
kaminari-core (= 1.2.2)
276-
kaminari-core (1.2.2)
277251
language_server-protocol (3.17.0.3)
278252
launchy (3.0.1)
279253
addressable (~> 2.8)
@@ -461,15 +435,6 @@ GEM
461435
sanitize (6.1.1)
462436
crass (~> 1.0.2)
463437
nokogiri (>= 1.12.0)
464-
sassc (2.4.0)
465-
ffi (~> 1.9)
466-
sassc-rails (2.1.2)
467-
railties (>= 4.0.0)
468-
sassc (>= 2.0)
469-
sprockets (> 3.0)
470-
sprockets-rails
471-
tilt
472-
selectize-rails (0.12.6)
473438
sexp_processor (4.17.2)
474439
simplecov (0.22.0)
475440
docile (~> 1.1)
@@ -528,7 +493,6 @@ GEM
528493
stringio (3.1.1)
529494
strscan (3.1.0)
530495
thor (1.3.1)
531-
tilt (2.4.0)
532496
timeout (0.4.1)
533497
turbo-rails (2.0.6)
534498
actionpack (>= 6.0.0)
@@ -581,7 +545,6 @@ PLATFORMS
581545
DEPENDENCIES
582546
activerecord-enhancedsqlite3-adapter
583547
activerecord-nulldb-adapter
584-
administrate
585548
bcrypt (~> 3.1.7)
586549
bootsnap
587550
brakeman

0 commit comments

Comments
 (0)