~cytrogen/masto-fe

1153531e923d27e7f83a54b6280b196195f0905e — dependabot[bot] 3 years ago 426e3cc
Bump faker from 3.1.1 to 3.2.0 (#24579)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed, 3 insertions(+), 3 deletions(-)

M Gemfile
M Gemfile.lock
M Gemfile => Gemfile +1 -1
@@ 120,7 120,7 @@ end
group :test do
  gem 'capybara', '~> 3.39'
  gem 'climate_control'
  gem 'faker', '~> 3.1'
  gem 'faker', '~> 3.2'
  gem 'json-schema', '~> 3.0'
  gem 'rack-test', '~> 2.1'
  gem 'rails-controller-testing', '~> 1.0'

M Gemfile.lock => Gemfile.lock +2 -2
@@ 243,7 243,7 @@ GEM
      tzinfo
    excon (0.95.0)
    fabrication (2.30.0)
    faker (3.1.1)
    faker (3.2.0)
      i18n (>= 1.8.11, < 2)
    faraday (1.10.3)
      faraday-em_http (~> 1.0)


@@ 797,7 797,7 @@ DEPENDENCIES
  dotenv-rails (~> 2.8)
  ed25519 (~> 1.3)
  fabrication (~> 2.30)
  faker (~> 3.1)
  faker (~> 3.2)
  fast_blank (~> 1.0)
  fastimage
  fog-core (<= 2.4.0)