Skip to content

Commit

Permalink
# Support Ruby 3.2. Drop support for Ruby 2.7, Rails 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bshand committed Jun 15, 2023
1 parent b2eea53 commit 770d2d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
inherit_from: 'https://raw.githubusercontent.com/PublicHealthEngland/ndr_dev_support/master/.rubocop.yml'

AllCops:
TargetRubyVersion: 2.7
require: ndr_dev_support
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## [Unreleased]
### Added
* Support Ruby 3.2. Drop support for Ruby 2.7, Rails 6.0

## 2.3.1 / 2022-12-02
Expand Down
6 changes: 3 additions & 3 deletions ndr_error.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib}/**/*', 'CHANGELOG.md', 'CODE_OF_CONDUCT.md',
'MIT-LICENSE', 'Rakefile', 'README.md'] - ['.travis.yml']

s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'

s.add_dependency 'rails', '>= 6.0', '< 7.1'
s.add_dependency 'rails', '>= 6.1', '< 7.1'

# Support rails 6.0 / 6.1 with Ruby 3.1
# Support rails 6.1 with Ruby 3.1
s.add_dependency 'net-imap'
s.add_dependency 'net-pop'
s.add_dependency 'net-smtp'
Expand Down

0 comments on commit 770d2d7

Please sign in to comment.