Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice committed Sep 20, 2011
2 parents 1648d02 + 0bd01f7 commit 278be6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -18,6 +18,7 @@ end
# Development / Test only. # Development / Test only.
group :development, :test do group :development, :test do
gem 'ruby-debug' gem 'ruby-debug'
gem 'foreman'
end end
group :test do group :test do
gem 'turn', :require => false gem 'turn', :require => false
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Expand Up @@ -51,6 +51,9 @@ GEM
erubis (2.7.0) erubis (2.7.0)
execjs (1.2.4) execjs (1.2.4)
multi_json (~> 1.0) multi_json (~> 1.0)
foreman (0.22.0)
term-ansicolor (~> 1.0.5)
thor (>= 0.13.6)
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.0)
jquery-rails (1.0.13) jquery-rails (1.0.13)
Expand Down Expand Up @@ -105,6 +108,7 @@ GEM
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1) tilt (!= 1.3.0, ~> 1.1)
term-ansicolor (1.0.6)
therubyracer-heroku (0.8.1.pre3) therubyracer-heroku (0.8.1.pre3)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
Expand All @@ -128,6 +132,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
coffee-rails (~> 3.1.0) coffee-rails (~> 3.1.0)
couchbase-ruby-client couchbase-ruby-client
foreman
jquery-rails jquery-rails
rails (= 3.1.0) rails (= 3.1.0)
ruby-debug ruby-debug
Expand Down

0 comments on commit 278be6e

Please sign in to comment.