Skip to content

Commit

Permalink
Update Gemfile and Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Feb 13, 2011
1 parent a59211a commit 4a30842
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
@@ -1,7 +1,5 @@
source 'http://rubygems.org'

gem 'activesupport', '>= 3.0.0'
gem 'activemodel', '>= 3.0.0'
gem 'cramp', :path => File.dirname(__FILE__)

gem 'activesupport', '3.0.4'
Expand All @@ -14,6 +12,7 @@ end

group :example do
gem 'http_router'
gem 'usher'
gem 'tramp', '~> 0.1'
gem 'thin', '~> 1.2.7'
end
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -20,6 +20,9 @@ GEM
daemons (1.1.0)
eventmachine (0.12.10)
fuzzyhash (0.0.11)
http_router (0.5.3)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.5.0)
mysqlplus (0.1.2)
rack (1.2.1)
Expand All @@ -32,6 +35,8 @@ GEM
activesupport (~> 3.0.0.beta4)
arel (~> 0.4.0)
mysqlplus (~> 0.1.1)
url_mount (0.2.1)
rack
usher (0.8.3)
fuzzyhash (>= 0.0.11)

Expand All @@ -42,6 +47,7 @@ DEPENDENCIES
activesupport (= 3.0.4)
cramp!
eventmachine (~> 0.12.10)
http_router
rack (~> 1.2.1)
thin (~> 1.2.7)
tramp (~> 0.1)
Expand Down

0 comments on commit 4a30842

Please sign in to comment.