Skip to content

Commit

Permalink
Bump administrate from 1.0.0.beta1 to 1.0.0.beta2
Browse files Browse the repository at this point in the history
Bumps [administrate](https://github.com/thoughtbot/administrate) from 1.0.0.beta1 to 1.0.0.beta2.
- [Release notes](https://github.com/thoughtbot/administrate/releases)
- [Changelog](https://github.com/thoughtbot/administrate/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/administrate@v1.0.0.beta1...v1.0.0.beta2)

---
updated-dependencies:
- dependency-name: administrate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent ac4164f commit b37fbea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "inline_svg", "~> 1.10.0"
# Delayed job
gem "delayed_job_active_record", "~> 4.1"
# Administrate for admin panel
gem "administrate", "1.0.0.beta1"
gem "administrate", "1.0.0.beta2"
# Open AI ruby
gem "ruby-openai", "~> 6.2.0"
# Pagy for pagination
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
administrate (1.0.0.beta1)
administrate (1.0.0.beta2)
actionpack (>= 6.0, < 8.0)
actionview (>= 6.0, < 8.0)
activerecord (>= 6.0, < 8.0)
Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -300,7 +300,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.0.0)
Expand Down Expand Up @@ -446,7 +446,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
administrate (= 1.0.0.beta1)
administrate (= 1.0.0.beta2)
aws-sdk-s3
bootsnap
brakeman
Expand Down

0 comments on commit b37fbea

Please sign in to comment.