mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Nokogiri 1.7.0 released, requires ruby 2.1+
This commit is contained in:
parent
85d5c32115
commit
34e66eaab3
3 changed files with 15 additions and 1 deletions
|
@ -15,7 +15,6 @@ rvm:
|
|||
- 2.3.0
|
||||
- 2.2.2
|
||||
- 2.1.6
|
||||
- 2.0.0
|
||||
- rbx
|
||||
gemfile:
|
||||
- Gemfile
|
||||
|
@ -29,6 +28,8 @@ matrix:
|
|||
gemfile: gemfiles/Gemfile.1_9_3
|
||||
- rvm: jruby-19mode
|
||||
gemfile: gemfiles/Gemfile.1_9_3
|
||||
- rvm: 2.0.0
|
||||
gemfile: gemfiles/Gemfile.2_0_0
|
||||
- rvm: 2.2.2
|
||||
gemfile: Gemfile
|
||||
env: PHANTOMJS=$PWD/travis-phantomjs2/phantomjs
|
||||
|
|
|
@ -10,3 +10,5 @@ platforms :rbx do
|
|||
gem 'racc'
|
||||
gem 'json'
|
||||
end
|
||||
|
||||
gem 'nokogiri', '< 1.7.0' # 1.7.0 requires ruby 2.1+
|
11
gemfiles/Gemfile.2_0_0
Normal file
11
gemfiles/Gemfile.2_0_0
Normal file
|
@ -0,0 +1,11 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gemspec :path => '..'
|
||||
|
||||
platforms :rbx do
|
||||
gem 'rubysl'
|
||||
gem 'racc'
|
||||
gem 'json'
|
||||
end
|
||||
|
||||
gem 'nokogiri', '< 1.7.0' # 1.7.0 requires ruby 2.1+
|
Loading…
Add table
Reference in a new issue