Skip to content

Commit

Permalink
Cleanup gem file to only require vagrant in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Thurman committed Dec 3, 2012
1 parent 04001d4 commit 5495aa2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Expand Up @@ -2,9 +2,11 @@ source "http://rubygems.org"

gem 'mysql', '2.8.1'
gem 'activerecord'
#gem 'activerecord-mysql-adapter'
gem 'statemachine'
gem 'colorize'
gem 'choice'
gem 'vagrant'

group :development do
gem 'vagrant'
end

0 comments on commit 5495aa2

Please sign in to comment.