mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Drop 1.9.2
This commit is contained in:
parent
e6a0e309e0
commit
685c3f5156
2 changed files with 0 additions and 3 deletions
|
@ -2,6 +2,5 @@ language: ruby
|
|||
rvm:
|
||||
- rbx-19mode
|
||||
- ruby-head
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
|
|
|
@ -14,8 +14,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency "multi_json", "~>1.0"
|
||||
s.add_development_dependency "rake"
|
||||
|
||||
s.required_ruby_version = '>= 1.9.2'
|
||||
|
||||
s.licenses = ['MIT']
|
||||
|
||||
s.authors = ["Sam Stephenson", "Josh Peek"]
|
||||
|
|
Loading…
Reference in a new issue