From 91ab3b6fdee59e40f971abe440799d94f55fb297 Mon Sep 17 00:00:00 2001 From: jimbali <40831617+jimbali@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:08:51 +0100 Subject: [PATCH] fix: Update deps flagged by Dependabot, and fix release.sh (#2315) MAP-890 --- Gemfile.lock | 38 +++++++++++++++++++------------------- release.sh | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ec76d3a20..04d07e73f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM activemodel (= 7.1.4) activesupport (= 7.1.4) timeout (>= 0.4.0) - activerecord-import (1.6.0) + activerecord-import (1.8.0) activerecord (>= 4.2) activestorage (7.1.4) actionpack (= 7.1.4) @@ -111,11 +111,11 @@ GEM auto_strip_attributes (2.6.0) activerecord (>= 4.0) aws-eventstream (1.3.0) - aws-partitions (1.968.0) - aws-sdk-athena (1.74.0) - aws-sdk-core (~> 3, >= 3.177.0) - aws-sigv4 (~> 1.1) - aws-sdk-core (3.201.5) + aws-partitions (1.969.0) + aws-sdk-athena (1.89.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-core (3.202.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.9) @@ -136,7 +136,7 @@ GEM msgpack (~> 1.2) builder (3.3.0) byebug (11.1.3) - cancancan (3.5.0) + cancancan (3.6.1) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) choice (0.2.0) @@ -318,14 +318,14 @@ GEM protocol-http2 (0.15.1) protocol-hpack (~> 1.4) protocol-http (~> 0.18) - pry (0.14.1) + pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - pry-rails (0.3.9) - pry (>= 0.10.4) + pry-rails (0.3.11) + pry (>= 0.13.0) psych (5.1.2) stringio public_suffix (6.0.1) @@ -393,7 +393,7 @@ GEM io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) - rexml (3.3.5) + rexml (3.3.6) strscan rspec-core (3.12.2) rspec-support (~> 3.12.0) @@ -468,20 +468,20 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - sentry-rails (5.17.1) + sentry-rails (5.19.0) railties (>= 5.0) - sentry-ruby (~> 5.17.1) - sentry-ruby (5.17.1) + sentry-ruby (~> 5.19.0) + sentry-ruby (5.19.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (5.17.1) - sentry-ruby (~> 5.17.1) + sentry-sidekiq (5.19.0) + sentry-ruby (~> 5.19.0) sidekiq (>= 3.0) service_mock (0.9) childprocess (~> 0.5) shoulda-matchers (6.2.0) activesupport (>= 5.2.0) - sidekiq (7.3.0) + sidekiq (7.3.1) concurrent-ruby (< 2) connection_pool (>= 2.3.0) logger @@ -497,7 +497,7 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - spring (4.1.3) + spring (4.2.1) spring-watcher-listen (2.1.0) listen (>= 2.7, < 4.0) spring (>= 4) @@ -507,7 +507,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.3.1) - timecop (0.9.8) + timecop (0.9.10) timeout (0.4.1) timers (4.3.5) traces (0.11.1) diff --git a/release.sh b/release.sh index d25cd6b37..dbf765cac 100755 --- a/release.sh +++ b/release.sh @@ -41,7 +41,7 @@ read -p "Press enter to continue... (Ctrl+C to cancel)" go git tag -a ${NEXT_VERSION} -m "Deploying on ${DATE}" git push origin $NEXT_VERSION -read -p Generate changelog? Enter to contine or Ctrl+C to quit +read -p 'Generate changelog? Enter to contine or Ctrl+C to quit' git checkout -b changelog-$NEXT_VERSION bundle