Skip to content

Commit

Permalink
Depend on the latest rails beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Lerche committed Apr 1, 2010
1 parent b420216 commit 461dc0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion astaire.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.files = Dir['README', 'LICENSE', 'lib/**/*']
s.require_path = 'lib'

s.add_dependency 'actionpack', '~> 3.0.0.beta1'
s.add_dependency 'actionpack', '~> 3.0.0.beta2'
end
1 change: 0 additions & 1 deletion lib/astaire.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def self._router
end
end


module ClassMethods
def call(env)
_router.call(env)
Expand Down

0 comments on commit 461dc0a

Please sign in to comment.