Skip to content

Commit

Permalink
Updated gem versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
razerbeans committed Jan 6, 2011
1 parent aa6d8a4 commit 2672327
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
source :gemcutter
gem 'haml', '3.0.13'
gem 'mongo_mapper', '0.8.2'
gem 'haml', '~> 3.0'
gem 'mongo_mapper', '~> 0.8'#, '0.8.2'
gem 'builder', '2.1.2'
gem 'bson_ext', '1.0.1'
gem 'joint', '0.3.2'
gem 'bson_ext'#, '1.0.1'
gem 'joint'#, '0.3.2'
gem 'thin', '1.2.7'
gem 'rack-fiber_pool', '0.9.0'
gem 'mongo', '1.0.3'
gem 'mongo'#, '1.0.3'
gem 'activesupport', '2.3.8'
gem 'bson', '1.0.3'
gem 'builder', '2.1.2'
# gem 'bson', '~>1.1'#, '1.0.3'
gem 'daemons', '1.1.0'
gem 'eventmachine', '0.12.10'
gem 'eventmachine', '~> 0.12'
gem 'jnunemaker-validatable', '1.8.4'
gem 'mime-types', '1.16'
gem 'plucky', '0.3.2'
gem 'plucky'#, '0.3.2'
gem 'wand', '0.2.1'
gem 'rack', '1.2.1'
gem 'sinatra', '~> 1.0'
gem 'rack'#, '1.2.1'
gem 'sinatra', '>= 1.1'
gem 'tilt', '>= 1.1'

0 comments on commit 2672327

Please sign in to comment.