Skip to content

Commit

Permalink
Add rainbows! to Gemfile for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Feb 13, 2011
1 parent 349d4b3 commit abf7af5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -11,6 +11,7 @@ group :test do
end

group :example do
gem 'rainbows'
gem 'http_router'
gem 'tramp', '~> 0.1'
gem 'thin', '~> 1.2.7'
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -23,8 +23,12 @@ GEM
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.5.0)
kgio (2.3.0)
mysqlplus (0.1.2)
rack (1.2.1)
rainbows (3.1.0)
rack (~> 1.1)
unicorn (~> 3.4)
thin (1.2.7)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand All @@ -34,6 +38,9 @@ GEM
activesupport (~> 3.0.0.beta4)
arel (~> 0.4.0)
mysqlplus (~> 0.1.1)
unicorn (3.4.0)
kgio (~> 2.2)
rack
url_mount (0.2.1)
rack

Expand All @@ -46,5 +53,6 @@ DEPENDENCIES
eventmachine (~> 0.12.10)
http_router
rack (~> 1.2.1)
rainbows
thin (~> 1.2.7)
tramp (~> 0.1)

0 comments on commit abf7af5

Please sign in to comment.