Skip to content

Commit

Permalink
Drop support for Ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Mar 26, 2019
1 parent b211f48 commit f625296
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ before_install:
- gem install bundler

rvm:
- 2.3
- 2.4
- 2.5
- ruby-head
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Upcoming release

**Breaking changes:**
- Dropped support for Rails 4.3

## v3.0.0.beta1 (2019-02-28)

**Breaking changes:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This gem has been inspired by our Rails development practices at [Ouvrages](http

## Compatibility

- Ruby 2.3+
- Ruby 2.4+
- Rails 5.0+
- Webpacker 3.0.0+

Expand Down
2 changes: 1 addition & 1 deletion komponent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
end

spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.3.0'
spec.required_ruby_version = '>= 2.4.0'

spec.add_dependency "actionview", ">= 5.0"
spec.add_dependency "activesupport", ">= 5.0"
Expand Down

0 comments on commit f625296

Please sign in to comment.