Skip to content

Commit

Permalink
Drop ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovalov committed Dec 25, 2019
1 parent 37ac19b commit 42d500c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ before_install:
- gem install rubygems-update && update_rubygems
- yes | rvm @global do gem install bundler -v 2.1.2 || true
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
Expand Down Expand Up @@ -37,13 +36,9 @@ matrix:
- gemfile: gemfiles/Gemfile-rails-edge
- rvm: ruby-head
exclude:
- rvm: 2.3.8
gemfile: gemfiles/Gemfile-rails-edge
- rvm: 2.4.6
gemfile: gemfiles/Gemfile-rails-edge
- rvm: 2.5.5
gemfile: gemfiles/Gemfile-rails-edge
- rvm: 2.3.8
gemfile: gemfiles/Gemfile-rails.6.0.x
- rvm: 2.4.6
gemfile: gemfiles/Gemfile-rails.6.0.x
2 changes: 1 addition & 1 deletion webpacker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
"changelog_uri" => "https://github.com/rails/webpacker/blob/v#{Webpacker::VERSION}/CHANGELOG.md"
}

s.required_ruby_version = ">= 2.2.0"
s.required_ruby_version = ">= 2.4.0"

s.add_dependency "activesupport", ">= 4.2"
s.add_dependency "railties", ">= 4.2"
Expand Down

0 comments on commit 42d500c

Please sign in to comment.