Skip to content

Commit 9d1a394

Browse files
Bump factory_bot_rails from 6.4.4 to 6.5.0 (#1095)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a52728 commit 9d1a394

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gem 'yaaf', '~> 3.0'
4444
group :development, :test do
4545
gem 'annotaterb', '~> 4.15.0'
4646
gem 'dotenv-rails', '~> 3.1.8'
47-
gem 'factory_bot_rails', '~> 6.4'
47+
gem 'factory_bot_rails', '~> 6.5'
4848
gem 'faker', '~> 3.5'
4949
gem 'pry-byebug', '~> 3.11', platform: :mri
5050
gem 'pry-rails', '~> 0.3.11'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ GEM
138138
erubi (>= 1.0.0)
139139
rack (>= 0.9.0)
140140
rouge (>= 1.0.0)
141-
bigdecimal (3.2.1)
141+
bigdecimal (3.2.2)
142142
binding_of_caller (1.0.1)
143143
debug_inspector (>= 1.2.0)
144144
bootsnap (1.18.6)
@@ -226,11 +226,11 @@ GEM
226226
erubis (2.7.0)
227227
et-orbi (1.2.11)
228228
tzinfo
229-
factory_bot (6.5.0)
230-
activesupport (>= 5.0.0)
231-
factory_bot_rails (6.4.4)
229+
factory_bot (6.5.4)
230+
activesupport (>= 6.1.0)
231+
factory_bot_rails (6.5.0)
232232
factory_bot (~> 6.5)
233-
railties (>= 5.0.0)
233+
railties (>= 6.1.0)
234234
faker (3.5.1)
235235
i18n (>= 1.8.11, < 2)
236236
faraday (2.13.1)
@@ -658,7 +658,7 @@ DEPENDENCIES
658658
devise_token_auth!
659659
dotenv-rails (~> 3.1.8)
660660
draper (~> 4.0)
661-
factory_bot_rails (~> 6.4)
661+
factory_bot_rails (~> 6.5)
662662
faker (~> 3.5)
663663
faraday-retry (~> 2.3)
664664
flipper (~> 1.3.1)

0 commit comments

Comments
 (0)