File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ group :development, :test do
41
41
42
42
# Capybara for feature/integration tests
43
43
gem 'capybara'
44
- # Pinned until https://github.com/thoughtbot/factory_bot_rails/issues/433 is resolved
45
- gem 'factory_bot_rails' , '~> 6.2.0'
44
+ gem 'factory_bot_rails' , '~> 6.4'
46
45
gem 'selenium-webdriver'
47
46
48
47
gem 'webdrivers'
Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ GEM
170
170
drb (2.2.1 )
171
171
ed25519 (1.3.0 )
172
172
erubi (1.13.0 )
173
- factory_bot (6.2.1 )
173
+ factory_bot (6.5.0 )
174
174
activesupport (>= 5.0.0 )
175
- factory_bot_rails (6.2.0 )
176
- factory_bot (~> 6.2.0 )
175
+ factory_bot_rails (6.4.4 )
176
+ factory_bot (~> 6.5 )
177
177
railties (>= 5.0.0 )
178
178
ffi (1.17.0-arm64-darwin )
179
179
ffi (1.17.0-x86_64-linux-gnu )
@@ -508,7 +508,7 @@ DEPENDENCIES
508
508
devise-bootstrap-views (~> 1.0 )
509
509
devise_invitable (~> 2.0.0 )
510
510
dlss-capistrano
511
- factory_bot_rails (~> 6.2.0 )
511
+ factory_bot_rails (~> 6.4 )
512
512
friendly_id
513
513
groupdate
514
514
honeybadger
You can’t perform that action at this time.
0 commit comments