Skip to content

Commit

Permalink
Drop Rails < 5.2, add ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovalov committed Jan 7, 2020
1 parent 42d500c commit 16674d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ before_install:
- gem install rubygems-update && update_rubygems
- yes | rvm @global do gem install bundler -v 2.1.2 || true
rvm:
- 2.4.6
- 2.4.9
- 2.5.5
- 2.6.3
- 2.6.5
- 2.7.0
- ruby-head
gemfile:
- gemfiles/Gemfile-rails.5.0.x
- gemfiles/Gemfile-rails.5.1.x
- gemfiles/Gemfile-rails.5.2.x
- gemfiles/Gemfile-rails.6.0.x
- gemfiles/Gemfile-rails-edge
Expand All @@ -36,9 +35,9 @@ matrix:
- gemfile: gemfiles/Gemfile-rails-edge
- rvm: ruby-head
exclude:
- rvm: 2.4.6
- rvm: 2.4.9
gemfile: gemfiles/Gemfile-rails-edge
- rvm: 2.5.5
gemfile: gemfiles/Gemfile-rails-edge
- rvm: 2.4.6
- rvm: 2.4.9
gemfile: gemfiles/Gemfile-rails.6.0.x
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ in which case you may not even need the asset pipeline. This is mostly relevant
## Prerequisites

* Ruby 2.2+
* Rails 5.x+
* Rails 5.2+
* Node.js 8.16.0+
* Yarn 1.x+

Expand Down
9 changes: 0 additions & 9 deletions gemfiles/Gemfile-rails.5.0.x

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/Gemfile-rails.5.1.x

This file was deleted.

0 comments on commit 16674d0

Please sign in to comment.