Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed Aug 23, 2018
1 parent 87ed224 commit e9b66bd
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 53 deletions.
52 changes: 13 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,57 +7,31 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
faraday (0.15.0)
multipart-post (>= 1.2, < 3)
google-protobuf (3.5.1.2-x86_64-linux)
googleapis-common-protos-types (1.0.1)
google-protobuf (3.6.1)
googleapis-common-protos-types (1.0.2)
google-protobuf (~> 3.0)
googleauth (0.6.2)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
logging (~> 2.0)
memoist (~> 0.12)
multi_json (~> 1.11)
os (~> 0.9)
signet (~> 0.7)
grpc (1.11.0-x86_64-linux)
grpc (1.14.1)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
googleauth (>= 0.5.1, < 0.7)
grpc-tools (1.11.0)
jwt (2.1.0)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
memoist (0.16.0)
multi_json (1.13.1)
multipart-post (2.0.0)
os (0.9.6)
grpc-tools (1.14.1)
jaro_winkler (1.5.1)
parallel (1.12.1)
parser (2.5.1.0)
parser (2.5.1.2)
ast (~> 2.4.0)
powerpack (0.1.1)
public_suffix (3.0.2)
powerpack (0.1.2)
rainbow (3.0.0)
rake (12.3.1)
rubocop (0.55.0)
rubocop (0.58.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
signet (0.8.1)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
unicode-display_width (1.3.2)
ruby-progressbar (1.10.0)
unicode-display_width (1.4.0)

PLATFORMS
ruby
Expand All @@ -69,4 +43,4 @@ DEPENDENCIES
rubocop

BUNDLED WITH
1.16.1
1.16.4
28 changes: 14 additions & 14 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
# name = "github.com/x/y"
# version = "2.4.0"

[[constraint]]
name = "google.golang.org/grpc"
version = ">= 1.13.0"

[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"

0 comments on commit e9b66bd

Please sign in to comment.