Update bundle
This commit is contained in:
parent
dc9d52a7c8
commit
c96b154b5f
1 changed files with 10 additions and 10 deletions
20
Gemfile.lock
20
Gemfile.lock
|
@ -86,8 +86,8 @@ GEM
|
||||||
autoprefixer-rails (10.4.13.0)
|
autoprefixer-rails (10.4.13.0)
|
||||||
execjs (~> 2)
|
execjs (~> 2)
|
||||||
aws-eventstream (1.2.0)
|
aws-eventstream (1.2.0)
|
||||||
aws-partitions (1.764.0)
|
aws-partitions (1.767.0)
|
||||||
aws-sdk-core (3.172.0)
|
aws-sdk-core (3.173.0)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
aws-partitions (~> 1, >= 1.651.0)
|
aws-partitions (~> 1, >= 1.651.0)
|
||||||
aws-sigv4 (~> 1.5)
|
aws-sigv4 (~> 1.5)
|
||||||
|
@ -120,9 +120,9 @@ GEM
|
||||||
autoprefixer-rails (>= 9.1.0)
|
autoprefixer-rails (>= 9.1.0)
|
||||||
popper_js (>= 2.9.3, < 3)
|
popper_js (>= 2.9.3, < 3)
|
||||||
sassc-rails (>= 2.0.0)
|
sassc-rails (>= 2.0.0)
|
||||||
bootstrap_form (5.1.0)
|
bootstrap_form (5.2.1)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 6.0)
|
||||||
activemodel (>= 5.2)
|
activemodel (>= 6.0)
|
||||||
brakeman (5.4.1)
|
brakeman (5.4.1)
|
||||||
brotli (0.4.0)
|
brotli (0.4.0)
|
||||||
browser (5.3.1)
|
browser (5.3.1)
|
||||||
|
@ -147,7 +147,7 @@ GEM
|
||||||
config (4.2.0)
|
config (4.2.0)
|
||||||
deep_merge (~> 1.2, >= 1.2.1)
|
deep_merge (~> 1.2, >= 1.2.1)
|
||||||
dry-validation (~> 1.0, >= 1.0.0)
|
dry-validation (~> 1.0, >= 1.0.0)
|
||||||
connection_pool (2.4.0)
|
connection_pool (2.4.1)
|
||||||
crack (0.4.5)
|
crack (0.4.5)
|
||||||
rexml
|
rexml
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
|
@ -212,7 +212,7 @@ GEM
|
||||||
factory_bot_rails (6.2.0)
|
factory_bot_rails (6.2.0)
|
||||||
factory_bot (~> 6.2.0)
|
factory_bot (~> 6.2.0)
|
||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
faraday (2.7.4)
|
faraday (2.7.5)
|
||||||
faraday-net_http (>= 2.0, < 3.1)
|
faraday-net_http (>= 2.0, < 3.1)
|
||||||
ruby2_keywords (>= 0.0.4)
|
ruby2_keywords (>= 0.0.4)
|
||||||
faraday-net_http (3.0.2)
|
faraday-net_http (3.0.2)
|
||||||
|
@ -300,7 +300,7 @@ GEM
|
||||||
mini_mime (1.1.2)
|
mini_mime (1.1.2)
|
||||||
mini_portile2 (2.8.2)
|
mini_portile2 (2.8.2)
|
||||||
minitest (5.18.0)
|
minitest (5.18.0)
|
||||||
msgpack (1.7.0)
|
msgpack (1.7.1)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
net-imap (0.3.4)
|
net-imap (0.3.4)
|
||||||
|
@ -313,7 +313,7 @@ GEM
|
||||||
net-smtp (0.3.3)
|
net-smtp (0.3.3)
|
||||||
net-protocol
|
net-protocol
|
||||||
nio4r (2.5.9)
|
nio4r (2.5.9)
|
||||||
nokogiri (1.15.0)
|
nokogiri (1.15.1)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
oauth (0.4.7)
|
oauth (0.4.7)
|
||||||
|
@ -448,7 +448,7 @@ GEM
|
||||||
rubocop (~> 1.33)
|
rubocop (~> 1.33)
|
||||||
rubocop-minitest (0.31.0)
|
rubocop-minitest (0.31.0)
|
||||||
rubocop (>= 1.39, < 2.0)
|
rubocop (>= 1.39, < 2.0)
|
||||||
rubocop-performance (1.17.1)
|
rubocop-performance (1.18.0)
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
rubocop-rails (2.19.1)
|
rubocop-rails (2.19.1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue