diff --git a/Gemfile b/Gemfile index c33225a65ee3..fe88c82b2c63 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ gem 'svg-graph', '~> 2.2.0' gem 'date_validator', '~> 0.12.0' gem 'email_validator', '~> 2.2.3' -gem 'json_schemer', '~> 2.0.0' +gem 'json_schemer', '~> 2.1.0' gem 'ruby-duration', '~> 3.2.0' # `config/initializers/mail_starttls_patch.rb` has also been patched to @@ -329,7 +329,7 @@ end gem 'bootsnap', '~> 1.17.0', require: false # API gems -gem 'grape', '~> 1.8.0' +gem 'grape', '~> 2.0.0' gem 'grape_logging', '~> 1.8.4' gem 'roar', '~> 1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 611a6021692e..feba3a249d22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -266,7 +266,7 @@ GEM activerecord (7.0.8) activemodel (= 7.0.8) activesupport (= 7.0.8) - activerecord-import (1.5.0) + activerecord-import (1.5.1) activerecord (>= 4.2) activerecord-nulldb-adapter (1.0.1) activerecord (>= 5.2.0, < 7.2) @@ -310,8 +310,8 @@ GEM awesome_nested_set (3.6.0) activerecord (>= 4.0.0, < 7.2) aws-eventstream (1.2.0) - aws-partitions (1.845.0) - aws-sdk-core (3.186.0) + aws-partitions (1.853.0) + aws-sdk-core (3.187.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -319,7 +319,7 @@ GEM aws-sdk-kms (1.72.0) aws-sdk-core (~> 3, >= 3.184.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.136.0) + aws-sdk-s3 (1.137.0) aws-sdk-core (~> 3, >= 3.181.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.6) @@ -340,7 +340,7 @@ GEM ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) base64 (0.2.0) - bcrypt (3.1.19) + bcrypt (3.1.20) better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) @@ -375,7 +375,7 @@ GEM carrierwave_direct (2.1.0) carrierwave (>= 1.0.0) fog-aws - cgi (0.3.6) + cgi (0.4.0) climate_control (1.2.0) closure_tree (7.4.0) activerecord (>= 4.2.10) @@ -400,7 +400,7 @@ GEM ferrum (~> 0.14.0) daemons (1.4.1) dalli (3.2.6) - date (3.3.3) + date (3.3.4) date_validator (0.12.0) activemodel (>= 3) activesupport (>= 3) @@ -545,7 +545,7 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - grape (1.8.0) + grape (2.0.0) activesupport (>= 5) builder dry-types (>= 1.1) @@ -579,7 +579,7 @@ GEM ice_nine (0.11.2) interception (0.5) io-console (0.6.0) - irb (1.8.3) + irb (1.9.0) rdoc reline (>= 0.3.8) iso8601 (0.13.0) @@ -593,7 +593,7 @@ GEM faraday-follow_redirects json-schema (4.1.1) addressable (>= 2.8) - json_schemer (2.0.0) + json_schemer (2.1.0) hana (~> 1.3) regexp_parser (~> 2.0) simpleidn (~> 0.2) @@ -621,7 +621,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.21.4) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) lookbook (2.1.1) @@ -660,18 +660,18 @@ GEM ruby2_keywords (~> 0.0.1) mustermann-grape (1.0.2) mustermann (>= 1.0.0) - net-imap (0.4.4) + net-imap (0.4.5) date net-protocol net-ldap (0.18.0) net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout net-smtp (0.4.0) net-protocol - nio4r (2.5.9) - nokogiri (1.15.4) + nio4r (2.6.0) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) oj (3.16.1) @@ -748,7 +748,7 @@ GEM pry (>= 0.12.0) psych (5.1.1.1) stringio - public_suffix (5.0.3) + public_suffix (5.0.4) puffing-billy (4.0.0) addressable (~> 2.5) em-http-request (~> 1.1, >= 1.1.0) @@ -837,7 +837,7 @@ GEM redis-client (0.18.0) connection_pool regexp_parser (2.8.2) - reline (0.3.9) + reline (0.4.0) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -902,10 +902,11 @@ GEM rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.22.1) + rubocop-rails (2.22.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) rubocop-rspec (2.25.0) rubocop (~> 1.40) rubocop-capybara (~> 2.17) @@ -947,7 +948,7 @@ GEM smart_properties (1.17.0) spreadsheet (1.3.0) ruby-ole - spring (4.1.1) + spring (4.1.2) spring-commands-rspec (1.0.4) spring (>= 0.9.1) spring-commands-rubocop (0.4.0) @@ -964,7 +965,7 @@ GEM store_attribute (1.1.1) activerecord (>= 6.0) stringex (2.8.6) - stringio (3.0.8) + stringio (3.0.9) structured_warnings (0.4.0) svg-graph (2.2.2) swd (2.0.2) @@ -980,7 +981,7 @@ GEM thor (1.3.0) thread_safe (0.3.6) timecop (0.9.8) - timeout (0.4.0) + timeout (0.4.1) trailblazer-option (0.1.2) ttfunk (1.7.0) turbo-rails (1.5.0) @@ -996,7 +997,7 @@ GEM uber (0.1.0) unf (0.1.4) unf_ext - unf_ext (0.0.8.2) + unf_ext (0.0.9.1) unicode-display_width (2.5.0) validate_email (0.1.6) activemodel (>= 3.0) @@ -1100,13 +1101,13 @@ DEPENDENCIES gon (~> 6.4.0) google-apis-gmail_v1 googleauth - grape (~> 1.8.0) + grape (~> 2.0.0) grape_logging (~> 1.8.4) grids! html-pipeline (~> 2.14.0) htmldiff i18n-js (~> 4.2.3) - json_schemer (~> 2.0.0) + json_schemer (~> 2.1.0) json_spec (~> 1.1.4) ladle launchy (~> 2.5.0)