1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Journey and Rails 4 are going Separate Ways

Journey was merged into Rails: https://github.com/rails/rails/commit/56fee39

Also, activerecord-deprecated_finders is not necessarily explicitly bundled here
because it would be bundled through rails' dependency for now, and we're not using it in Haml's tests anyway
This commit is contained in:
Akira Matsuda 2013-02-07 13:52:35 +09:00 committed by Norman Clarke
parent f20d64ede0
commit 441f44c446

View file

@ -1,7 +1,4 @@
source :rubygems source :rubygems
gem 'rails', git: 'git://github.com/rails/rails.git' gem 'rails', git: 'git://github.com/rails/rails.git'
gem 'journey', git: 'git://github.com/rails/journey.git' gemspec :path => '../..'
gem 'activerecord-deprecated_finders', git: 'git://github.com/rails/activerecord-deprecated_finders.git'
gemspec :path => "../.."