Skip to content

Commit

Permalink
Install gems with new bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Nov 23, 2010
1 parent 8969574 commit fb39da1
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
@@ -1,7 +1,8 @@
source :rubygems

gem 'radiant', '0.8.1'
gem 'mysql'
gem 'rack', '1.0.0'
gem 'mysql2'
gem 'unicode'
gem 'mime-types'
gem 'imagesize'
Expand All @@ -12,6 +13,7 @@ gem 'will_paginate'
gem 'exceptional'
gem 'rmagick'
gem 'json_pure'
gem 'RedCloth'

group :development do
gem 'mongrel'
Expand Down
98 changes: 98 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,98 @@
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.3)
builder (3.0.0)
capistrano (2.5.19)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.0.0)
capistrano-deepmodules (0.2)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
cgi_multipart_eof_fix (2.5.0)
cucumber (0.3.9)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
polyglot (>= 0.2.5)
term-ansicolor (>= 1.0.3)
treetop (>= 1.2.5)
daemons (1.1.0)
diff-lcs (1.1.2)
exceptional (2.0.28)
rack
fastercsv (1.5.3)
fastthread (1.0.7)
gem_plugin (0.2.3)
highline (1.6.1)
imagesize (0.1.1)
json_pure (1.4.6)
mime-types (1.16)
mongrel (1.1.5)
cgi_multipart_eof_fix (>= 2.4)
daemons (>= 1.0.3)
fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3)
mysql2 (0.2.6)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.0.23)
net-ssh-gateway (1.0.1)
net-ssh (>= 1.99.1)
newrelic_rpm (2.13.3)
nokogiri (1.4.4)
polyglot (0.3.1)
rack (1.0.0)
rack-bug (0.3.0)
rack (>= 1.0)
radiant (0.8.1)
RedCloth (>= 4.0.0)
rack (>= 1.0.0)
rake (>= 0.8.3)
rake (0.8.7)
rmagick (2.13.1)
rspec (1.2.6)
rspec-rails (1.2.6)
rack (>= 0.4.0)
rspec (= 1.2.6)
sanitize (1.2.1)
nokogiri (~> 1.4.1)
term-ansicolor (1.0.5)
treetop (1.4.9)
polyglot (>= 0.3.1)
unicode (0.4.0)
webrat (0.4.4)
nokogiri (>= 1.2.0)
will_paginate (2.3.15)

PLATFORMS
ruby

DEPENDENCIES
RedCloth
capistrano
capistrano-deepmodules
capistrano-ext
cucumber (= 0.3.9)
exceptional
fastercsv
imagesize
json_pure
mime-types
mongrel
mysql2
newrelic_rpm
rack (= 1.0.0)
rack-bug
radiant (= 0.8.1)
rake
rmagick
rspec-rails (= 1.2.6)
sanitize
unicode
webrat (= 0.4.4)
will_paginate

0 comments on commit fb39da1

Please sign in to comment.