Fix/bump gems (#9039)

* bump excon

* bump faker

* bump fastimage

* bump pdf-reader

* bump okcomputer

* bump recaptcha

* bump rspec-mocks

* bump ruby-prof

* bump webmock

* bump rack-mini-profiler

* bump mime-types-data

* bump timecop

* bump test-prof
This commit is contained in:
ulferts
2021-02-23 10:25:08 +01:00
committed by GitHub
parent b8ca382d34
commit 609d6e04a6
2 changed files with 18 additions and 18 deletions
+17 -17
View File
@@ -152,7 +152,7 @@ PATH
remote: modules/recaptcha
specs:
openproject-recaptcha (1.0.0)
recaptcha (~> 5.5)
recaptcha (~> 5.7)
PATH
remote: modules/reporting
@@ -182,7 +182,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.0.3)
Ascii85 (1.1.0)
actioncable (6.1.3)
actionpack (= 6.1.3)
activesupport (= 6.1.3)
@@ -447,13 +447,13 @@ GEM
escape_utils (1.2.1)
eventmachine (1.2.7)
eventmachine_httpserver (0.2.1)
excon (0.78.1)
excon (0.79.0)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
faker (2.15.1)
faker (2.16.0)
i18n (>= 1.6, < 2)
faraday (1.3.0)
faraday-net_http (~> 1.0)
@@ -462,7 +462,7 @@ GEM
faraday-http-cache (2.2.0)
faraday (>= 0.8)
faraday-net_http (1.0.1)
fastimage (2.2.1)
fastimage (2.2.2)
ffi (1.14.2)
flamegraph (0.9.5)
fog-aws (3.8.0)
@@ -579,7 +579,7 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mime-types-data (3.2021.0212)
mimemagic (0.3.5)
mini_magick (4.11.0)
mini_mime (1.0.2)
@@ -609,7 +609,7 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
oj (3.11.2)
okcomputer (1.18.2)
okcomputer (1.18.4)
omniauth-saml (1.10.3)
omniauth (~> 1.3, >= 1.3.2)
ruby-saml (~> 1.9)
@@ -634,8 +634,8 @@ GEM
pdf-core (0.9.0)
pdf-inspector (1.3.0)
pdf-reader (>= 1.0, < 3.0.a)
pdf-reader (2.4.1)
Ascii85 (~> 1.0.0)
pdf-reader (2.4.2)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
@@ -688,7 +688,7 @@ GEM
rack (>= 1.0, < 3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-mini-profiler (2.3.0)
rack-mini-profiler (2.3.1)
rack (>= 1.2.0)
rack-oauth2 (1.16.0)
activesupport
@@ -745,7 +745,7 @@ GEM
rbtree3 (0.6.0)
rchardet (1.8.0)
rdoc (6.3.0)
recaptcha (5.6.0)
recaptcha (5.7.0)
json
redcarpet (3.5.1)
regexp_parser (2.1.0)
@@ -779,7 +779,7 @@ GEM
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.1)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.0.2)
@@ -792,7 +792,7 @@ GEM
rspec-support (~> 3.10)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.10.1)
rspec-support (3.10.2)
rubocop (1.10.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
@@ -818,7 +818,7 @@ GEM
ruby-enum (0.9.0)
i18n
ruby-ole (1.2.12.2)
ruby-prof (1.4.2)
ruby-prof (1.4.3)
ruby-progressbar (1.11.0)
ruby-rc4 (0.1.5)
ruby-saml (1.11.0)
@@ -877,10 +877,10 @@ GEM
table_print (1.5.7)
temple (0.8.2)
terminal-table (1.6.0)
test-prof (1.0.0)
test-prof (1.0.1)
thor (1.1.0)
tilt (2.0.10)
timecop (0.9.2)
timecop (0.9.4)
ttfunk (1.7.0)
typed_dag (2.0.2)
rails (>= 5.0.4)
@@ -916,7 +916,7 @@ GEM
webfinger (1.1.0)
activesupport
httpclient (>= 2.4)
webmock (3.11.1)
webmock (3.11.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
@@ -12,5 +12,5 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "CHANGELOG.md", "README.rdoc"]
s.test_files = Dir["spec/**/*"]
s.add_dependency 'recaptcha', '~> 5.5'
s.add_dependency 'recaptcha', '~> 5.7'
end