lib/sculptor/templates/glyptotheque/Gemfile.tt in sculptor-0.0.4 vs lib/sculptor/templates/glyptotheque/Gemfile.tt in sculptor-0.0.5

- old
+ new

@@ -1,16 +1,19 @@ source 'https://rubygems.org' gem 'sculptor' gem 'middleman' gem 'nokogiri' +gem 'rest_client' gem 'middleman-pry' gem 'sass', '~>3.3' gem 'compass', github: 'chriseppstein/compass' gem 'sass-css-importer' gem 'slim' gem 'bourbon' -gem 'neat' +gem 'susy' +gem 'breakpoint' +gem 'oj' gem 'middleman-syntax', github: 'middleman/middleman-syntax' # Custom LiveReload (animate transitions) gem 'rack-livereload',