Skip to content

Commit

Permalink
point to spree master
Browse files Browse the repository at this point in the history
  • Loading branch information
alepore committed Jul 3, 2015
1 parent 69fd18c commit d57dcfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

gem 'sprockets', '~> 2.11.0'
gem 'spree', github: 'spree/spree', branch: '3-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '3-0-stable'
gem 'spree', github: 'spree/spree', branch: 'master'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: 'master'
gem 'sqlite3'
gem 'pg'

Expand Down
4 changes: 2 additions & 2 deletions lib/spree_paypal_express/version.rb
@@ -1,3 +1,3 @@
module SpreePayPalExpress
VERSION = '2.0.3'
end
VERSION = '3.1.0'
end
2 changes: 1 addition & 1 deletion spree_paypal_express.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency 'spree_core', '~> 3.0.0.rc'
s.add_dependency 'spree_core', '~> 3.1.0.beta'
s.add_dependency 'paypal-sdk-merchant', '1.106.1'

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

0 comments on commit d57dcfd

Please sign in to comment.