-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from mercadopago/fix/dependencies
Fix dependencies in Gemfile
- Loading branch information
Showing
9 changed files
with
48 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.2 | ||
2.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,65 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
mercadopago-sdk (2.0.2) | ||
json (~> 2.5) | ||
rest-client (~> 2.1) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
ast (2.4.2) | ||
coderay (1.1.3) | ||
domain_name (0.5.20190701) | ||
unf (>= 0.0.5, < 1.0.0) | ||
http-accept (1.7.0) | ||
http-cookie (1.0.3) | ||
domain_name (~> 0.5) | ||
jaro_winkler (1.5.4) | ||
json (2.5.1) | ||
method_source (1.0.0) | ||
mime-types (3.3.1) | ||
mime-types-data (~> 3.2015) | ||
mime-types-data (3.2021.0225) | ||
minitest (5.14.4) | ||
netrc (0.11.0) | ||
parallel (1.20.1) | ||
parser (3.0.0.0) | ||
parallel (1.19.2) | ||
parser (3.0.1.0) | ||
ast (~> 2.4.1) | ||
pry (0.14.1) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
rainbow (3.0.0) | ||
rake (13.0.3) | ||
regexp_parser (2.1.1) | ||
rest-client (2.1.0) | ||
http-accept (>= 1.7.0, < 2.0) | ||
http-cookie (>= 1.0.2, < 2.0) | ||
mime-types (>= 1.16, < 4.0) | ||
netrc (~> 0.8) | ||
rexml (3.2.4) | ||
rubocop (1.11.0) | ||
rexml (3.2.5) | ||
rubocop (0.81.0) | ||
jaro_winkler (~> 1.5.1) | ||
parallel (~> 1.10) | ||
parser (>= 3.0.0.0) | ||
parser (>= 2.7.0.1) | ||
rainbow (>= 2.2.2, < 4.0) | ||
regexp_parser (>= 1.8, < 3.0) | ||
rexml | ||
rubocop-ast (>= 1.2.0, < 2.0) | ||
ruby-progressbar (~> 1.7) | ||
unicode-display_width (>= 1.4.0, < 3.0) | ||
rubocop-ast (1.4.1) | ||
parser (>= 2.7.1.5) | ||
unicode-display_width (>= 1.4.0, < 2.0) | ||
ruby-progressbar (1.11.0) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.7.7) | ||
unicode-display_width (2.0.0) | ||
unicode-display_width (1.7.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
mercadopago-sdk! | ||
minitest | ||
pry (~> 0.14) | ||
rake | ||
rest-client | ||
rubocop | ||
|
||
BUNDLED WITH | ||
2.1.4 | ||
1.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ def test_method_get_id | |
def test_method_post | ||
sdk = Mercadopago::SDK.new('APP_USR-558881221729581-091712-44fdc612e60e3e638775d8b4003edd51-471763966') | ||
card_token_object = { | ||
card_number: '4235647728025682', | ||
card_number: '5031433215406351', | ||
expiration_year: 2025, | ||
expiration_month: 11, | ||
security_code: '123', | ||
|
@@ -38,7 +38,7 @@ def test_method_post | |
installments: 1, | ||
transaction_amount: 58.80, | ||
description: 'Point Mini a maquininha que dá o dinheiro de suas vendas na hora', | ||
payment_method_id: 'visa', | ||
payment_method_id: 'master', | ||
payer: { | ||
email: '[email protected]', | ||
identification: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ def test_method_list | |
def test_method_post | ||
sdk = Mercadopago::SDK.new('APP_USR-558881221729581-091712-44fdc612e60e3e638775d8b4003edd51-471763966') | ||
card_token_object = { | ||
card_number: '4235647728025682', | ||
card_number: '5031433215406351', | ||
expiration_year: 2025, | ||
expiration_month: 11, | ||
security_code: '123', | ||
|
@@ -29,9 +29,9 @@ def test_method_post | |
payment_object = { | ||
token: result_card_token[:response]['id'], | ||
installments: 1, | ||
transaction_amount: 58.80, | ||
transaction_amount: 10, | ||
description: 'Point Mini a maquininha que dá o dinheiro de suas vendas na hora', | ||
payment_method_id: 'visa', | ||
payment_method_id: 'master', | ||
payer: { | ||
email: '[email protected]', | ||
identification: { | ||
|