mirror of
https://github.com/basecamp/trix.git
synced 2026-05-17 12:00:38 +00:00
14 lines
419 B
Ruby
14 lines
419 B
Ruby
source 'https://rubygems.org'
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
gem 'sprockets', '3.6.0' # Note: Sprockets > 3.6.0 strips the banners from our dist files
|
|
gem 'sprockets-export'
|
|
gem 'sprockets-svgo'
|
|
gem 'coffee-script'
|
|
gem 'coffee-script-source', github: "joeldrapper/coffee-script-source"
|
|
gem 'eco'
|
|
gem 'sass'
|
|
gem 'uglifier', '2.5.1'
|
|
gem 'blade', '~> 0.7.0'
|
|
gem 'github_api', '~> 0.13.1'
|