Skip to content

Commit

Permalink
Some dev stuffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Mar 3, 2013
1 parent 9ca18a2 commit 44416ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gemfile
@@ -1,4 +1,10 @@
source "https://rubygems.org"
gemspec

gem "rake", "~> 10.0.3", :group => :development
group :development, :testing do
gem "rb-inotify"
gem "rake"
gem "simplecov"
gem "guard-rspec"
gem "listen", github: "guard/listen"
end

0 comments on commit 44416ee

Please sign in to comment.