We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcc10a commit 4fbec84Copy full SHA for 4fbec84
.github/workflows/publish.yml
@@ -40,4 +40,4 @@ jobs:
40
run: |
41
gem build square.gemspec
42
43
- gem push square-*.gem --host https://rubygems.org/
+ gem push square.rb-*.gem --host https://rubygems.org/
README.md
@@ -20,7 +20,7 @@ Use this library to integrate Square payments into your app and grow your busine
20
21
Use of the Square Ruby SDK requires:
22
23
-* Ruby 2.6 through 3.1
+* Ruby 2.7 through 3.1
24
25
## Installation
26
0 commit comments