diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-10-20 09:27:37 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-10-20 09:27:37 -0500 |
commit | 80a3983b7b987ef11c8875c5c23707b4903cdf72 (patch) | |
tree | 2883c5d8d7bd1031fdeea6ab9ebaf65181c6ea57 /railties | |
parent | e994bf0c810925ccdbe08cff1774b2c0865e491d (diff) | |
download | rails-80a3983b7b987ef11c8875c5c23707b4903cdf72.tar.gz rails-80a3983b7b987ef11c8875c5c23707b4903cdf72.tar.bz2 rails-80a3983b7b987ef11c8875c5c23707b4903cdf72.zip |
Add rackmount to railties gemspec
Diffstat (limited to 'railties')
-rw-r--r-- | railties/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/Gemfile b/railties/Gemfile index f7e7b3ffc0..c441d69ded 100644 --- a/railties/Gemfile +++ b/railties/Gemfile @@ -5,6 +5,7 @@ gem "mocha" gem "arel", :git => "git://github.com/rails/arel.git" gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git", :branch => "rack-1.0" +gem "rack-mount", :git => "git://github.com/josh/rack-mount.git" gem "rack-test", "~> 0.5.0" %w(activesupport activemodel actionpack actionmailer activerecord activeresource).each do |lib| |