mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 14:51:22 +00:00
Specify version for therubyracer gem to 0.12.1
This commit is contained in:
parent
6ea72a13fa
commit
fd684122dd
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,4 +8,4 @@ gem 'rouge', '~> 1.8.0'
|
||||||
gem 'redcarpet', '~> 3.2.2'
|
gem 'redcarpet', '~> 3.2.2'
|
||||||
|
|
||||||
gem 'rake', '~> 10.4.2'
|
gem 'rake', '~> 10.4.2'
|
||||||
gem 'therubyracer', platforms: :ruby
|
gem 'therubyracer', '~> 0.12.1', platforms: :ruby
|
||||||
|
|
|
||||||
|
|
@ -130,4 +130,4 @@ DEPENDENCIES
|
||||||
rake (~> 10.4.2)
|
rake (~> 10.4.2)
|
||||||
redcarpet (~> 3.2.2)
|
redcarpet (~> 3.2.2)
|
||||||
rouge (~> 1.8.0)
|
rouge (~> 1.8.0)
|
||||||
therubyracer
|
therubyracer (~> 0.12.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue