Skip to content

Commit

Permalink
Update Gemfile.lock
Browse files Browse the repository at this point in the history
In #2462, we forgot to include changes to `Gemfile.lock` and Circle
didn't help us.
  • Loading branch information
nickcharlton committed Dec 12, 2023
1 parent 0f27027 commit 99a9d97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ PATH
remote: .
specs:
administrate (0.19.0)
actionpack (>= 5.0)
actionview (>= 5.0)
activerecord (>= 5.0)
jquery-rails (>= 4.0)
kaminari (>= 1.0)
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)

Expand Down

0 comments on commit 99a9d97

Please sign in to comment.