Sha256: a3fce13139644a84260bf057d8eea27140cdf3cd4b964f4f72e3c768ede31247
Contents?: true
Size: 1.11 KB
Versions: 5
Compression:
Stored size: 1.11 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' gem 'middleman-autoprefixer' group :debug do gem 'pry' gem 'byebug' gem 'pry-byebug' end
Version data entries
5 entries across 5 versions & 1 rubygems