Skip to content

Commit

Permalink
Drop support to Ruby < 2.4, update travis to run on latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Sep 30, 2020
1 parent 0186ada commit 689f5e6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
27 changes: 11 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
cache: bundler
language: ruby
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.5
- 2.7.0
- jruby-9.2.7.0
- 2.4
- 2.5
- 2.6
- 2.7
gemfile:
- gemfiles/Gemfile.rails-5-0-stable
- gemfiles/Gemfile.rails-5-1-stable
- gemfiles/Gemfile.rails-5-2-stable
- Gemfile
matrix:
exclude:
- rvm: 2.3.8
gemfile: Gemfile
- rvm: 2.4.6
gemfile: Gemfile
- rvm: jruby-9.1.17.0
gemfile: Gemfile
allow_failures:
- rvm: jruby-9.1.17.0
gemfile: Gemfile
- rvm: jruby-9.2.7.0
- rvm: 2.4
gemfile: Gemfile
- rvm: 2.7
gemfile: gemfiles/Gemfile.rails-5-0-stable
- rvm: 2.7
gemfile: gemfiles/Gemfile.rails-5-1-stable
- rvm: 2.7
gemfile: gemfiles/Gemfile.rails-5-2-stable
before_install:
- gem update --system
notifications:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* Drop support to Ruby < 2.4.

## 5.0.3

### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion simple_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files -= Dir["test/support/country_select/**/*"]
s.require_paths = ["lib"]

s.required_ruby_version = '>= 2.3.0'
s.required_ruby_version = '>= 2.4.0'

s.add_dependency('activemodel', '>= 5.0')
s.add_dependency('actionpack', '>= 5.0')
Expand Down

0 comments on commit 689f5e6

Please sign in to comment.