Skip to content

Commit

Permalink
Drop support for ruby 2.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Sep 11, 2019
1 parent 4a63213 commit ff013ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml
require: rubocop-rspec

AllCops:
TargetRubyVersion: 2.4.0
TargetRubyVersion: 2.5.0

Layout/ExtraSpacing:
AllowForAlignment: false
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-09-11 16:15:16 -0400 using RuboCop version 0.74.0.
# on 2019-09-11 16:19:35 -0400 using RuboCop version 0.74.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false

language: ruby
rvm:
- 2.4
- 2.5
- 2.6

Expand Down
2 changes: 1 addition & 1 deletion ruolo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = 'A library to keep your static role-based access control policies in sync with your database.'
spec.homepage = 'https://github.com/mfinelli/ruolo'
spec.license = 'Apache-2.0'
spec.required_ruby_version = '>= 2.4.0'
spec.required_ruby_version = '>= 2.5.0'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit ff013ab

Please sign in to comment.