mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Add json to Gemfile
This commit is contained in:
parent
836829ab72
commit
94b6263b3b
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -3,6 +3,7 @@ source :rubygems
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
gem 'json'
|
||||||
gem 'mustang', :platform => :ruby
|
gem 'mustang', :platform => :ruby
|
||||||
gem 'therubyracer', :platform => :ruby
|
gem 'therubyracer', :platform => :ruby
|
||||||
gem 'therubyrhino', :platform => :jruby
|
gem 'therubyrhino', :platform => :jruby
|
||||||
|
|
Loading…
Reference in a new issue