Skip to content

Commit

Permalink
Bump factory_bot_rails from 5.0.1 to 5.0.2 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and Tetramputechture committed Apr 15, 2019
1 parent 6cbac95 commit 28c42e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end

group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'factory_bot_rails', '~> 5.0.1'
gem 'factory_bot_rails', '~> 5.0.2'
gem 'faker', '~> 1.9'
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ GEM
encryptor (3.0.0)
erubi (1.8.0)
execjs (2.7.0)
factory_bot (5.0.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
factory_bot_rails (5.0.1)
factory_bot (~> 5.0.0)
factory_bot_rails (5.0.2)
factory_bot (~> 5.0.2)
railties (>= 4.2.0)
faker (1.9.3)
i18n (>= 0.7)
Expand Down Expand Up @@ -208,7 +208,7 @@ GEM
popper_js (1.14.5)
public_suffix (3.0.3)
puma (3.12.1)
rack (2.0.6)
rack (2.0.7)
rack-cors (1.0.2)
rack-proxy (0.6.4)
rack
Expand Down Expand Up @@ -328,7 +328,7 @@ DEPENDENCIES
devise (~> 4.6.1)
devise_invitable (~> 2.0)
draper (~> 3.1)
factory_bot_rails (~> 5.0.1)
factory_bot_rails (~> 5.0.2)
faker (~> 1.9)
foreman
hootstrap (~> 0.12.0)
Expand Down

0 comments on commit 28c42e2

Please sign in to comment.