Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ group :test do
gem 'webmock'
end

gem 'administrate', '~> 0.20.1'
gem 'administrate', '~> 1.0.0'
31 changes: 12 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,11 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
administrate (0.20.1)
actionpack (>= 6.0, < 8.0)
actionview (>= 6.0, < 8.0)
activerecord (>= 6.0, < 8.0)
jquery-rails (~> 4.6.0)
administrate (1.0.0)
actionpack (>= 6.0, < 9.0)
actionview (>= 6.0, < 9.0)
activerecord (>= 6.0, < 9.0)
kaminari (~> 1.2.2)
sassc-rails (~> 2.1)
selectize-rails (~> 0.6)
aes_key_wrap (1.1.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand Down Expand Up @@ -160,10 +157,10 @@ GEM
faraday (>= 1, < 3)
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.2-aarch64-linux-gnu)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.3-aarch64-linux-gnu)
ffi (1.17.3-arm64-darwin)
ffi (1.17.3-x86_64-darwin)
ffi (1.17.3-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -199,10 +196,6 @@ GEM
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.18.0)
json-jwt (1.16.7)
activesupport (>= 4.2)
Expand Down Expand Up @@ -425,7 +418,6 @@ GEM
scout_apm (6.0.2)
parser
securerandom (0.4.1)
selectize-rails (0.12.6)
selenium-webdriver (4.39.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand All @@ -445,8 +437,9 @@ GEM
simplecov-html (0.13.1)
simplecov-lcov (0.9.0)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
Expand All @@ -467,7 +460,7 @@ GEM
faraday (~> 2.0)
faraday-follow_redirects
thor (1.5.0)
tilt (2.6.0)
tilt (2.7.0)
timeout (0.6.0)
tsort (0.2.0)
turbo-rails (2.0.20)
Expand Down Expand Up @@ -516,7 +509,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
administrate (~> 0.20.1)
administrate (~> 1.0.0)
annotate
awesome_print
barnes
Expand Down