Skip to content

Commit

Permalink
Drop Ruby 2.7.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Oct 20, 2023
1 parent 50356c4 commit 0b21f5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.7.5
TargetRubyVersion: 3.0.0
NewCops: enable

Style/FrozenStringLiteralComment:
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 @@ cache: bundler
matrix:
fast_finish: true
rvm:
- 2.7.5
- 3.0.0
- 3.1.0
- 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion meta_presenter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split($/)
s.require_paths = ['lib']

s.required_ruby_version = '>= 2.7.5'
s.required_ruby_version = '>= 3.0.0'

s.add_dependency 'actionmailer', '>= 6', '!= 7.0.0'
s.add_dependency 'actionpack', '>= 6', '!= 7.0.0'
Expand Down

0 comments on commit 0b21f5b

Please sign in to comment.