File tree 7 files changed +16
-56
lines changed
7 files changed +16
-56
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
dist : xenial
3
3
before_install :
4
- - gem install rubygems-update -v 3.0.6 && update_rubygems
5
- # Rails 4.2 doesn't support bundler 2.0, so we need to lock bundler to
6
- # v1.17.3. This is just for Ruby 2.5 which ships with bundler 2.x on Travis
7
- # CI while Ruby 2.6 does not.
8
- # https://github.com/travis-ci/travis-rubies/issues/57#issuecomment-458981237
9
- - yes | rvm @global do gem install bundler -v 1.17.3 || true
4
+ - gem install rubygems-update && update_rubygems
5
+ - yes | rvm @global do gem install bundler -v 2.1.4 || true
10
6
rvm :
11
- - 2.3.8
12
- - 2.4.6
7
+ - 2.4.9
13
8
- 2.5.5
14
- - 2.6.3
9
+ - 2.6.5
10
+ - 2.7.0
15
11
- ruby-head
16
12
gemfile :
17
- - gemfiles/Gemfile-rails.4.2.x
18
- - gemfiles/Gemfile-rails.5.0.x
19
- - gemfiles/Gemfile-rails.5.1.x
20
13
- gemfiles/Gemfile-rails.5.2.x
21
14
- gemfiles/Gemfile-rails.6.0.x
22
15
- gemfiles/Gemfile-rails-edge
28
21
29
22
install :
30
23
- bundle install --jobs 3 --retry 3
31
- - nvm install 10
24
+ - nvm install 12
32
25
- node -v
33
26
- npm i -g yarn
34
27
- yarn
@@ -42,15 +35,9 @@ matrix:
42
35
- gemfile : gemfiles/Gemfile-rails-edge
43
36
- rvm : ruby-head
44
37
exclude :
45
- - rvm : 2.3.8
46
- gemfile : gemfiles/Gemfile-rails-edge
47
- - rvm : 2.4.6
38
+ - rvm : 2.4.9
48
39
gemfile : gemfiles/Gemfile-rails-edge
49
40
- rvm : 2.5.5
50
41
gemfile : gemfiles/Gemfile-rails-edge
51
- - rvm : ruby-head
52
- gemfile : gemfiles/Gemfile-rails.4.2.x
53
- - rvm : 2.3.8
54
- gemfile : gemfiles/Gemfile-rails.6.0.x
55
- - rvm : 2.4.6
42
+ - rvm : 2.4.9
56
43
gemfile : gemfiles/Gemfile-rails.6.0.x
Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
webpacker (4.2.2 )
5
- activesupport (>= 4 .2 )
5
+ activesupport (>= 5 .2 )
6
6
rack-proxy (>= 0.6.1 )
7
- railties (>= 4 .2 )
7
+ railties (>= 5 .2 )
8
8
semantic_range (>= 2.3.0 )
9
9
10
10
GEM
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ in which case you may not even need the asset pipeline. This is mostly relevant
50
50
51
51
## Prerequisites
52
52
53
- * Ruby 2.3 +
54
- * Rails 4 .2+
53
+ * Ruby 2.4 +
54
+ * Rails 5 .2+
55
55
* Node.js 10.13.0+
56
56
* Yarn 1.x+
57
57
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Gem::Specification.new do |s|
15
15
"changelog_uri" => "https://github.com/rails/webpacker/blob/v#{ Webpacker ::VERSION } /CHANGELOG.md"
16
16
}
17
17
18
- s . required_ruby_version = ">= 2.3 .0"
18
+ s . required_ruby_version = ">= 2.4 .0"
19
19
20
- s . add_dependency "activesupport" , ">= 4 .2"
21
- s . add_dependency "railties" , ">= 4 .2"
22
- s . add_dependency "rack-proxy" , ">= 0.6.1"
20
+ s . add_dependency "activesupport" , ">= 5 .2"
21
+ s . add_dependency "railties" , ">= 5 .2"
22
+ s . add_dependency "rack-proxy" , ">= 0.6.1"
23
23
s . add_dependency "semantic_range" , ">= 2.3.0"
24
24
25
25
s . add_development_dependency "bundler" , ">= 1.3.0"
You can’t perform that action at this time.
0 commit comments