Skip to content

Commit

Permalink
Remove Gemfile deps duplicated from AP gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 14, 2009
1 parent 795213a commit 3ee9b8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -18,8 +18,6 @@ gem "mysql", ">= 2.8.1"
# AP
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
gem "rack-test", ">= 0.5.0"
gem "erubis", ">= 2.6.5"
gem "RedCloth", ">= 4.2.2"

if ENV['CI']
Expand Down
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency('rack', '~> 1.0.1')
s.add_dependency('rack-test', '~> 0.5.0')
s.add_dependency('rack-mount', '~> 0.0.1')
s.add_dependency('erubis', '~> 2.6.0')
s.add_dependency('erubis', '~> 2.6.5')

s.require_path = 'lib'
s.autorequire = 'action_controller'
Expand Down

0 comments on commit 3ee9b8f

Please sign in to comment.