Skip to content

Commit

Permalink
Depend on rails 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huoxito committed Apr 11, 2014
1 parent 2fcae9c commit 82fc8fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common_spree_dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
gem 'poltergeist', '1.5.0'
end

gem 'rails', github: 'rails/rails', branch: '4-1-0'
gem 'polyamorous', github: 'activerecord-hackery/polyamorous'
gem 'ransack', github: 'activerecord-hackery/ransack', branch: 'rails-4.1'
2 changes: 1 addition & 1 deletion core/spree_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_dependency 'monetize'
s.add_dependency 'paperclip', '~> 4.1.1'
s.add_dependency 'paranoia', '~> 2.0'
s.add_dependency 'rails', '~> 4.1.0.rc1'
s.add_dependency 'rails', '~> 4.1.0'
s.add_dependency 'ransack', '~> 1.1.0'
s.add_dependency 'state_machine', '1.2.0'
s.add_dependency 'stringex', '~> 1.5.1'
Expand Down

0 comments on commit 82fc8fd

Please sign in to comment.