Skip to content

Commit

Permalink
Update requirements for spree 2.4 and bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugosantosred committed Feb 13, 2015
1 parent 95a7406 commit bafa57f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'spree', github: 'spree/spree', branch: '2-2-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-2-stable'
gem 'spree', github: 'spree/spree', branch: '2-4-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-4-stable'

gemspec
2 changes: 1 addition & 1 deletion lib/spree_faq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def self.version

module VERSION
MAJOR = 2
MINOR = 2
MINOR = 4
TINY = 0
PRE = nil

Expand Down
2 changes: 1 addition & 1 deletion spree_faq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.has_rdoc = false

s.add_runtime_dependency 'spree_core', '~> 2.2.0'
s.add_runtime_dependency 'spree_core', '~> 2.4.0'

s.add_development_dependency 'rspec', '~> 3.0.0'
s.add_development_dependency 'rspec-rails', '~> 3.0.0'
Expand Down

0 comments on commit bafa57f

Please sign in to comment.