diff --git a/Gemfile.lock b/Gemfile.lock index 0152aa3..9ba4229 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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 diff --git a/bin/release b/bin/release index 807e94d..ebbf38e 100755 --- a/bin/release +++ b/bin/release @@ -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