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 10, 2024
1 parent fc5aedf commit ebc0d5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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'
Expand Down
14 changes: 7 additions & 7 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 @@ -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 ebc0d5c

Please sign in to comment.