Skip to content

Commit

Permalink
Merge pull request #699 from DatabaseCleaner/feature/relax-dependency
Browse files Browse the repository at this point in the history
Feature/relax dependency
  • Loading branch information
etagwerker authored Mar 10, 2023
2 parents 0ff5d01 + 7edc507 commit 64e2ef7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
== Development (unreleased)

== 2.0.2 2023-03-10

== Bugfixes
* Dependency configuration -- relax dependencies with database_cleaner-active_record: https://github.com/DatabaseCleaner/database_cleaner/pull/699

== 2.0.1 2021-02-04

== Bugfixes
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

1 comment on commit 64e2ef7

@parisbite
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

Please sign in to comment.