Skip to content

Instantly share code, notes, and snippets.

@tansaku
Created December 16, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tansaku/40b8c29e5e101a7d3787 to your computer and use it in GitHub Desktop.
Save tansaku/40b8c29e5e101a7d3787 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem "opal", :github => 'opal/opal'
gem "opal-jquery", :github => 'opal/opal-jquery'
gem 'opal-rspec', :github => 'opal/opal-rspec'
gem 'bootstrap-sass', '~> 3.2.0.2'
# Middleman Gems
gem 'middleman-sprockets', '>= 4.0.0.rc.1'
gem 'middleman', '>= 4.0.0.rc.3'
gem 'middleman-livereload'
gem "middleman-blog", github: 'middleman/middleman-blog'
gem 'middleman-gh-pages'
gem "redcarpet"
gem "nokogiri"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment