Gemfile in chillfile-0.0.1 vs Gemfile in chillfile-0.0.2
- old
+ new
@@ -5,9 +5,10 @@
gem "couchrest"
gem 'couchrest_model', :git => 'git://github.com/couchrest/couchrest_model.git'
gem "treedisha", "~> 0.0.2", :git => 'git://github.com/dpree/treedisha.git'
gem "json"
gem "thor"
+ gem "ruby-progressbar"
end
group :test do
gem "rspec"
end
\ No newline at end of file