We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a6573 commit 48e254bCopy full SHA for 48e254b
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- stripe-cli-ruby (1.30.0)
+ stripe-cli-ruby (1.33.0)
5
6
GEM
7
remote: https://rubygems.org/
lib/stripe_cli/upstream.rb
module StripeCLI
# constants describing the upstream tailwindcss project
module Upstream
- VERSION = "1.30.0"
+ VERSION = "1.33.0"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
lib/stripe_cli/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
end
0 commit comments