Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
updated spree version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajahongir committed Mar 14, 2016
1 parent 2f55a63 commit dfdc032
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ script:
- "bundle exec rspec spec"
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.1.6
- 2.1.7
- 2.1.8
- 2.2.0
- 2.2.1
- 2.2.2
- 2.2.3
- 2.2.4
- 2.3.0
language: ruby
notifications:
recipients:
Expand Down
3 changes: 1 addition & 2 deletions spree_marketplace.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# encoding: UTF-8
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_marketplace'
Expand All @@ -17,7 +16,7 @@ Gem::Specification.new do |s|
s.requirements << 'none'

s.add_dependency 'stripe'
s.add_dependency 'spree_core', '~> 2.3.0'
s.add_dependency 'spree_core', '~> 3.0.0'
s.add_dependency 'spree_drop_ship'

s.add_development_dependency 'capybara', '~> 2.2'
Expand Down

0 comments on commit dfdc032

Please sign in to comment.