Skip to content

Commit

Permalink
Pin Administrate below 0.20.0
Browse files Browse the repository at this point in the history
0.20.0 introduces a change relating to attribute grouping and makes it
incompatible. We'll pin this here and release a new version with this
change so that a future breaking change can be marked as such.

#65
  • Loading branch information
nickcharlton committed Jan 25, 2024
1 parent 94500b6 commit 316fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrate-field-nested_has_many.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

gem.add_dependency "administrate", ">= 0.15", "< 1"
gem.add_dependency "administrate", ">= 0.15", "< 0.20.0"
gem.add_dependency "cocoon", "~> 1.2", ">= 1.2.11"

gem.add_development_dependency "appraisal"
Expand Down

0 comments on commit 316fa21

Please sign in to comment.