Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gitlab-org
gitlab-exporter
Commits
5c7071ec
Commit
5c7071ec
authored
Nov 09, 2018
by
Ahmad Sherif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 3.0.0
parent
9c64662b
Pipeline
#99404
passed with stage
in 54 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Gemfile.lock
Gemfile.lock
+3
-3
lib/gitlab_monitor/version.rb
lib/gitlab_monitor/version.rb
+1
-1
No files found.
Gemfile.lock
View file @
5c7071ec
PATH
remote: .
specs:
gitlab-monitor (
2.19.1
)
gitlab-monitor (
3.0.0
)
connection_pool (~> 2.2.1)
pg (~> 0.18.4)
quantile (~> 0.2.0)
...
...
@@ -20,7 +20,7 @@ GEM
pg (0.18.4)
powerpack (0.1.1)
quantile (0.2.1)
rack (1.6.1
0
)
rack (1.6.1
1
)
rack-protection (1.5.5)
rack
rainbow (2.1.0)
...
...
@@ -47,7 +47,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
sidekiq (5.2.
1
)
sidekiq (5.2.
3
)
connection_pool (~> 2.2, >= 2.2.2)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
...
...
lib/gitlab_monitor/version.rb
View file @
5c7071ec
module
GitLab
module
Monitor
VERSION
=
"
2.19.1
"
.
freeze
VERSION
=
"
3.0.0
"
.
freeze
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment