File tree Expand file tree Collapse file tree 8 files changed +17
-39
lines changed
Expand file tree Collapse file tree 8 files changed +17
-39
lines changed Original file line number Diff line number Diff line change 55 - 1.9.3
66 - 2.0.0
77 - 2.1.10
8- - 2.2.5
9- - 2.3.1
8+ - 2.2.7
9+ - 2.3.4
10+ - 2.4.1
1011 - ruby-head
1112gemfile :
1213 - gemfiles/rails_4.0.gemfile
@@ -18,6 +19,14 @@ gemfile:
1819matrix :
1920 fast_finish : true
2021 exclude :
22+ - rvm : 2.4.1
23+ gemfile : gemfiles/rails_4.0.gemfile
24+ - rvm : ruby-head
25+ gemfile : gemfiles/rails_4.0.gemfile
26+ - rvm : 2.4.1
27+ gemfile : gemfiles/rails_4.1.gemfile
28+ - rvm : ruby-head
29+ gemfile : gemfiles/rails_4.1.gemfile
2130 - rvm : 1.9.3
2231 gemfile : gemfiles/rails_5.0.gemfile
2332 - 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