Fix/bump gems (#9341)

* bump aws-partitions

* bump excon & mini_portile2 & nokogiri

* bump kgio

* bump rack-oauth2 & raindrops

* bump rubocop & rubocop-ast
pull/9356/head
ulferts 3 years ago committed by GitHub
parent f7cc6096ce
commit 97bb8a1417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      Gemfile.lock

@ -278,7 +278,7 @@ GEM
awesome_nested_set (3.4.0)
activerecord (>= 4.0.0, < 7.0)
aws-eventstream (1.1.1)
aws-partitions (1.462.0)
aws-partitions (1.465.0)
aws-sdk-core (3.114.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
@ -447,7 +447,7 @@ GEM
escape_utils (1.2.1)
eventmachine (1.2.7)
eventmachine_httpserver (0.2.1)
excon (0.81.0)
excon (0.82.0)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
@ -545,7 +545,7 @@ GEM
json_spec (1.1.5)
multi_json (~> 1.0)
rspec (>= 2.0, < 4.0)
kgio (2.11.3)
kgio (2.11.4)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
@ -589,7 +589,7 @@ GEM
mime-types-data (3.2021.0225)
mini_magick (4.11.0)
mini_mime (1.0.3)
mini_portile2 (2.5.1)
mini_portile2 (2.5.3)
minisyntax (0.2.5)
minitest (5.14.4)
mixlib-shellout (2.1.0)
@ -606,7 +606,7 @@ GEM
newrelic_rpm (7.0.0)
nio4r (2.5.7)
no_proxy_fix (0.1.2)
nokogiri (1.11.5)
nokogiri (1.11.6)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.5)
@ -696,7 +696,7 @@ GEM
rack (>= 2.0.0)
rack-mini-profiler (2.3.2)
rack (>= 1.2.0)
rack-oauth2 (1.16.0)
rack-oauth2 (1.17.0)
activesupport
attr_required
httpclient
@ -743,7 +743,7 @@ GEM
rake (>= 0.8.7)
thor (~> 1.0)
rainbow (3.0.0)
raindrops (0.19.1)
raindrops (0.19.2)
rake (13.0.3)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
@ -799,16 +799,16 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.10.2)
rubocop (1.15.0)
rubocop (1.16.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.5.0, < 2.0)
rubocop-ast (>= 1.7.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
rubocop-rails (2.10.1)
activesupport (>= 4.2.0)

Loading…
Cancel
Save