Skip to content

Commit

Permalink
Merge pull request #5266 from dodona-edu/dependabot/bundler/factory_b…
Browse files Browse the repository at this point in the history
…ot_rails-6.4.3

Bump factory_bot_rails from 6.4.2 to 6.4.3
  • Loading branch information
bmesuere authored Jan 9, 2024
2 parents ec4d8eb + 125a9e8 commit 7b4409a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ group :development, :test do
# Use mocha for stubbing and mocking
gem 'mocha', '~> 2.1.0'
# Factory bot for factories
gem 'factory_bot_rails', '~> 6.4.2'
gem 'factory_bot_rails', '~> 6.4.3'

# test template rendering
gem 'rails-controller-testing', '~> 1.0.5'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ GEM
activesupport (>= 5.2, < 8)
excon (0.100.0)
execjs (2.9.1)
factory_bot (6.4.2)
factory_bot (6.4.5)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.2)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.2)
Expand Down Expand Up @@ -224,8 +224,8 @@ GEM
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.6.0)
irb (1.9.1)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand Down Expand Up @@ -358,7 +358,7 @@ GEM
premailer (~> 1.7, >= 1.7.9)
pretender (0.5.0)
actionpack (>= 6.1)
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (6.4.0)
Expand All @@ -378,7 +378,7 @@ GEM
rack (>= 2.1.0)
rack-protection (3.0.4)
rack
rack-session (1.0.1)
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -427,10 +427,10 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rb-readline (0.5.5)
rdoc (6.6.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.3)
reline (0.4.0)
reline (0.4.2)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -505,7 +505,7 @@ GEM
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
stackprof (0.2.25)
stringio (3.0.9)
stringio (3.1.0)
swd (2.0.2)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand Down Expand Up @@ -581,7 +581,7 @@ DEPENDENCIES
docker-api (~> 2.2.0)
ed25519
exception_notification (~> 4.5.0)
factory_bot_rails (~> 6.4.2)
factory_bot_rails (~> 6.4.3)
faker (~> 3.2.2)
flamegraph (~> 0.9.5)
has_scope (~> 0.8.2)
Expand Down

0 comments on commit 7b4409a

Please sign in to comment.