Skip to content

Commit

Permalink
tmp: Use fork of awesome_nested_set with Rails 7.2 support
Browse files Browse the repository at this point in the history
Remove me after new release of awesome_nested_set
  • Loading branch information
tvdeyen committed Aug 27, 2024
1 parent 8e430d6 commit 6b0638c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"

gem "alchemy_i18n", git: "https://github.com/AlchemyCMS/alchemy_i18n.git", branch: "main"

gem "awesome_nested_set", github: "AhmedAliIbrahim/awesome_nested_set", branch: "master"

group :development, :test do
gem "execjs", "~> 2.9.1"
gem "rubocop", require: false
Expand Down

0 comments on commit 6b0638c

Please sign in to comment.