Skip to content

Commit

Permalink
release v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Jan 31, 2021
1 parent 34585c6 commit fe84e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database_cleaner-redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "database_cleaner-core", "~>2.0.0.beta2"
spec.add_dependency "database_cleaner-core", "~>2.0.0"
spec.add_dependency "redis"

spec.add_development_dependency "bundler"
Expand Down
2 changes: 1 addition & 1 deletion lib/database_cleaner/redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module DatabaseCleaner
module Redis
VERSION = "2.0.0.beta2"
VERSION = "2.0.0"
end
end

0 comments on commit fe84e5e

Please sign in to comment.