Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
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 @@ -116,7 +116,7 @@ group :development, :test, :docs do
gem 'byebug', '~> 11.0'
gem 'consistency_fail', '~> 0.3'
gem 'dotenv-rails', '~> 2.7'
gem 'factory_bot_rails', '~> 4.11'
gem 'factory_bot_rails', '~> 5.1'
gem 'fog', '~> 2.1' # Cloud services gem, in production the aws-sdk gem is used
gem 'immigrant', '~> 0.3'
gem 'rspec-rails', '~> 3.8'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@ GEM
dry-types (~> 0.13.1)
email_reply_parser (0.5.9)
errbase (0.1.1)
erubi (1.8.0)
erubi (1.9.0)
excon (0.62.0)
execjs (2.7.0)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
factory_bot (5.1.0)
activesupport (>= 4.2.0)
factory_bot_rails (5.1.0)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)
faker (1.9.3)
i18n (>= 0.7)
faraday (0.15.4)
Expand Down Expand Up @@ -533,7 +533,7 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.12.2)
msgpack (1.2.10)
multi_json (1.13.1)
multi_xml (0.6.0)
Expand Down Expand Up @@ -591,7 +591,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails-i18n (5.1.3)
i18n (>= 0.7, < 2)
Expand All @@ -603,7 +603,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (12.3.3)
ransack (2.1.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -795,7 +795,7 @@ DEPENDENCIES
derailed_benchmarks (~> 1.3)
dotenv-rails (~> 2.7)
email_reply_parser (~> 0.5)
factory_bot_rails (~> 4.11)
factory_bot_rails (~> 5.1)
faker (~> 1.9)
fast_blank (~> 1.0)
fast_xs (~> 0.8)
Expand Down