Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Ruby 2.2 support #616

Merged
merged 12 commits into from
May 23, 2019
Next Next commit
Target Ruby 2.3+
  • Loading branch information
mvz committed May 19, 2019
commit d21a1e71470b609f49799669c8441348e39b4cca
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AllCops:
- tmp/**/*
- vendor/**/*
DisplayCopNames: true
TargetRubyVersion: 2.2
TargetRubyVersion: 2.3

# Use older RuboCop default
Style/PercentLiteralDelimiters:
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
os: linux
- rvm: 2.3.8
os: osx
- rvm: 2.2
os: linux
- rvm: 2.2
os: osx
- rvm: jruby
os: linux
- rvm: jruby-9.2.7.0
Expand Down
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', ['>= 1.7.0', '< 3.0']
spec.rubygems_version = '>= 1.6.1'
spec.required_ruby_version = '>= 2.2'
spec.required_ruby_version = '>= 2.3'

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