Added vim .swp files to the gitignore and

also added pry to the development group for the Gemfile
This commit is contained in:
randuin
2011-09-02 18:19:15 -07:00
parent 5f9098663f
commit 31863738c1
3 changed files with 18 additions and 0 deletions

View File

@@ -27,3 +27,7 @@ gem "nokogiri"
gem "meta_search", :git => "git://github.com/ernie/meta_search.git"
gem "silent-postgres"
gem "whenever", :require => false
group :development do
gem 'pry'
end