Merge pull request #10289 from opf/fix/bump_gems

Fix/bump gems
pull/10290/head
ulferts 3 years ago committed by GitHub
commit 8da9fe61b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Gemfile
  2. 152
      Gemfile.lock

@ -187,9 +187,9 @@ gem 'ruby-progressbar', '~> 1.11.0', require: false
gem 'mini_magick', '~> 4.11.0', require: false gem 'mini_magick', '~> 4.11.0', require: false
# Sentry error reporting # Sentry error reporting
gem "sentry-delayed_job", '~> 5.1.0' gem "sentry-delayed_job", '~> 5.2.0'
gem "sentry-rails", '~> 5.1.0' gem "sentry-rails", '~> 5.2.0'
gem "sentry-ruby", '~> 5.1.0' gem "sentry-ruby", '~> 5.2.0'
group :test do group :test do
gem 'launchy', '~> 2.5.0' gem 'launchy', '~> 2.5.0'
@ -285,7 +285,7 @@ group :development, :test do
gem 'danger-brakeman' gem 'danger-brakeman'
end end
gem 'bootsnap', '~> 1.10.0', require: false gem 'bootsnap', '~> 1.11.0', require: false
# API gems # API gems
gem 'grape', '~> 1.6.0' gem 'grape', '~> 1.6.0'

