Skip to content

Commit

Permalink
Depends on Rack 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Jan 9, 2010
1 parent 3ee8c2e commit eb9019e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ gem 'activesupport', '3.0.pre'
gem 'activemodel', '3.0.pre'

gem "arel", :git => "git://github.com/rails/arel.git"
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
gem "rack", "1.1.0"
gem "mysqlplus", "0.1.1"
gem "eventmachine", "0.12.10"
2 changes: 1 addition & 1 deletion cramp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', '= 3.0.pre')
s.add_dependency('activemodel', '= 3.0.pre')
s.add_dependency('arel', '= 0.2.pre')
s.add_dependency('rack', '~> 1.0.0')
s.add_dependency('rack', '~> 1.1.0')
s.add_dependency('mysqlplus', '~> 0.1.1')
s.add_dependency('eventmachine', '~> 0.12.10')
s.add_dependency('thin', '~> 1.2.5')
Expand Down

0 comments on commit eb9019e

Please sign in to comment.