Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump factory_bot_rails from 4.10.0 to 6.1.0 #620

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gem 'pry-stack_explorer', '~> 0.4.9.2', platform: :mri
# Sneakers depends on bunny and has the version requirement
gem 'bunny'
gem 'chewy', '~> 5.0.0'
gem 'factory_bot_rails', '~> 4.10.0' # Needed for the seeds
gem 'factory_bot_rails', '~> 6.1.0' # Needed for the seeds
gem 'faker', '~> 1.9.3' # Needed for the seeds
gem 'filelock', '~> 1.1.1'
gem 'graphql', '~> 1.7.14'
Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
charlock_holmes (~> 0.7.3)
github-linguist (>= 5.1, < 5.4)
rugged (~> 0.26.0)
builder (3.2.3)
builder (3.2.4)
bunny (2.9.2)
amq-protocol (~> 2.3.0)
bunny-mock (1.7.0)
Expand All @@ -110,12 +110,12 @@ GEM
url
coderay (1.1.2)
colorize (0.8.1)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.6)
config (1.7.0)
activesupport (>= 3.0)
deep_merge (~> 1.2.1)
dry-validation (>= 0.10.4)
crass (1.0.4)
crass (1.0.6)
database_cleaner (1.7.0)
debug_inspector (0.0.3)
deep_merge (1.2.1)
Expand Down Expand Up @@ -167,15 +167,15 @@ GEM
multi_json
em-proxy (0.1.9)
eventmachine
erubi (1.8.0)
erubi (1.9.0)
escape_utils (1.1.1)
eventmachine (1.0.9.1)
facter (2.5.1)
factory_bot (4.10.0)
activesupport (>= 3.0.0)
factory_bot_rails (4.10.0)
factory_bot (~> 4.10.0)
railties (>= 3.0.0)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
faker (1.9.3)
i18n (>= 0.7)
faraday (0.15.2)
Expand Down Expand Up @@ -207,7 +207,7 @@ GEM
graphql (>= 1.6.4, < 1.10.0)
pundit (~> 1.1.0)
http-parser-lite (0.6.0)
i18n (1.5.3)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
iniparse (1.4.4)
interception (0.5)
Expand All @@ -230,7 +230,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
loofah (2.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
macaddr (1.7.1)
Expand All @@ -246,12 +246,12 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.1)
msgpack (1.2.6)
multi_json (1.13.1)
multipart-post (2.0.0)
nio4r (2.3.1)
nokogiri (1.10.1)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
orm_adapter-sequel (0.1.0)
Expand Down Expand Up @@ -282,7 +282,7 @@ GEM
puma (3.12.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.0.6)
rack (2.2.3)
rack-cors (1.0.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -302,16 +302,16 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.2.2)
actionpack (= 5.2.2)
activesupport (= 5.2.2)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -400,7 +400,7 @@ GEM
systemu (2.6.5)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
url (0.3.2)
Expand All @@ -426,7 +426,7 @@ DEPENDENCIES
config (~> 1.7.0)
database_cleaner (~> 1.7.0)
dry-validation
factory_bot_rails (~> 4.10.0)
factory_bot_rails (~> 6.1.0)
faker (~> 1.9.3)
fasterer
filelock (~> 1.1.1)
Expand Down