Skip to content

Commit

Permalink
fix: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Jan 28, 2025
1 parent f68df69 commit 9890f05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
clerk-sdk-ruby (4.0.0.beta7)
clerk-http-client (= 2.0.0.beta6)
clerk-sdk-ruby (4.0.0)
clerk-http-client (~> 2.0)
concurrent-ruby (~> 1.1)
faraday (>= 1.4.1, < 3.0)
jwt (~> 2.5)
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
bigdecimal (3.1.9)
builder (3.3.0)
byebug (11.1.3)
clerk-http-client (2.0.0.beta6)
clerk-http-client (2.0.0)
faraday (>= 1.0.1, < 3.0)
faraday-multipart
marcel
Expand Down
3 changes: 3 additions & 0 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ VERSION=$(ruby -e "require './lib/clerk/version.rb'; puts Clerk::VERSION")

echo "Building and releasing version ${VERSION}"

# Install dependencies
bundle install

# Remove any existing gem files
rm clerk-sdk-ruby-*.gem || true

Expand Down

0 comments on commit 9890f05

Please sign in to comment.