Update bundle
This commit is contained in:
parent
5a668bfbe4
commit
d615dfabbc
1 changed files with 12 additions and 6 deletions
18
Gemfile.lock
18
Gemfile.lock
|
@ -74,7 +74,7 @@ GEM
|
||||||
autoprefixer-rails (9.7.3)
|
autoprefixer-rails (9.7.3)
|
||||||
execjs
|
execjs
|
||||||
aws-eventstream (1.0.3)
|
aws-eventstream (1.0.3)
|
||||||
aws-partitions (1.260.0)
|
aws-partitions (1.261.0)
|
||||||
aws-sdk-core (3.86.0)
|
aws-sdk-core (3.86.0)
|
||||||
aws-eventstream (~> 1.0, >= 1.0.2)
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
||||||
aws-partitions (~> 1, >= 1.239.0)
|
aws-partitions (~> 1, >= 1.239.0)
|
||||||
|
@ -110,7 +110,7 @@ GEM
|
||||||
autoprefixer-rails (>= 9.1.0)
|
autoprefixer-rails (>= 9.1.0)
|
||||||
popper_js (>= 1.14.3, < 2)
|
popper_js (>= 1.14.3, < 2)
|
||||||
sassc-rails (>= 2.0.0)
|
sassc-rails (>= 2.0.0)
|
||||||
browser (2.7.1)
|
browser (3.0.0)
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
bzip2-ffi (1.0.0)
|
bzip2-ffi (1.0.0)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
|
@ -131,10 +131,9 @@ GEM
|
||||||
composite_primary_keys (12.0.1)
|
composite_primary_keys (12.0.1)
|
||||||
activerecord (~> 6.0.0)
|
activerecord (~> 6.0.0)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.5)
|
||||||
config (2.0.0)
|
config (2.1.0)
|
||||||
activesupport (>= 4.2)
|
|
||||||
deep_merge (~> 1.2, >= 1.2.1)
|
deep_merge (~> 1.2, >= 1.2.1)
|
||||||
dry-schema (~> 1.0)
|
dry-validation (~> 1.0)
|
||||||
coveralls (0.8.23)
|
coveralls (0.8.23)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov (~> 0.16.1)
|
simplecov (~> 0.16.1)
|
||||||
|
@ -183,6 +182,13 @@ GEM
|
||||||
dry-equalizer (~> 0.3)
|
dry-equalizer (~> 0.3)
|
||||||
dry-inflector (~> 0.1, >= 0.1.2)
|
dry-inflector (~> 0.1, >= 0.1.2)
|
||||||
dry-logic (~> 1.0, >= 1.0.2)
|
dry-logic (~> 1.0, >= 1.0.2)
|
||||||
|
dry-validation (1.4.0)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
dry-container (~> 0.7, >= 0.7.1)
|
||||||
|
dry-core (~> 0.4)
|
||||||
|
dry-equalizer (~> 0.2)
|
||||||
|
dry-initializer (~> 3.0)
|
||||||
|
dry-schema (~> 1.0, >= 1.3.1)
|
||||||
dynamic_form (1.1.4)
|
dynamic_form (1.1.4)
|
||||||
erb_lint (0.0.30)
|
erb_lint (0.0.30)
|
||||||
activesupport
|
activesupport
|
||||||
|
@ -318,7 +324,7 @@ GEM
|
||||||
parallel (1.19.1)
|
parallel (1.19.1)
|
||||||
parser (2.7.0.1)
|
parser (2.7.0.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
pg (1.2.0)
|
pg (1.2.1)
|
||||||
poltergeist (1.18.1)
|
poltergeist (1.18.1)
|
||||||
capybara (>= 2.1, < 4)
|
capybara (>= 2.1, < 4)
|
||||||
cliver (~> 0.3.1)
|
cliver (~> 0.3.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue