Skip to content

Commit

Permalink
Bump for edge spree.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil authored and Jeff Dutil committed Apr 6, 2015
1 parent 10c236e commit 7c10f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'sqlite3'

# TODO: Add to gemspec once gem is released
gem "spree", github: "spree/spree", tag: "v3.0.0.rc3"
gem "spree", github: "spree/spree", branch: 'master'

gem 'factory_girl_rails', '~> 4.5.0', :group => :test

Expand Down
2 changes: 1 addition & 1 deletion spree_active_shipping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"]

s.add_dependency('spree_core', '~> 3.0.0.beta')
s.add_dependency('spree_core', '~> 3.1.0.beta')
s.add_dependency('active_shipping', '~> 1.0.0.pre4')
s.add_development_dependency 'pry'
s.add_development_dependency 'webmock'
Expand Down

0 comments on commit 7c10f23

Please sign in to comment.