Skip to content

Commit

Permalink
updating ruby rack library version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-asher-cko authored and armando-rodriguez-cko committed Nov 16, 2023
1 parent e3a3993 commit 6000ad8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source "https://rubygems.org"

gem 'checkout_sdk', '~> 1.1', '>= 1.1.1'
gem 'sinatra'
gem 'rack', '~> 2.2.6.4'
3 changes: 2 additions & 1 deletion ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
multipart-post (2.3.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.6.2)
rack (2.2.6.4)
rack-protection (3.0.5)
rack
ruby2_keywords (0.0.5)
Expand All @@ -37,6 +37,7 @@ PLATFORMS

DEPENDENCIES
checkout_sdk (~> 1.1, >= 1.1.1)
rack (~> 2.2.6.4)
sinatra

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ form.addEventListener('submit', function (event) {
});
````

Make sure to provide your correct `Public Key` in `script.js`, which is the key that authorizes to you the access to Checkout API's
Make sure to provide your correct `Public Key` in `script.js`, which is the key that authorizes to you the access to Checkout API's. This should be stored in a secure location like a password vault and not in code.

````javascript
Frames.init('pk_sbox_XXX');
Expand Down

0 comments on commit 6000ad8

Please sign in to comment.