Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-redmine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
docker-redmine
Commits
2ef67f1a
Verified
Commit
2ef67f1a
authored
1 year ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Test
parent
c08cd4a8
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#17881
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/redmine_checklists/Gemfile
+1
-1
1 addition, 1 deletion
plugins/redmine_checklists/Gemfile
plugins/redmine_checklists/init.rb
+1
-1
1 addition, 1 deletion
plugins/redmine_checklists/init.rb
with
2 additions
and
2 deletions
plugins/redmine_checklists/Gemfile
+
1
−
1
View file @
2ef67f1a
gem
'redmine
up
'
gem
'redmine
_crm
'
This diff is collapsed.
Click to expand it.
plugins/redmine_checklists/init.rb
+
1
−
1
View file @
2ef67f1a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with redmine_checklists. If not, see <http://www.gnu.org/licenses/>.
# along with redmine_checklists. If not, see <http://www.gnu.org/licenses/>.
requires_redmineup
version_or_higher:
'1.0.5'
rescue
raise
"
\n\033
[31mRedmine requires newer redmineup gem version.
\n
Please update with 'bundle update redmineup'.
\033
[0m"
#
requires_redmineup version_or_higher: '1.0.5' rescue raise "\n\033[31mRedmine requires newer redmineup gem version.\nPlease update with 'bundle update redmineup'.\033[0m"
CHECKLISTS_VERSION_NUMBER
=
'3.1.23'
.
freeze
CHECKLISTS_VERSION_NUMBER
=
'3.1.23'
.
freeze
CHECKLISTS_VERSION_TYPE
=
"Light version"
CHECKLISTS_VERSION_TYPE
=
"Light version"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment