Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ gem 'bundler', '>= 1.7.0'
gem 'sinatra', require: 'sinatra/base'
gem 'sinatra-asset-pipeline', require: 'sinatra/asset_pipeline'

gem 'execjs'
gem 'therubyracer'

gem 'uglifier'
gem 'slim'

Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GEM
execjs (2.3.0)
hike (1.2.3)
json (1.8.2)
libv8 (3.16.14.17-x86_64-linux)
multi_json (1.10.1)
rack (1.6.0)
rack-protection (1.5.3)
Expand All @@ -17,6 +18,7 @@ GEM
rails-assets-jquery (>= 1.9.1)
rails-assets-jquery (2.1.3)
rake (10.4.2)
ref (2.0.0)
sass (3.4.12)
sinatra (1.4.5)
rack (~> 1.4)
Expand Down Expand Up @@ -44,6 +46,9 @@ GEM
sprockets (~> 2.0)
tilt (~> 1.1)
temple (0.6.10)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
tilt (1.4.1)
uglifier (2.7.0)
execjs (>= 0.3.0)
Expand All @@ -54,9 +59,14 @@ PLATFORMS

DEPENDENCIES
bundler (>= 1.7.0)
execjs
rails-assets-bootstrap!
rails-assets-jquery!
sinatra
sinatra-asset-pipeline
slim
therubyracer
uglifier

BUNDLED WITH
1.14.5
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ gem 'bundler', '>= 1.7.0'
gem 'sinatra', require: 'sinatra/base'
gem 'sinatra-asset-pipeline', require: 'sinatra/asset_pipeline'

gem 'execjs'
gem 'therubyracer'

gem 'uglifier'
gem 'slim'

Expand Down