diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a202e5c..34c782e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby-version: [3.1.2] + ruby-version: [3.2.0] # The type of runner that the job will run on runs-on: ${{ matrix.os }} @@ -85,7 +85,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ruby-version: [3.1.2] + ruby-version: [3.2.0] runs-on: ${{ matrix.os }} @@ -113,7 +113,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - ruby-version: [3.1.2] + ruby-version: [3.2.0] runs-on: ${{ matrix.os }} diff --git a/.ruby-version b/.ruby-version index ef538c2..944880f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.2.0 diff --git a/Gemfile b/Gemfile index 12b5d29..43ea288 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.1.2' +ruby '3.2.0' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem 'rails', '~> 7.0', '>= 7.0.4' @@ -43,7 +43,7 @@ group :development, :test do gem 'debug', platforms: %i[ mri mingw x64_mingw ] # A library for generating fake data [https://github.com/faker-ruby/faker] - gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master' + gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'main' # Pretty print your Ruby objects [https://github.com/awesome-print/awesome_print] gem 'awesome_print' @@ -99,16 +99,16 @@ gem 'swagger-blocks', '~> 3.0' gem 'kaminari', '~> 1.2', '>= 1.2.2' # Useful, common monads in idiomatic Ruby [https://github.com/dry-rb/dry-monads] -gem 'dry-monads', '~> 1.4' +gem 'dry-monads', '~> 1.6' # A simple validation library [https://github.com/dry-rb/dry-validation] -gem 'dry-validation', '~> 1.8', '>= 1.8.1' +gem 'dry-validation', '~> 1.10' # Typed structs and value objects [https://github.com/dry-rb/dry-struct] -gem 'dry-struct', '~> 1.4' +gem 'dry-struct', '~> 1.6' # Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc [https://github.com/dry-rb/dry-types] -gem 'dry-types', '~> 1.5', '>= 1.5.1' +gem 'dry-types', '~> 1.7' # DSL for declaring params and options of the initializer [https://github.com/dry-rb/dry-initializer] gem 'dry-initializer', '~> 3.1', '>= 3.1.1' @@ -117,10 +117,10 @@ gem 'dry-initializer', '~> 3.1', '>= 3.1.1' gem 'devise', '~> 4.8', '>= 4.8.1' # Doorkeeper is an OAuth 2 provider for Rails and Grape [https://github.com/doorkeeper-gem/doorkeeper/] -gem 'doorkeeper', '~> 5.5', '>= 5.5.4' +gem 'doorkeeper', '~> 5.6', '>= 5.6.2' # Simple, efficient background processing for Ruby [https://github.com/mperham/sidekiq] -gem 'sidekiq', '~> 6.4', '>= 6.4.1' +gem 'sidekiq', '< 8' # Object-based searching [https://github.com/activerecord-hackery/ransack] -gem 'ransack', github: 'activerecord-hackery/ransack' +gem 'ransack', github: 'activerecord-hackery/ransack', branch: 'main' diff --git a/Gemfile.lock b/Gemfile.lock index 47d3450..afc6ffd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GIT remote: https://github.com/activerecord-hackery/ransack.git - revision: 04ee9a362d12d8c84171cef8fbf10d472d50f9bd + revision: 007075761375bce1f481717985647423db961a38 + branch: main specs: ransack (3.2.1) activerecord (>= 6.1.5) @@ -9,10 +10,10 @@ GIT GIT remote: https://github.com/faker-ruby/faker.git - revision: 4b17b5c2e576c47ac6f7821b81f4c5529fc03a13 - branch: master + revision: 0d2fe5909206ea684579b0cad780be1d0a365a05 + branch: main specs: - faker (2.22.0) + faker (3.1.0) i18n (>= 1.8.11, < 2) GEM @@ -88,7 +89,7 @@ GEM ast (2.4.2) awesome_print (1.9.2) bcrypt (3.1.18) - bootsnap (1.13.0) + bootsnap (1.15.0) msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) @@ -96,8 +97,9 @@ GEM concurrent-ruby (1.1.10) connection_pool (2.3.0) crass (1.0.6) - debug (1.6.2) - irb (>= 1.3.6) + date (3.3.3) + debug (1.7.1) + irb (>= 1.5.0) reline (>= 0.3.1) devise (4.8.1) bcrypt (~> 3.0) @@ -105,54 +107,50 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - doorkeeper (5.6.0) + doorkeeper (5.6.2) railties (>= 5) - dry-configurable (0.16.1) - dry-core (~> 0.6) + dry-configurable (1.0.1) + dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) - dry-container (0.11.0) - concurrent-ruby (~> 1.0) - dry-core (0.9.1) + dry-core (1.0.0) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) - dry-inflector (0.3.0) + dry-inflector (1.0.0) dry-initializer (3.1.1) - dry-logic (1.3.0) + dry-logic (1.5.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.9, >= 0.9) + dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) - dry-monads (1.5.0) + dry-monads (1.6.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.9, >= 0.9) + dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) - dry-schema (1.11.3) + dry-schema (1.13.0) concurrent-ruby (~> 1.0) - dry-configurable (~> 0.16, >= 0.16) - dry-core (~> 0.9, >= 0.9) + dry-configurable (~> 1.0, >= 1.0.1) + dry-core (~> 1.0, < 2) dry-initializer (~> 3.0) - dry-logic (~> 1.3) - dry-types (~> 1.6) + dry-logic (>= 1.5, < 2) + dry-types (>= 1.7, < 2) zeitwerk (~> 2.6) - dry-struct (1.5.2) - dry-core (~> 0.9, >= 0.9) - dry-types (~> 1.6) + dry-struct (1.6.0) + dry-core (~> 1.0, < 2) + dry-types (>= 1.7, < 2) ice_nine (~> 0.11) zeitwerk (~> 2.6) - dry-types (1.6.1) + dry-types (1.7.0) concurrent-ruby (~> 1.0) - dry-container (~> 0.3) - dry-core (~> 0.9, >= 0.9) - dry-inflector (~> 0.1, >= 0.1.2) - dry-logic (~> 1.3, >= 1.3) + dry-core (~> 1.0, < 2) + dry-inflector (~> 1.0, < 2) + dry-logic (>= 1.4, < 2) zeitwerk (~> 2.6) - dry-validation (1.9.0) + dry-validation (1.10.0) concurrent-ruby (~> 1.0) - dry-container (~> 0.7, >= 0.7.1) - dry-core (~> 0.9, >= 0.9) + dry-core (~> 1.0, < 2) dry-initializer (~> 3.0) - dry-schema (~> 1.11, >= 1.11.0) + dry-schema (>= 1.12, < 2) zeitwerk (~> 2.6) - erubi (1.11.0) + erubi (1.12.0) factory_bot (6.2.1) activesupport (>= 5.0.0) factory_bot_rails (6.2.0) @@ -163,13 +161,13 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - io-console (0.5.11) - irb (1.4.2) + io-console (0.6.0) + irb (1.6.2) reline (>= 0.3.0) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.6.2) + json (2.6.3) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -182,47 +180,53 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - launchy (2.5.0) - addressable (~> 2.7) + launchy (2.5.2) + addressable (~> 2.8) letter_opener (1.8.1) launchy (>= 2.2, < 3) - loofah (2.19.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.7.1) + mail (2.8.0) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) - minitest (5.16.3) + mini_portile2 (2.8.1) + minitest (5.17.0) minitest-focus (1.3.1) minitest (>= 4, < 6) - mocha (1.16.0) + mocha (1.16.1) msgpack (1.6.0) - net-imap (0.3.1) + net-imap (0.3.4) + date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.1.3) + net-protocol (0.2.1) timeout - net-smtp (0.3.2) + net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.13.9-arm64-darwin) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) racc (~> 1.4) orm_adapter (0.5.0) parallel (1.22.1) - parser (3.1.2.1) + parser (3.2.0.0) ast (~> 2.4.1) - pg (1.4.4) + pg (1.4.5) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.0) + public_suffix (5.0.1) puma (5.6.5) nio4r (~> 2.0) - racc (1.6.0) - rack (2.2.4) + racc (1.6.2) + rack (2.2.5) rack-cors (1.1.1) rack (>= 2.0.0) rack-test (2.0.2) @@ -244,8 +248,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) railties (7.0.4) actionpack (= 7.0.4) activesupport (= 7.0.4) @@ -255,32 +259,33 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - redis (4.8.0) - regexp_parser (2.6.0) - reline (0.3.1) + redis-client (0.11.2) + connection_pool + regexp_parser (2.6.1) + reline (0.3.2) io-console (~> 0.5) responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) rexml (3.2.5) - rubocop (1.37.0) + rubocop (1.42.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.22.0, < 2.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.23.0) + rubocop-ast (1.24.1) parser (>= 3.1.1.0) - rubocop-minitest (0.22.2) + rubocop-minitest (0.25.1) rubocop (>= 0.90, < 2.0) - rubocop-performance (1.15.0) + rubocop-performance (1.15.2) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.17.0) + rubocop-rails (2.17.4) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -291,25 +296,27 @@ GEM shoulda-context (2.0.0) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.5.7) - connection_pool (>= 2.2.5) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.0.2) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) swagger-blocks (3.0.0) thor (1.2.1) - timeout (0.3.0) + timeout (0.3.1) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - unicode-display_width (2.3.0) + unicode-display_width (2.4.2) warden (1.2.9) rack (>= 2.0.9) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.1) + zeitwerk (2.6.6) PLATFORMS arm64-darwin-21 + arm64-darwin-22 DEPENDENCIES awesome_print @@ -317,12 +324,12 @@ DEPENDENCIES byebug (~> 11.1, >= 11.1.3) debug devise (~> 4.8, >= 4.8.1) - doorkeeper (~> 5.5, >= 5.5.4) + doorkeeper (~> 5.6, >= 5.6.2) dry-initializer (~> 3.1, >= 3.1.1) - dry-monads (~> 1.4) - dry-struct (~> 1.4) - dry-types (~> 1.5, >= 1.5.1) - dry-validation (~> 1.8, >= 1.8.1) + dry-monads (~> 1.6) + dry-struct (~> 1.6) + dry-types (~> 1.7) + dry-validation (~> 1.10) factory_bot_rails (~> 6.2) faker! jbuilder @@ -342,12 +349,12 @@ DEPENDENCIES rubocop-rails shoulda (~> 4.0) shoulda-matchers (~> 4.0) - sidekiq (~> 6.4, >= 6.4.1) + sidekiq (< 8) swagger-blocks (~> 3.0) tzinfo-data RUBY VERSION - ruby 3.1.2p20 + ruby 3.2.0p0 BUNDLED WITH 2.3.20