mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Add Gemfile
This commit is contained in:
parent
7bf7a20843
commit
7042f56165
3 changed files with 11 additions and 3 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Gemfile.lock
|
9
Gemfile
Normal file
9
Gemfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
source :rubygems
|
||||
|
||||
gemspec
|
||||
|
||||
group :test do
|
||||
gem 'mustang', :platform => :ruby
|
||||
gem 'therubyracer', :platform => :ruby
|
||||
gem 'therubyrhino', :platform => :jruby
|
||||
end
|
|
@ -27,9 +27,7 @@ Gem::Specification.new do |s|
|
|||
]
|
||||
|
||||
s.add_dependency "multi_json", "~>1.0"
|
||||
s.add_development_dependency "mustang"
|
||||
s.add_development_dependency "therubyracer"
|
||||
s.add_development_dependency "therubyrhino"
|
||||
s.add_development_dependency "rake"
|
||||
|
||||
s.authors = ["Sam Stephenson", "Josh Peek"]
|
||||
s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"]
|
||||
|
|
Loading…
Reference in a new issue