Skip to content

Commit

Permalink
fix: Update deps flagged by Dependabot, and fix release.sh (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbali authored Aug 30, 2024
1 parent cc0ed4e commit 91ab3b6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91ab3b6

Please sign in to comment.