Skip to content

Commit

Permalink
Remove support for Solidus < 2.3
Browse files Browse the repository at this point in the history
The changes in this PR will make the extension only compatible
with code that has been added in solidusio/solidus#2001
  • Loading branch information
kennyadsl committed Oct 10, 2018
1 parent d04d4b6 commit 31f208f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ before_install:
- mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'travis'@'%';"
env:
matrix:
- SOLIDUS_BRANCH=v2.2 DB=postgres
- SOLIDUS_BRANCH=v2.3 DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.2 DB=mysql
- SOLIDUS_BRANCH=v2.3 DB=mysql
- SOLIDUS_BRANCH=v2.4 DB=mysql
- SOLIDUS_BRANCH=v2.5 DB=mysql
Expand Down
2 changes: 1 addition & 1 deletion solidus_stripe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.require_path = "lib"
s.requirements << "none"

s.add_dependency "solidus_core", [">= 1.1", "< 3"]
s.add_dependency "solidus_core", [">= 2.3", "< 3"]
s.add_dependency "solidus_support", ">= 0.1.3"

# ActiveMerchant v1.58 through v1.59 introduced a breaking change
Expand Down

0 comments on commit 31f208f

Please sign in to comment.