Skip to content

Commit

Permalink
main branch for redmine 6 only
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 11, 2024
1 parent 6eb891e commit 04f7fef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Rails:
Enabled: true

AllCops:
TargetRubyVersion: 2.7
TargetRailsVersion: 6.1.4
TargetRubyVersion: 3.1
TargetRailsVersion: 7.2
NewCops: enable

Metrics/AbcSize:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This plugins adds SAML authentication support for [Redmine](https://www.redmine.

## Requirements

- Redmine `>= 5.0`
- Ruby `>= 2.7
- Redmine `>= 6.0`
- Ruby `>= 3.1
- Redmine plugins: [additionals](https://www.redmine.org/plugins/additionals)

## Installing
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
author_url 'https://alphanodes.com/'
url 'https://github.com/alphanodes/redmine_saml'
version RedmineSaml::VERSION
requires_redmine version_or_higher: '5.0'
requires_redmine version_or_higher: '6.0'

begin
requires_redmine_plugin :additionals, version_or_higher: '3.0.8'
requires_redmine_plugin :additionals, version_or_higher: '4.0.0'
rescue Redmine::PluginNotFound
raise 'Please install additionals plugin (https://github.com/alphanodes/additionals)'
end
Expand Down

0 comments on commit 04f7fef

Please sign in to comment.