Skip to content

Commit

Permalink
Merge pull request #5201 from dodona-edu/dependabot/bundler/factory_b…
Browse files Browse the repository at this point in the history
…ot_rails-6.4.2
  • Loading branch information
bmesuere authored Nov 27, 2023
2 parents c906550 + 82faefc commit 143843e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.2.0'
gem 'factory_bot_rails', '~> 6.4.2'

# test template rendering
gem 'rails-controller-testing', '~> 1.0.5'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ GEM
activesupport (>= 5.2, < 8)
excon (0.100.0)
execjs (2.9.1)
factory_bot (6.2.1)
factory_bot (6.4.2)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.2)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.6.0)
irb (1.9.0)
irb (1.9.1)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -580,7 +580,7 @@ DEPENDENCIES
docker-api (~> 2.2.0)
ed25519
exception_notification (~> 4.5.0)
factory_bot_rails (~> 6.2.0)
factory_bot_rails (~> 6.4.2)
faker (~> 3.2.2)
flamegraph (~> 0.9.5)
has_scope (~> 0.8.2)
Expand Down

0 comments on commit 143843e

Please sign in to comment.