diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 6044248180..0c92f577ff 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -79,7 +79,7 @@ jobs: - name: Save coverage run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json - - uses: actions/upload-artifact@v3.1.1 + - uses: actions/upload-artifact@v3.1.2 with: name: coverage-${{ matrix.ruby }} path: coverage/codeclimate.${{ matrix.ruby }}.json @@ -104,7 +104,7 @@ jobs: - name: Give test coverage reporter executable permissions run: chmod +x cc-test-reporter - - uses: actions/download-artifact@v3.0.1 + - uses: actions/download-artifact@v3.0.2 with: name: coverage-${{ matrix.ruby }} path: coverage diff --git a/Gemfile b/Gemfile index 0b8b291895..e8a67b9ae7 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # core gem 'active_interaction', '~> 4.0' -gem 'apipie-rails', '~> 0.6.0' +gem 'apipie-rails', '~> 0.9.0' gem 'bootsnap', '>= 1.1.0', require: false gem 'iso8601', '0.13.0' # for dates and times gem 'mimemagic', '0.4.3' @@ -81,13 +81,13 @@ gem 'directo', github: 'internetee/directo', branch: 'master' gem 'strong_migrations' group :development, :test do - gem 'pry', '0.14.1' + gem 'pry', '0.14.2' end group :test do gem 'capybara' gem 'database_cleaner' - gem 'minitest', '~> 5.14' + gem 'minitest', '~> 5.17' gem 'simplecov', '0.17.1', require: false # CC last supported v0.17 gem 'spy' gem 'webdrivers' diff --git a/Gemfile.lock b/Gemfile.lock index f0d9fdc559..f3c2fb9901 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,9 +149,9 @@ GEM akami (1.3.1) gyoku (>= 0.4.0) nokogiri - apipie-rails (0.6.0) - actionpack (>= 4.1) - activesupport (>= 4.1) + apipie-rails (0.9.0) + actionpack (>= 5.0) + activesupport (>= 5.0) attr_required (1.0.1) autoprefixer-rails (10.2.4.0) execjs @@ -310,7 +310,7 @@ GEM rake mini_mime (1.1.2) mini_portile2 (2.8.0) - minitest (5.16.3) + minitest (5.17.0) monetize (1.9.4) money (~> 6.12) money (6.13.8) @@ -363,9 +363,9 @@ GEM pg (1.4.5) pg_query (2.1.2) google-protobuf (>= 3.17.1) - pghero (2.8.1) - activerecord (>= 5) - pry (0.14.1) + pghero (3.1.0) + activerecord (>= 6) + pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.0) @@ -535,7 +535,7 @@ PLATFORMS DEPENDENCIES active_interaction (~> 4.0) airbrake - apipie-rails (~> 0.6.0) + apipie-rails (~> 0.9.0) aws-sdk-sesv2 (~> 1.19) bootsnap (>= 1.1.0) bootstrap-sass (~> 3.4) @@ -565,7 +565,7 @@ DEPENDENCIES lhv! mime-types-data mimemagic (= 0.4.3) - minitest (~> 5.14) + minitest (~> 5.17) money-rails newrelic-infinite_tracing newrelic_rpm @@ -577,7 +577,7 @@ DEPENDENCIES pg (= 1.4.5) pg_query (>= 0.9.0) pghero - pry (= 0.14.1) + pry (= 0.14.2) puma rails (~> 6.1.4) ransack (~> 2.6.0) @@ -600,4 +600,4 @@ DEPENDENCIES wkhtmltopdf-binary (~> 0.12.5.1) BUNDLED WITH - 2.3.26 + 2.4.3