mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
upgrade therubyracer
This commit is contained in:
parent
2e23450a64
commit
3ce6fb3a5c
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -29,7 +29,7 @@ gem 'coffee-rails', '~> 4.1.0' # coffeescript support
|
||||||
gem 'turbolinks', '~> 2.5.3' # faster page load
|
gem 'turbolinks', '~> 2.5.3' # faster page load
|
||||||
gem 'jquery-rails', '~> 4.0.3' # jquery
|
gem 'jquery-rails', '~> 4.0.3' # jquery
|
||||||
gem 'selectize-rails', '~> 0.11.2' # include selectize.js for select
|
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
|
gem 'jquery-validation-rails', '~> 1.13.1' # validate on client side
|
||||||
|
|
||||||
# view helpers
|
# view helpers
|
||||||
|
|
|
@ -557,7 +557,7 @@ DEPENDENCIES
|
||||||
simpleidn (~> 0.0.5)
|
simpleidn (~> 0.0.5)
|
||||||
spring (~> 1.3.3)
|
spring (~> 1.3.3)
|
||||||
spring-commands-rspec (~> 1.0.4)
|
spring-commands-rspec (~> 1.0.4)
|
||||||
therubyracer
|
therubyracer (~> 0.12.2)
|
||||||
traceroute (~> 0.4.0)
|
traceroute (~> 0.4.0)
|
||||||
turbolinks (~> 2.5.3)
|
turbolinks (~> 2.5.3)
|
||||||
uglifier (~> 2.6.1)
|
uglifier (~> 2.6.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue