mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
RedJS latest rspec compatibility
This commit is contained in:
parent
0b55a51a91
commit
62200761cd
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -4,5 +4,5 @@ gemspec :name => "therubyrhino"
|
|||
|
||||
# NOTE: some specs might be excluded @see #spec/spec_helper.rb
|
||||
gem 'redjs', :git => 'git://github.com/cowboyd/redjs.git', :group => :test,
|
||||
:ref => "b212e50ad347c0d32e53f28d0d627df6b8077e68"
|
||||
:ref => "0d844f066666f967a78b20beb164c52d9ac3f5ca"
|
||||
#gem 'redjs', :path => '../redjs', :group => :test
|
|
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency "therubyrhino_jar", '>= 1.7.3'
|
||||
|
||||
s.add_development_dependency "rake"
|
||||
s.add_development_dependency "rspec", ">= 2.7"
|
||||
s.add_development_dependency "rspec", "~> 2.10"
|
||||
s.add_development_dependency "mocha"
|
||||
s.add_development_dependency "jruby-openssl"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue