Skip to content

Commit

Permalink
Drop official support for Rails 4.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Oct 11, 2021
1 parent 6f16ae6 commit b934274
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Expand Up @@ -29,25 +29,12 @@ rvm:
- jruby-19mode
gemfile:
- Gemfile
- gemfiles/Gemfile.rails4.1
- gemfiles/Gemfile.rails5.0
matrix:
exclude:
- env: DB=
gemfile: gemfiles/Gemfile.rails4.1
- env: DB=
gemfile: gemfiles/Gemfile.rails5.0
- rvm: 2.1.10
gemfile: Gemfile
- rvm: 2.1.10
gemfile: gemfiles/Gemfile.rails5.0
- rvm: 2.4.4
gemfile: gemfiles/Gemfile.rails4.1
- rvm: 2.5.1
gemfile: gemfiles/Gemfile.rails4.1
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile.rails5.0
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile.rails4.1
- env: DB=sqlite USE_SQLITE_EXT=1
rvm: jruby-19mode
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Compatibility:

* Ruby versions: 2.1+, and JRuby.
* Databases: MySQL, PostgreSQL, SQLite, and MongoDB.
* Rails: 4, 5, and 6.
* Rails: 5.x and 6.x.
* Works outside of Rails with the `json` (for MRI) or `json_pure` (for JRuby) gem.


Expand Down
43 changes: 0 additions & 43 deletions gemfiles/Gemfile.rails4.1

This file was deleted.

0 comments on commit b934274

Please sign in to comment.