Gemfile in bonsai-1.3.1 vs Gemfile in bonsai-1.3.2

- old
+ new

@@ -1,12 +1,16 @@ +source 'http://rubygems.org' + gem 'jeweler' -gem 'rspec' +gem 'rspec', '~> 2.3' gem 'yard' -gem 'tilt' -gem 'mustache' + +gem 'tilt', '~> 0.9.0' +gem 'mustache', '~> 0.7.0' gem 'builder' gem 'watch' gem 'sinatra' gem 'maruku' gem 'less' gem 'launchy' -gem 'activesupport' \ No newline at end of file +gem 'activesupport' +gem 'i18n'