Update bundle
This commit is contained in:
parent
588a8cb604
commit
c3bf4b4919
1 changed files with 15 additions and 12 deletions
27
Gemfile.lock
27
Gemfile.lock
|
@ -52,7 +52,7 @@ GEM
|
|||
activerecord (6.0.3.1)
|
||||
activemodel (= 6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
activerecord-import (1.0.4)
|
||||
activerecord-import (1.0.5)
|
||||
activerecord (>= 3.2)
|
||||
activestorage (6.0.3.1)
|
||||
actionpack (= 6.0.3.1)
|
||||
|
@ -74,8 +74,8 @@ GEM
|
|||
autoprefixer-rails (9.7.6)
|
||||
execjs
|
||||
aws-eventstream (1.1.0)
|
||||
aws-partitions (1.316.0)
|
||||
aws-sdk-core (3.96.0)
|
||||
aws-partitions (1.318.0)
|
||||
aws-sdk-core (3.96.1)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
aws-partitions (~> 1, >= 1.239.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
|
@ -83,8 +83,8 @@ GEM
|
|||
aws-sdk-kms (1.31.0)
|
||||
aws-sdk-core (~> 3, >= 3.71.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-s3 (1.64.0)
|
||||
aws-sdk-core (~> 3, >= 3.83.0)
|
||||
aws-sdk-s3 (1.65.0)
|
||||
aws-sdk-core (~> 3, >= 3.96.1)
|
||||
aws-sdk-kms (~> 1)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sigv4 (1.1.3)
|
||||
|
@ -93,7 +93,7 @@ GEM
|
|||
coderay (>= 1.0.0)
|
||||
erubi (>= 1.0.0)
|
||||
rack (>= 0.9.0)
|
||||
better_html (1.0.14)
|
||||
better_html (1.0.15)
|
||||
actionview (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
ast (~> 2.0)
|
||||
|
@ -127,7 +127,7 @@ GEM
|
|||
xpath (~> 3.2)
|
||||
childprocess (3.0.0)
|
||||
coderay (1.1.2)
|
||||
composite_primary_keys (12.0.1)
|
||||
composite_primary_keys (12.0.2)
|
||||
activerecord (~> 6.0.0)
|
||||
concurrent-ruby (1.1.6)
|
||||
config (2.2.1)
|
||||
|
@ -167,7 +167,7 @@ GEM
|
|||
concurrent-ruby (~> 1.0)
|
||||
dry-core (~> 0.2)
|
||||
dry-equalizer (~> 0.2)
|
||||
dry-schema (1.5.0)
|
||||
dry-schema (1.5.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-configurable (~> 0.8, >= 0.8.3)
|
||||
dry-core (~> 0.4)
|
||||
|
@ -248,7 +248,7 @@ GEM
|
|||
kgio (2.11.3)
|
||||
kramdown (2.2.1)
|
||||
rexml
|
||||
libxml-ruby (3.1.0)
|
||||
libxml-ruby (3.2.0)
|
||||
listen (3.2.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
|
@ -328,7 +328,7 @@ GEM
|
|||
progress (3.5.2)
|
||||
psych (3.1.0)
|
||||
public_suffix (4.0.5)
|
||||
puma (3.12.4)
|
||||
puma (3.12.6)
|
||||
quad_tile (1.0.1)
|
||||
r2 (0.2.7)
|
||||
rack (2.2.2)
|
||||
|
@ -385,16 +385,19 @@ GEM
|
|||
rinku (2.0.6)
|
||||
rotp (6.0.0)
|
||||
addressable (~> 2.7)
|
||||
rubocop (0.83.0)
|
||||
rubocop (0.84.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.0.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
rexml
|
||||
rubocop-ast (>= 0.0.3)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (0.0.3)
|
||||
parser (>= 2.7.0.1)
|
||||
rubocop-minitest (0.9.0)
|
||||
rubocop (>= 0.74)
|
||||
rubocop-performance (1.5.2)
|
||||
rubocop-performance (1.6.0)
|
||||
rubocop (>= 0.71.0)
|
||||
rubocop-rails (2.5.2)
|
||||
activesupport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue