Skip to content

Commit

Permalink
Bump version to v.6.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Jul 8, 2020
1 parent 956beb1 commit 4b39c91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_bot_rails (6.0.0)
factory_bot (~> 6.0.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)

GEM
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
multi_test (>= 0.1.2)
diff-lcs (1.4.4)
erubi (1.9.0)
factory_bot (6.0.2)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
ffi (1.13.1)
ffi (1.13.1-java)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.

# NEWS

## 6.1.0 (July 8, 2020)

* Changed: factory\_bot dependency to ~> 6.1.0

## 6.0.0 (June 18, 2020)

* Fixed: generate a plural factory name when the --force-plural flag is provided
Expand Down
2 changes: 1 addition & 1 deletion factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Gem::Specification.new do |s|
s.executables = []
s.license = "MIT"

s.add_runtime_dependency("factory_bot", "~> 6.0.0")
s.add_runtime_dependency("factory_bot", "~> 6.1.0")
s.add_runtime_dependency("railties", ">= 5.0.0")
end

0 comments on commit 4b39c91

Please sign in to comment.