Skip to content

Commit

Permalink
Merge pull request #27 from deepakmahakale/jump-3.6.0
Browse files Browse the repository at this point in the history
Jump 3.6.0
  • Loading branch information
deepakmahakale authored Aug 7, 2018
2 parents 30d4d9d + 74ecd74 commit 3a7591f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rvm:
- 2.2.7
- 2.3.0
- 2.4.0
- 2.5.0

before_script:
- cd spec/dummy && bundle exec rake railties:install:migrations
Expand Down
2 changes: 1 addition & 1 deletion lib/spree_purchase_order/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SpreePurchaseOrder
VERSION = '3.5.0'
VERSION = '3.6.0'
end
2 changes: 1 addition & 1 deletion spree_purchase_order.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency 'spree_core', '~> 3.5.0'
s.add_dependency 'spree_core', '~> 3.6.0'

s.add_development_dependency 'sqlite3'
s.add_development_dependency 'rspec-rails'
Expand Down

0 comments on commit 3a7591f

Please sign in to comment.