Skip to content

Commit

Permalink
1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavcho Savov committed Nov 3, 2021
1 parent e80bdb7 commit 51a7ccf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
faraday (0.12.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
gitlab (3.7.0)
httparty (~> 0.13.0)
Expand All @@ -13,8 +13,9 @@ GEM
multi_xml (>= 0.5.2)
json (1.8.6)
multi_xml (0.6.0)
multipart-post (2.0.0)
octokit (4.7.0)
multipart-post (2.1.1)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pronto (0.7.1)
gitlab (~> 3.6, >= 3.4.0)
Expand All @@ -27,18 +28,18 @@ GEM
pronto (~> 0.7.0)
pronto-phpmd (0.1.0)
pronto (~> 0.7.0)
public_suffix (2.0.5)
public_suffix (4.0.6)
rainbow (2.2.2)
rake
rake (12.0.0)
rugged (0.25.1.1)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
terminal-table (1.7.3)
unicode-display_width (~> 1.1.1)
rake (13.0.6)
rugged (0.99.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (0.19.4)
unicode-display_width (1.1.3)
unicode-display_width (2.1.0)

PLATFORMS
ruby
Expand All @@ -49,4 +50,4 @@ DEPENDENCIES
pronto-phpmd (~> 0.1.0)

BUNDLED WITH
1.14.3
1.17.3
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
\*CAUTION\* The **emerchantpay Gateway Module Plugin for Magento CE** is deprecated and no longer will receive updates. Use [**emerchantpay Gateway Module Plugin for Magento CE, EE, ECE**](https://github.com/eMerchantPay/magento2-emp-plugin) for Magento 2 CE, EE, ECE
=============================

emerchantpay Gateway Module for Magento CE
=============================

Expand Down
2 changes: 1 addition & 1 deletion app/code/community/EMerchantPay/Genesis/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GNU General Public License for more details.
<config>
<modules>
<EMerchantPay_Genesis>
<version>1.5.7</version>
<version>1.5.8</version>
</EMerchantPay_Genesis>
</modules>

Expand Down

0 comments on commit 51a7ccf

Please sign in to comment.