Skip to content

Commit

Permalink
chore: good-bye ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 20, 2019
1 parent e833ea0 commit b48898b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ matrix:
gemfile: gemfiles/rails52.gemfile
- rvm: 2.4
gemfile: gemfiles/rails52.gemfile
- rvm: 2.3
gemfile: gemfiles/rails52.gemfile
- rvm: 2.5
gemfile: gemfiles/rails51.gemfile
- rvm: 2.4
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

- **Ruby 2.4+** is required.

- Fix Rails 6 compatibility. ([@palkan][])

## 0.5.0 (2019-02-24)
Expand Down
2 changes: 1 addition & 1 deletion action-cable-testing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.4.0"

spec.add_dependency "actioncable", ">= 5.0"

Expand Down

0 comments on commit b48898b

Please sign in to comment.