Merge pull request #11995 from opf/fix/bump_gems

Fix/bump gems
pull/11628/merge
ulferts 2 years ago committed by GitHub
commit 568d759e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Gemfile
  2. 86
      Gemfile.lock
  3. 2
      modules/backlogs/openproject-backlogs.gemspec

@ -56,7 +56,7 @@ gem 'will_paginate', '~> 3.3.0'
gem 'friendly_id', '~> 5.5.0'
gem 'acts_as_list', '~> 1.0.1'
gem 'acts_as_list', '~> 1.1.0'
gem 'acts_as_tree', '~> 2.9.0'
gem 'awesome_nested_set', '~> 3.5.0'
gem 'closure_tree', '~> 7.4.0'
@ -116,7 +116,7 @@ gem 'posix-spawn', '~> 0.3.13', require: false
gem 'bcrypt', '~> 3.1.6'
gem 'multi_json', '~> 1.15.0'
gem 'oj', '~> 3.13.0'
gem 'oj', '~> 3.14.0'
gem 'daemons'
gem 'delayed_cron_job', '~> 0.9.0'
@ -300,7 +300,7 @@ group :development, :test do
gem 'danger-brakeman'
end
gem 'bootsnap', '~> 1.15.0', require: false
gem 'bootsnap', '~> 1.16.0', require: false
# API gems
gem 'grape', '~> 1.7.0'

@ -48,7 +48,7 @@ PATH
remote: modules/backlogs
specs:
openproject-backlogs (1.0.0)
acts_as_list (~> 1.0.1)
acts_as_list (~> 1.1.0)
openproject-pdf_export
PATH
@ -270,7 +270,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
acts_as_list (1.0.4)
acts_as_list (1.1.0)
activerecord (>= 4.2)
acts_as_tree (2.9.1)
activerecord (>= 3.0.0)
@ -282,7 +282,7 @@ GEM
airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.0)
rbtree3 (~> 0.5)
appsignal (3.3.2)
appsignal (3.3.3)
rack
ast (2.4.2)
attr_required (1.0.1)
@ -291,8 +291,8 @@ GEM
awesome_nested_set (3.5.0)
activerecord (>= 4.0.0, < 7.1)
aws-eventstream (1.2.0)
aws-partitions (1.701.0)
aws-sdk-core (3.169.0)
aws-partitions (1.702.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
@ -311,7 +311,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.18)
bindata (2.4.14)
bootsnap (1.15.0)
bootsnap (1.16.0)
msgpack (~> 1.2)
brakeman (5.4.0)
browser (5.3.1)
@ -358,7 +358,7 @@ GEM
with_advisory_lock (>= 4.0.0)
coderay (1.1.3)
colored2 (3.1.2)
commonmarker (0.23.7)
commonmarker (0.23.8)
compare-xml (0.66)
nokogiri (~> 1.8)
concurrent-ruby (1.2.0)
@ -370,12 +370,12 @@ GEM
crass (1.0.6)
daemons (1.4.1)
dalli (3.2.3)
danger (9.1.0)
danger (9.2.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (>= 0.9.0, < 2.0)
faraday (>= 0.9.0, < 3.0)
faraday-http-cache (~> 2.0)
git (~> 1.7)
kramdown (~> 2.3)
@ -458,39 +458,20 @@ GEM
tzinfo
eventmachine (1.2.7)
eventmachine_httpserver (0.2.1)
excon (0.97.2)
excon (0.98.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-http-cache (2.4.1)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
faraday-net_http (3.0.2)
fastimage (2.2.6)
ffi (1.15.5)
flamegraph (0.9.5)
@ -521,7 +502,7 @@ GEM
git (1.13.1)
addressable (~> 2.8)
rchardet (~> 1.8)
globalid (1.0.1)
globalid (1.1.0)
activesupport (>= 5.0)
gon (6.4.0)
actionpack (>= 3.0.20)
@ -566,11 +547,12 @@ GEM
iso8601 (0.13.0)
jmespath (1.6.2)
json (2.6.3)
json-jwt (1.15.3)
json-jwt (1.16.3)
activesupport (>= 4.2)
aes_key_wrap
bindata
httpclient
faraday (~> 2.0)
faraday-follow_redirects
json_schemer (0.2.24)
ecma-re-validator (~> 0.3)
hana (~> 1.3)
@ -632,7 +614,6 @@ GEM
minitest (5.17.0)
msgpack (1.6.0)
multi_json (1.15.0)
multipart-post (2.2.3)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.2)
@ -651,13 +632,13 @@ GEM
netrc (0.11.0)
nio4r (2.5.8)
no_proxy_fix (0.1.2)
nokogiri (1.14.0)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (5.6.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.13.23)
oj (3.14.0)
okcomputer (1.18.4)
omniauth-saml (1.10.3)
omniauth (~> 1.3, >= 1.3.2)
@ -802,7 +783,7 @@ GEM
psych (>= 4.0.0)
recaptcha (5.12.3)
json
redcarpet (3.5.1)
redcarpet (3.6.0)
regexp_parser (2.6.2)
reline (0.3.2)
io-console (~> 0.5)
@ -850,7 +831,7 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.12.0)
rubocop (1.44.0)
rubocop (1.44.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
@ -927,14 +908,15 @@ GEM
stringio (3.0.4)
structured_warnings (0.4.0)
svg-graph (2.2.1)
swd (1.3.0)
swd (2.0.2)
activesupport (>= 3)
attr_required (>= 0.0.5)
httpclient (>= 2.4)
faraday (~> 2.0)
faraday-follow_redirects
sys-filesystem (1.4.3)
ffi (~> 1.1)
table_print (1.5.7)
temple (0.9.1)
temple (0.10.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
test-prof (1.1.0)
@ -946,7 +928,7 @@ GEM
ttfunk (1.7.0)
typed_dag (2.0.2)
rails (>= 5.0.4)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.7)
tzinfo (>= 1.0.0)
@ -970,10 +952,10 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webfinger (2.0.0)
webfinger (2.1.2)
activesupport
faraday (~> 1.7)
faraday_middleware (~> 1.1)
faraday (~> 2.0)
faraday-follow_redirects
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
@ -998,7 +980,7 @@ DEPENDENCIES
activerecord-import (~> 1.4.0)
activerecord-nulldb-adapter (~> 0.8.0)
activerecord-session_store (~> 2.0.0)
acts_as_list (~> 1.0.1)
acts_as_list (~> 1.1.0)
acts_as_tree (~> 2.9.0)
addressable (~> 2.8.0)
airbrake (~> 13.0.0)
@ -1008,7 +990,7 @@ DEPENDENCIES
aws-sdk-core (~> 3.107)
aws-sdk-s3 (~> 1.91)
bcrypt (~> 3.1.6)
bootsnap (~> 1.15.0)
bootsnap (~> 1.16.0)
brakeman (~> 5.4.0)
browser (~> 5.3.0)
budgets!
@ -1068,7 +1050,7 @@ DEPENDENCIES
my_page!
net-ldap (~> 0.17.0)
nokogiri (~> 1.14.0)
oj (~> 3.13.0)
oj (~> 3.14.0)
okcomputer (~> 1.18.1)
omniauth!
omniauth-openid-connect!

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.description = 'This module adds features enabling agile teams to work with OpenProject in Scrum projects.'
s.files = Dir['{app,config,db,lib,doc}/**/*', 'README.md']
s.add_dependency 'acts_as_list', '~> 1.0.1'
s.add_dependency 'acts_as_list', '~> 1.1.0'
s.add_dependency 'openproject-pdf_export'

Loading…
Cancel
Save