File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
factory_bot_rails (5.1.1 )
5
5
factory_bot (~> 5.1.0 )
6
- railties (>= 4.2 .0 )
6
+ railties (>= 5.0 .0 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ Gem::Specification.new do |s|
5
5
s . email = "jferris@thoughtbot.com"
6
6
s . homepage = "https://github.com/thoughtbot/factory_bot_rails"
7
7
s . summary = "factory_bot_rails provides integration between " \
8
- "factory_bot and rails 4.2 or newer"
8
+ "factory_bot and rails 5.0 or newer"
9
9
s . description = "factory_bot_rails provides integration between " \
10
- "factory_bot and rails 4.2 or newer"
10
+ "factory_bot and rails 5.0 or newer"
11
11
12
12
s . files = Dir [ "lib/**/*" ] + %w[ CONTRIBUTING.md LICENSE NEWS.md README.md ]
13
13
s . require_paths = [ "lib" ]
14
14
s . executables = [ ]
15
15
s . license = "MIT"
16
16
17
17
s . add_runtime_dependency ( "factory_bot" , "~> 5.1.0" )
18
- s . add_runtime_dependency ( "railties" , ">= 4.2 .0" )
18
+ s . add_runtime_dependency ( "railties" , ">= 5.0 .0" )
19
19
end
You can’t perform that action at this time.
0 commit comments