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:
parent
f20d64ede0
commit
441f44c446
1 changed files with 1 additions and 4 deletions
|
@ -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 => "../.."
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue