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
path: root/ruby
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-19 23:29:48 +0300
committerStan Hu <stanhu@gmail.com>2018-11-19 23:32:14 +0300
commit8aa4e2c937df663c3de52eed7b317b1c29886715 (patch)
tree4c222d8a35a189d7a6d004a6b06ce7ff42d63b9e /ruby
parentfd2c85f10d7a880db10d1df66ebcd46ec6d7b25a (diff)
Bump activesupport gem to 5.0.7 and i8n to 1.1.1
This matches what's shipped with CE.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Gemfile.lock11
1 files changed, 6 insertions, 5 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 6efc10092..18c533514 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -2,9 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
abstract_type (0.0.7)
- activesupport (5.0.6)
+ activesupport (5.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (~> 0.7)
+ i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
adamantium (0.2.0)
@@ -18,7 +18,7 @@ GEM
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
- concurrent-ruby (1.0.5)
+ concurrent-ruby (1.1.3)
crass (1.0.4)
debug_inspector (0.0.3)
diff-lcs (1.3)
@@ -63,7 +63,8 @@ GEM
grpc (1.15.0)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
- i18n (0.8.1)
+ i18n (1.1.1)
+ concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.1.0)
licensee (8.9.2)
@@ -74,7 +75,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mini_portile2 (2.3.0)
- minitest (5.9.1)
+ minitest (5.11.3)
multipart-post (2.0.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)