Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action-scripts/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ group :test do
gem 'rspec', '~> 3.13' # Testing framework
gem 'webmock', '~> 3.25' # HTTP request stubbing
gem 'vcr', '~> 6.3' # HTTP interaction recording
gem 'factory_bot', '~> 6.5' # Test data factories
gem 'factory_bot', '~> 6.5', '>= 6.5.6' # Test data factories
end
2 changes: 1 addition & 1 deletion action-scripts/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ DEPENDENCIES
colorize (~> 1.1)
dry-auto_inject (~> 1.1)
dry-container (~> 0.11)
factory_bot (~> 6.5)
factory_bot (~> 6.5, >= 6.5.6)
faraday-retry (~> 2.2)
guard-rspec (~> 4.7)
json (~> 2.12)
Expand Down
Loading