Sha256: e80357b968fd19fcbaa224c3c43d1ae533cad310c367854dbd670f9e255d3a54
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
source 'https://rubygems.org' # For faster file watcher updates on Windows: # gem 'wdm', :platforms => [:mswin, :mingw] <% if Middleman::Presentation.config.runtime_environment == :test -%> # Make sure the paths are correct, otherwise you get # Bundler-errors a la `Path does not exist` gem 'middleman-presentation', '~> <%= @library_version %>', path: '<%= File.join(@rubygem_path, 'middleman-presentation') %>' gem 'middleman-presentation-core', path: '<%= File.join(@rubygem_path, 'middleman-presentation-core') %>' gem 'middleman-presentation-helpers', path: '<%= File.join(@rubygem_path, 'middleman-presentation-helpers') %>' gem 'middleman-presentation-simple_plugin', path: '<%= File.join(@rubygem_path, 'middleman-presentation-core/fixtures/middleman-presentation-simple_plugin') %>' <% else -%> gem 'middleman-presentation', '~> <%= @library_version %>' <% end -%> # Choose one to make `execjs` happy # gem 'therubyracer' # gem 'therubyrhino' gem 'kramdown' gem 'github-markup' gem 'liquid' gem 'rake' gem 'middleman-minify-html' group :debug do gem 'pry' gem 'byebug' gem 'pry-byebug' end
Version data entries
4 entries across 4 versions & 1 rubygems