Relax dependency on database_cleaner-active_record

Also, bump version to 2.0.2
This commit is contained in:
Ernesto Tagwerker 2023-03-10 12:55:15 -05:00
parent c5c62ee306
commit 7edc507100
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
== 2.0.2 2023-03-10
== Bugfixes
* Dependency configuration -- relax dependencies with database_cleaner-active_record:
* Dependency configuration -- relax dependencies with database_cleaner-active_record: https://github.com/DatabaseCleaner/database_cleaner/pull/699
== 2.0.1 2021-02-04

View File

@ -16,5 +16,5 @@ Gem::Specification.new do |spec|
spec.files = ["lib/database_cleaner.rb"]
spec.require_paths = ["lib"]
spec.add_dependency "database_cleaner-active_record", "~>2.0.0"
spec.add_dependency "database_cleaner-active_record", ">= 2", "< 3"
end

View File

@ -1,3 +1,3 @@
module DatabaseCleaner
VERSION = "2.0.1"
VERSION = "2.0.2"
end