Specify version for therubyracer gem to 0.12.1

This commit is contained in:
Chrisovalantis Kefalidis 2015-03-07 21:55:32 +02:00 committed by Robert Lord
parent 6ea72a13fa
commit fd684122dd
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ gem 'rouge', '~> 1.8.0'
gem 'redcarpet', '~> 3.2.2'
gem 'rake', '~> 10.4.2'
gem 'therubyracer', platforms: :ruby
gem 'therubyracer', '~> 0.12.1', platforms: :ruby

View file

@ -130,4 +130,4 @@ DEPENDENCIES
rake (~> 10.4.2)
redcarpet (~> 3.2.2)
rouge (~> 1.8.0)
therubyracer
therubyracer (~> 0.12.1)