Skip to content

Commit

Permalink
Relax dependency on database_cleaner-active_record
Browse files Browse the repository at this point in the history
Also, bump version to 2.0.2
  • Loading branch information
etagwerker committed Mar 10, 2023
1 parent c5c62ee commit 7edc507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion database_cleaner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/database_cleaner/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DatabaseCleaner
VERSION = "2.0.1"
VERSION = "2.0.2"
end

0 comments on commit 7edc507

Please sign in to comment.