Skip to content
Snippets Groups Projects
Commit dabdf1a3 authored by John Harris's avatar John Harris
Browse files

fix: update faker for upstream bug #2469

parent 158c7c39
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ gem 'aws-sdk-s3', '1.113.0'
# Testing
group :test, :development do
gem 'faker', '2.20.0'
gem 'faker', '2.22.0'
gem 'bunny-mock', '1.7.0'
gem 'rspec-rails', '5.1.1'
gem 'rails-controller-testing', '1.0.5'
......
......@@ -73,26 +73,26 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
amq-protocol (2.3.2)
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.605.0)
aws-sdk-core (3.131.2)
aws-partitions (1.623.0)
aws-sdk-core (3.136.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.57.0)
aws-sdk-kms (1.58.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.113.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.0)
aws-sigv4 (1.5.1)
aws-eventstream (~> 1, >= 1.0.2)
batch-loader (2.0.1)
bootstrap (4.6.0)
......@@ -129,14 +129,14 @@ GEM
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.10.0)
erubi (1.11.0)
execjs (2.8.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (2.20.0)
faker (2.22.0)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
generator_spec (0.9.4)
......@@ -183,8 +183,8 @@ GEM
mini_portile2 (2.8.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.16.2)
msgpack (1.5.3)
minitest (5.16.3)
msgpack (1.5.6)
multi_xml (0.6.0)
mysql2 (0.5.3)
net-imap (0.2.3)
......@@ -212,12 +212,12 @@ GEM
activesupport
bunny
nio4r (2.5.8)
nokogiri (1.13.7)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pg (1.3.5)
popper_js (1.16.0)
public_suffix (4.0.7)
public_suffix (5.0.0)
puma (5.6.4)
nio4r (~> 2.0)
pundit (2.2.0)
......@@ -263,7 +263,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (12.3.3)
rb-fsevent (0.11.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbtree (0.4.5)
......@@ -345,15 +345,15 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strings-case (0.3.0)
strscan (3.0.3)
strscan (3.0.4)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tilt (2.0.11)
timeout (0.3.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
......@@ -382,7 +382,7 @@ DEPENDENCIES
discard (= 1.2.1)
dotenv-rails (= 2.7.6)
factory_bot_rails (= 6.2.0)
faker (= 2.20.0)
faker (= 2.22.0)
google-protobuf (= 3.20.1)
hcaptcha (= 7.1.0)
health_check (= 3.1.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment