File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
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 )
6
6
railties (>= 4.2.0 )
7
7
8
8
GEM
72
72
diff-lcs (1.3 )
73
73
erubi (1.8.0 )
74
74
execjs (2.7.0 )
75
- factory_bot (5.1.1 )
75
+ factory_bot (5.2.0 )
76
76
activesupport (>= 4.2.0 )
77
77
ffi (1.10.0 )
78
78
ffi (1.10.0-java )
@@ -183,4 +183,4 @@ DEPENDENCIES
183
183
uglifier
184
184
185
185
BUNDLED WITH
186
- 2.0.2
186
+ 2.1.4
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ there might not be any notable changes in new versions of this project.
3
3
4
4
# NEWS
5
5
6
+ ## 5.2.0 (April 26, 2020)
7
+ * Changed: factory_bot dependency to ~ > 5.2.0
8
+
6
9
## 5.1.1 (September 24, 2019)
7
10
* Fixed: Ensure definitions do not load before I18n is initialized
8
11
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = "factory_bot_rails"
3
- s . version = "5.1.1 "
3
+ s . version = "5.2.0 "
4
4
s . authors = [ "Joe Ferris" ]
5
5
6
6
s . homepage = "https://github.com/thoughtbot/factory_bot_rails"
@@ -14,6 +14,6 @@ Gem::Specification.new do |s|
14
14
s . executables = [ ]
15
15
s . license = "MIT"
16
16
17
- s . add_runtime_dependency ( "factory_bot" , "~> 5.1 .0" )
17
+ s . add_runtime_dependency ( "factory_bot" , "~> 5.2 .0" )
18
18
s . add_runtime_dependency ( "railties" , ">= 4.2.0" )
19
19
end
You can’t perform that action at this time.
0 commit comments