upgrade therubyracer

This commit is contained in:
Priit Tark 2015-05-12 12:08:38 +03:00
parent 2e23450a64
commit 3ce6fb3a5c
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ gem 'coffee-rails', '~> 4.1.0' # coffeescript support
gem 'turbolinks', '~> 2.5.3' # faster page load
gem 'jquery-rails', '~> 4.0.3' # jquery
gem 'selectize-rails', '~> 0.11.2' # include selectize.js for select
gem 'therubyracer', platforms: :ruby
gem 'therubyracer', '~> 0.12.2', platforms: :ruby
gem 'jquery-validation-rails', '~> 1.13.1' # validate on client side
# view helpers

View file

@ -557,7 +557,7 @@ DEPENDENCIES
simpleidn (~> 0.0.5)
spring (~> 1.3.3)
spring-commands-rspec (~> 1.0.4)
therubyracer
therubyracer (~> 0.12.2)
traceroute (~> 0.4.0)
turbolinks (~> 2.5.3)
uglifier (~> 2.6.1)