mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Relax dependency on database_cleaner-active_record
Also, bump version to 2.0.2
This commit is contained in:
parent
c5c62ee306
commit
7edc507100
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module DatabaseCleaner
|
||||
VERSION = "2.0.1"
|
||||
VERSION = "2.0.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue