Skip to content

Commit

Permalink
Update administrate to version 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jul 1, 2024
1 parent 2301b7e commit 84d0b40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

gem 'administrate', '~> 0.19.0'
gem 'administrate', '~> 0.20.1'
gem 'aws-sdk-rails'
gem 'aws-sdk-s3'
gem 'aws-sdk-sqs', '~> 1.63.0'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
administrate (0.19.0)
actionpack (>= 5.0)
actionview (>= 5.0)
activerecord (>= 5.0)
jquery-rails (>= 4.0)
kaminari (>= 1.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)
kaminari (~> 1.2.2)
sassc-rails (~> 2.1)
selectize-rails (~> 0.6)
annotate (3.2.0)
Expand Down Expand Up @@ -236,7 +236,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.0)
minitest (5.24.1)
minitest-reporters (1.7.1)
ansi
builder
Expand Down Expand Up @@ -436,7 +436,7 @@ PLATFORMS
ruby

DEPENDENCIES
administrate (~> 0.19.0)
administrate (~> 0.20.1)
annotate
aws-sdk-rails
aws-sdk-s3
Expand Down

0 comments on commit 84d0b40

Please sign in to comment.