Skip to content

Commit

Permalink
Add development tools to Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Feb 28, 2012
1 parent 464d8cc commit de5bb66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,10 @@ source "http://rubygems.org"

gemspec

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem "wirble"
gem "syntax"
end

0 comments on commit de5bb66

Please sign in to comment.