Skip to content

Commit

Permalink
Update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed May 21, 2020
1 parent 588a8cb commit c3bf4b4
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions Gemfile.lock
Expand Up @@ -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)
Expand All @@ -74,17 +74,17 @@ 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)
jmespath (~> 1.0)
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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c3bf4b4

Please sign in to comment.