Skip to content

Commit a4bba06

Browse files
Bump version to 5.2.0 [ci skip]
1 parent c03aeb7 commit a4bba06

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
factory_bot_rails (5.1.1)
5-
factory_bot (~> 5.1.0)
4+
factory_bot_rails (5.2.0)
5+
factory_bot (~> 5.2.0)
66
railties (>= 4.2.0)
77

88
GEM
@@ -72,7 +72,7 @@ GEM
7272
diff-lcs (1.3)
7373
erubi (1.8.0)
7474
execjs (2.7.0)
75-
factory_bot (5.1.1)
75+
factory_bot (5.2.0)
7676
activesupport (>= 4.2.0)
7777
ffi (1.10.0)
7878
ffi (1.10.0-java)
@@ -183,4 +183,4 @@ DEPENDENCIES
183183
uglifier
184184

185185
BUNDLED WITH
186-
2.0.2
186+
2.1.4

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ there might not be any notable changes in new versions of this project.
33

44
# NEWS
55

6+
## 5.2.0 (April 26, 2020)
7+
* Changed: factory_bot dependency to ~> 5.2.0
8+
69
## 5.1.1 (September 24, 2019)
710
* Fixed: Ensure definitions do not load before I18n is initialized
811

factory_bot_rails.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "factory_bot_rails"
3-
s.version = "5.1.1"
3+
s.version = "5.2.0"
44
s.authors = ["Joe Ferris"]
55
s.email = "[email protected]"
66
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
@@ -14,6 +14,6 @@ Gem::Specification.new do |s|
1414
s.executables = []
1515
s.license = "MIT"
1616

17-
s.add_runtime_dependency("factory_bot", "~> 5.1.0")
17+
s.add_runtime_dependency("factory_bot", "~> 5.2.0")
1818
s.add_runtime_dependency("railties", ">= 4.2.0")
1919
end

0 commit comments

Comments
 (0)