Commit 305f7f3476b65b93c185f0a4d3bc21d2ca7dd152

Authored by Nick Recobra
1 parent 5d9ffe65
Exists in master and in 1 other branch production

Using thin server.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -11,6 +11,7 @@ gem 'redmine_client', :git => "git://github.com/oruen/redmine_client.git"
11 11 gem 'mongoid_rails_migrations'
12 12 gem 'useragent', '~> 0.3.1'
13 13 gem 'pivotal-tracker'
  14 +gem 'thin'
14 15  
15 16 platform :ruby do
16 17 gem 'bson_ext', '~> 1.2'
... ...