File tree Expand file tree Collapse file tree 8 files changed +10
-37
lines changed
Expand file tree Collapse file tree 8 files changed +10
-37
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,12 @@ matrix:
2121 exclude :
2222 - rvm : 2.4.1
2323 gemfile : gemfiles/rails_4.0.gemfile
24+ - rvm : ruby-head
25+ gemfile : gemfiles/rails_4.0.gemfile
2426 - rvm : 2.4.1
2527 gemfile : gemfiles/rails_4.1.gemfile
28+ - rvm : ruby-head
29+ gemfile : gemfiles/rails_4.1.gemfile
2630 - rvm : 1.9.3
2731 gemfile : gemfiles/rails_5.0.gemfile
2832 - rvm : 2.0.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # This file was generated by Appraisal
2-
31source "https://rubygems.org"
2+ nokogiri_ver = RUBY_VERSION < '2.1' ? '1.6' : '1.7'
43
54gem "actionpack", "~> 4.0.0"
65gem "activerecord", "~> 4.0.0"
76gem "railties", "~> 4.0.0"
8- gem " nokogiri" , "~> 1.6 .0"
7+ gem ' nokogiri' , "~> #{nokogiri_ver} .0"
98
109gemspec :path => "../"
Original file line number Diff line number Diff line change 1- # This file was generated by Appraisal
2-
31source "https://rubygems.org"
2+ nokogiri_ver = RUBY_VERSION < '2.1' ? '1.6' : '1.7'
43
54gem "actionpack", "~> 4.1.0"
65gem "activerecord", "~> 4.1.0"
76gem "railties", "~> 4.1.0"
8- gem " nokogiri" , "~> 1.6 .0"
7+ gem ' nokogiri' , "~> #{nokogiri_ver} .0"
98
109gemspec :path => "../"
Original file line number Diff line number Diff line change 1- # This file was generated by Appraisal
2-
31source "https://rubygems.org"
2+ nokogiri_ver = RUBY_VERSION < '2.1' ? '1.6' : '1.7'
43
54gem "actionpack", "~> 4.2.0"
65gem "activerecord", "~> 4.2.0"
76gem "railties", "~> 4.2.0"
8- gem " nokogiri" , "~> 1.6 .0"
7+ gem ' nokogiri' , "~> #{nokogiri_ver} .0"
98
109gemspec :path => "../"
Original file line number Diff line number Diff line change 1- # This file was generated by Appraisal
2-
31source "https://rubygems.org"
42
53gem "actionpack", "~> 5.0.0"
64gem "activerecord", "~> 5.0.0"
75gem "railties", "~> 5.0.0"
8- gem "nokogiri", "~> 1.7.0"
96
107gemspec :path => "../"
Original file line number Diff line number Diff line change 1- # This file was generated by Appraisal
2-
31source "https://rubygems.org"
42
53gem "actionpack", "~> 5.1.0"
64gem "activerecord", "~> 5.1.0"
75gem "railties", "~> 5.1.0"
8- gem "nokogiri", "~> 1.7.0"
96
107gemspec :path => "../"
Original file line number Diff line number Diff line change 1- # This file was generated by Appraisal
2-
31source "https://rubygems.org"
42
53git "https://github.com/rails/rails.git", :branch => "master" do
You can’t perform that action at this time.
0 commit comments