Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-05 00:16:29 +0300
committerStan Hu <stanhu@gmail.com>2019-04-05 05:04:04 +0300
commit6432df299692485a30ae9069d66488ef7230d877 (patch)
tree4e1a73bd870e80c388d415494ee29d9fcdf1a29a
parent727df67bb578939ae2e65549b00af69bee68eaa4 (diff)
Bump activesupport to 5.0.2.1
This reduces gem duplication in Omnibus GitLab and matches the changes in CE in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27022.
-rw-r--r--changelogs/unreleased/sh-bump-activesupport.yml5
-rw-r--r--ruby/Gemfile.lock4
2 files changed, 7 insertions, 2 deletions
diff --git a/changelogs/unreleased/sh-bump-activesupport.yml b/changelogs/unreleased/sh-bump-activesupport.yml
new file mode 100644
index 000000000..09902acd5
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-activesupport.yml
@@ -0,0 +1,5 @@
+---
+title: Bump activesupport to 5.0.2.1
+merge_request: 1185
+author:
+type: security
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index c2400204e..5d23fe10e 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
abstract_type (0.0.7)
- activesupport (5.0.7)
+ activesupport (5.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@@ -70,7 +70,7 @@ GEM
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
hashdiff (0.3.8)
- i18n (1.1.1)
+ i18n (1.6.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.2.0)