Skip to content

Commit 9c25c4d

Browse files
committed
Unpin factory_bot_rails
Upstream problem was resolved.
1 parent df59b79 commit 9c25c4d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ group :development, :test do
4141

4242
# Capybara for feature/integration tests
4343
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'
4645
gem 'selenium-webdriver'
4746

4847
gem 'webdrivers'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ GEM
170170
drb (2.2.1)
171171
ed25519 (1.3.0)
172172
erubi (1.13.0)
173-
factory_bot (6.2.1)
173+
factory_bot (6.5.0)
174174
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)
177177
railties (>= 5.0.0)
178178
ffi (1.17.0-arm64-darwin)
179179
ffi (1.17.0-x86_64-linux-gnu)
@@ -508,7 +508,7 @@ DEPENDENCIES
508508
devise-bootstrap-views (~> 1.0)
509509
devise_invitable (~> 2.0.0)
510510
dlss-capistrano
511-
factory_bot_rails (~> 6.2.0)
511+
factory_bot_rails (~> 6.4)
512512
friendly_id
513513
groupdate
514514
honeybadger

0 commit comments

Comments
 (0)