@ -183,28 +183,28 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
Ascii85 (1.1.0) Ascii85 (1.1.0)
actioncable (6.1.4.6) actioncable (6.1.4.7)
actionpack (= 6.1.4.6) actionpack (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.4.6) actionmailbox (6.1.4.7)
actionpack (= 6.1.4.6) actionpack (= 6.1.4.7)
activejob (= 6.1.4.6) activejob (= 6.1.4.7)
activerecord (= 6.1.4.6) activerecord (= 6.1.4.7)
activestorage (= 6.1.4.6) activestorage (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.4.6) actionmailer (6.1.4.7)
actionpack (= 6.1.4.6) actionpack (= 6.1.4.7)
actionview (= 6.1.4.6) actionview (= 6.1.4.7)
activejob (= 6.1.4.6) activejob (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (6.1.4.6) actionpack (6.1.4.7)
actionview (= 6.1.4.6) actionview (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
rack (~> 2.0, >= 2.0.9) rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
@ -212,30 +212,30 @@ GEM
actionpack-xml_parser (2.0.1) actionpack-xml_parser (2.0.1)
actionpack (>= 5.0) actionpack (>= 5.0)
railties (>= 5.0) railties (>= 5.0)
actiontext (6.1.4.6) actiontext (6.1.4.7)
actionpack (= 6.1.4.6) actionpack (= 6.1.4.7)
activerecord (= 6.1.4.6) activerecord (= 6.1.4.7)
activestorage (= 6.1.4.6) activestorage (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.4.6) actionview (6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.4.6) activejob (6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.4.6) activemodel (6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
activemodel-serializers-xml (1.0.2) activemodel-serializers-xml (1.0.2)
activemodel (> 5.x) activemodel (> 5.x)
activesupport (> 5.x) activesupport (> 5.x)
builder (~> 3.1) builder (~> 3.1)
activerecord (6.1.4.6) activerecord (6.1.4.7)
activemodel (= 6.1.4.6) activemodel (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
activerecord-import (1.3.0) activerecord-import (1.3.0)
activerecord (>= 4.2) activerecord (>= 4.2)
activerecord-nulldb-adapter (0.8.0) activerecord-nulldb-adapter (0.8.0)
@ -246,14 +246,14 @@ GEM
multi_json (~> 1.11, >= 1.11.2) multi_json (~> 1.11, >= 1.11.2)
rack (>= 2.0.8, < 3) rack (>= 2.0.8, < 3)
railties (>= 5.2.4.1) railties (>= 5.2.4.1)
activestorage (6.1.4.6) activestorage (6.1.4.7)
actionpack (= 6.1.4.6) actionpack (= 6.1.4.7)
activejob (= 6.1.4.6) activejob (= 6.1.4.7)
activerecord (= 6.1.4.6) activerecord (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
marcel (~> 1.0.0) marcel (~> 1.0.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (6.1.4.6) activesupport (6.1.4.7)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -278,7 +278,7 @@ GEM
awesome_nested_set (3.5.0) awesome_nested_set (3.5.0)
activerecord (>= 4.0.0, < 7.1) activerecord (>= 4.0.0, < 7.1)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.564.0) aws-partitions (1.565.0)
aws-sdk-core (3.129.0) aws-sdk-core (3.129.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0) aws-partitions (~> 1, >= 1.525.0)
@ -300,7 +300,7 @@ GEM
bindata (2.4.10) bindata (2.4.10)
binding_of_caller (1.0.0) binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bootsnap (1.10.3) bootsnap (1.11.1)
msgpack (~> 1.2) msgpack (~> 1.2)
brakeman (5.2.1) brakeman (5.2.1)
browser (5.3.1) browser (5.3.1)
@ -357,7 +357,7 @@ GEM
crass (1.0.6) crass (1.0.6)
daemons (1.4.1) daemons (1.4.1)
dalli (3.2.1) dalli (3.2.1)
danger (8.4.3) danger (8.4.5)
claide (~> 1.0) claide (~> 1.0)
claide-plugins (>= 0.9.2) claide-plugins (>= 0.9.2)
colored2 (~> 3.1) colored2 (~> 3.1)
@ -444,7 +444,7 @@ GEM
temple temple
erubi (1.10.0) erubi (1.10.0)
escape_utils (1.2.1) escape_utils (1.2.1)
et-orbi (1.2.6) et-orbi (1.2.7)
tzinfo tzinfo
eventmachine (1.2.7) eventmachine (1.2.7)
eventmachine_httpserver (0.2.1) eventmachine_httpserver (0.2.1)
@ -488,10 +488,10 @@ GEM
fog-core (~> 2.1) fog-core (~> 2.1)
fog-json (~> 1.1) fog-json (~> 1.1)
fog-xml (~> 0.1) fog-xml (~> 0.1)
fog-core (2.2.4) fog-core (2.3.0)
builder builder
excon (~> 0.71) excon (~> 0.71)
formatador (~> 0.2) formatador (>= 0.2, < 2.0)
mime-types mime-types
fog-json (1.2.0) fog-json (1.2.0)
fog-core fog-core
@ -499,7 +499,7 @@ GEM
fog-xml (0.1.4) fog-xml (0.1.4)
fog-core fog-core
nokogiri (>= 1.5.11, < 2.0.0) nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.3.0) formatador (1.1.0)
friendly_id (5.4.2) friendly_id (5.4.2)
activerecord (>= 4.0.0) activerecord (>= 4.0.0)
fugit (1.5.2) fugit (1.5.2)
@ -573,8 +573,8 @@ GEM
launchy (2.5.0) launchy (2.5.0)
addressable (~> 2.7) addressable (~> 2.7)
lefthook (0.7.7) lefthook (0.7.7)
letter_opener (1.7.0) letter_opener (1.8.0)
launchy (~> 2.2) launchy (>= 2.2, < 3)
listen (3.7.1) listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
@ -662,7 +662,7 @@ GEM
hashery (~> 2.0) hashery (~> 2.0)
ruby-rc4 ruby-rc4
ttfunk ttfunk
pg (1.3.3) pg (1.3.4)
plaintext (0.3.4) plaintext (0.3.4)
activesupport (> 2.2.1) activesupport (> 2.2.1)
nokogiri (~> 1.10, >= 1.10.4) nokogiri (~> 1.10, >= 1.10.4)
@ -731,20 +731,20 @@ GEM
rack_session_access (0.2.0) rack_session_access (0.2.0)
builder (>= 2.0.0) builder (>= 2.0.0)
rack (>= 1.0.0) rack (>= 1.0.0)
rails (6.1.4.6) rails (6.1.4.7)
actioncable (= 6.1.4.6) actioncable (= 6.1.4.7)
actionmailbox (= 6.1.4.6) actionmailbox (= 6.1.4.7)
actionmailer (= 6.1.4.6) actionmailer (= 6.1.4.7)
actionpack (= 6.1.4.6) actionpack (= 6.1.4.7)
actiontext (= 6.1.4.6) actiontext (= 6.1.4.7)
actionview (= 6.1.4.6) actionview (= 6.1.4.7)
activejob (= 6.1.4.6) activejob (= 6.1.4.7)
activemodel (= 6.1.4.6) activemodel (= 6.1.4.7)
activerecord (= 6.1.4.6) activerecord (= 6.1.4.7)
activestorage (= 6.1.4.6) activestorage (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.4.6) railties (= 6.1.4.7)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
@ -758,9 +758,9 @@ GEM
rails-i18n (7.0.3) rails-i18n (7.0.3)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8) railties (>= 6.0.0, < 8)
railties (6.1.4.6) railties (6.1.4.7)
actionpack (= 6.1.4.6) actionpack (= 6.1.4.7)
activesupport (= 6.1.4.6) activesupport (= 6.1.4.7)
method_source method_source
rake (>= 0.13) rake (>= 0.13)
thor (~> 1.0) thor (~> 1.0)
@ -773,7 +773,7 @@ GEM
rchardet (1.8.0) rchardet (1.8.0)
rdoc (6.4.0) rdoc (6.4.0)
psych (>= 4.0.0) psych (>= 4.0.0)
recaptcha (5.8.1) recaptcha (5.9.0)
json json
redcarpet (3.5.1) redcarpet (3.5.1)
regexp_parser (2.2.1) regexp_parser (2.2.1)
@ -810,7 +810,7 @@ GEM
rspec-mocks (3.11.0) rspec-mocks (3.11.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0) rspec-support (~> 3.11.0)
rspec-rails (5.1.0) rspec-rails (5.1.1)
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
railties (>= 5.2) railties (>= 5.2)
@ -874,16 +874,16 @@ GEM
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2) rubyzip (>= 1.2.2)
semantic (1.6.1) semantic (1.6.1)
sentry-delayed_job (5.1.1) sentry-delayed_job (5.2.0)
delayed_job (>= 4.0) delayed_job (>= 4.0)
sentry-ruby-core (~> 5.1.1) sentry-ruby-core (~> 5.2.0)
sentry-rails (5.1.1) sentry-rails (5.2.0)
railties (>= 5.0) railties (>= 5.0)
sentry-ruby-core (~> 5.1.1) sentry-ruby-core (~> 5.2.0)
sentry-ruby (5.1.1) sentry-ruby (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-ruby-core (= 5.1.1) sentry-ruby-core (= 5.2.0)
sentry-ruby-core (5.1.1) sentry-ruby-core (5.2.0)
concurrent-ruby concurrent-ruby
shoulda-context (2.0.0) shoulda-context (2.0.0)
shoulda-matchers (5.1.0) shoulda-matchers (5.1.0)
@ -983,7 +983,7 @@ DEPENDENCIES
aws-sdk-core (~> 3.107) aws-sdk-core (~> 3.107)
aws-sdk-s3 (~> 1.91) aws-sdk-s3 (~> 1.91)
bcrypt (~> 3.1.6) bcrypt (~> 3.1.6)
bootsnap (~> 1.10.0) bootsnap (~> 1.11.0)
brakeman (~> 5.2.0) brakeman (~> 5.2.0)
browser (~> 5.3.0) browser (~> 5.3.0)
budgets! budgets!
@ -1113,9 +1113,9 @@ DEPENDENCIES
secure_headers (~> 6.3.0) secure_headers (~> 6.3.0)
selenium-webdriver (~> 4.0) selenium-webdriver (~> 4.0)
semantic (~> 1.6.1) semantic (~> 1.6.1)
sentry-delayed_job (~> 5.1.0) sentry-delayed_job (~> 5.2.0)
sentry-rails (~> 5.1.0) sentry-rails (~> 5.2.0)
sentry-ruby (~> 5.1.0) sentry-ruby (~> 5.2.0)
shoulda-context (~> 2.0) shoulda-context (~> 2.0)
shoulda-matchers (~> 5.0) shoulda-matchers (~> 5.0)
spring spring

Loading…
Cancel
Save