templates/Gemfile.tt in mosh_generator-0.1.0 vs templates/Gemfile.tt in mosh_generator-0.1.1
- old
+ new
@@ -2,10 +2,15 @@
ruby '<%= RUBY_VERSION %>'
gem 'rails', '~> <%= Rails::VERSION::STRING %>'
+group :development do
+ gem 'compass', '~> 0.12.2'
+end
+
group :development, :test do
+ gem 'thin', '~> 1.5.1'
gem 'sqlite3', '~> 1.3.7'
end
group :production, :staging do
gem 'pg', '~> 0.15.1'