Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
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
Service Desk
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
tci-gateway-module
Grpc
Commits
cd1c1dd7
Commit
cd1c1dd7
authored
9 years ago
by
Stanley Cheung
Browse files
Options
Downloads
Plain Diff
Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_deps
Updates gem dependencies, style rules
parents
2ab39982
041e039e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ruby/.rubocop_todo.yml
+2
-2
2 additions, 2 deletions
src/ruby/.rubocop_todo.yml
src/ruby/grpc.gemspec
+6
-6
6 additions, 6 deletions
src/ruby/grpc.gemspec
with
8 additions
and
8 deletions
src/ruby/.rubocop_todo.yml
+
2
−
2
View file @
cd1c1dd7
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-04-1
4 09:35:44
-0700 using RuboCop version 0.
29.1
.
# on 2015-04-1
5 18:43:23
-0700 using RuboCop version 0.
30.0
.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
...
...
@@ -9,7 +9,7 @@
Metrics/AbcSize
:
Max
:
36
# Offense count:
2
# Offense count:
3
# Configuration parameters: CountComments.
Metrics/ClassLength
:
Max
:
183
...
...
This diff is collapsed.
Click to expand it.
src/ruby/grpc.gemspec
+
6
−
6
View file @
cd1c1dd7
...
...
@@ -22,16 +22,16 @@ Gem::Specification.new do |s|
s
.
platform
=
Gem
::
Platform
::
RUBY
s
.
add_dependency
'google-protobuf'
,
'~> 3.0.0alpha.1.1'
s
.
add_dependency
'googleauth'
,
'~> 0.4'
s
.
add_dependency
'googleauth'
,
'~> 0.4'
# reqd for interop tests
s
.
add_dependency
'logging'
,
'~> 1.8'
s
.
add_dependency
'minitest'
,
'~> 5.4'
# reqd for interop tests
s
.
add_dependency
'xray'
,
'~> 1.1'
s
.
add_development_dependency
'bundler'
,
'~> 1.
7
'
s
.
add_development_dependency
'rake'
,
'~> 10.
0
'
s
.
add_development_dependency
'rake-compiler'
,
'~> 0'
s
.
add_development_dependency
'rubocop'
,
'~> 0.
28.
0'
s
.
add_development_dependency
'rspec'
,
'~> 3.
0
'
s
.
add_development_dependency
'bundler'
,
'~> 1.
9
'
s
.
add_development_dependency
'rake'
,
'~> 10.
4
'
s
.
add_development_dependency
'rake-compiler'
,
'~> 0
.9
'
s
.
add_development_dependency
'rubocop'
,
'~> 0.
3
0'
s
.
add_development_dependency
'rspec'
,
'~> 3.
2
'
s
.
extensions
=
%w(ext/grpc/extconf.rb)
end
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