Skip to content

Commit

Permalink
Pin acts_as_list to version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Nov 20, 2024
1 parent c8c85f9 commit 2cfb2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |gem|
end

gem.add_runtime_dependency "active_model_serializers", ["~> 0.10.14"]
gem.add_runtime_dependency "acts_as_list", [">= 0.3", "< 2"]
gem.add_runtime_dependency "acts_as_list", ["1.2.4"]
gem.add_runtime_dependency "awesome_nested_set", ["~> 3.1", ">= 3.7.0"]
gem.add_runtime_dependency "cancancan", [">= 2.1", "< 4.0"]
gem.add_runtime_dependency "coffee-rails", [">= 4.0", "< 6.0"]
Expand Down

0 comments on commit 2cfb2b0

Please sign in to comment.