Skip to content

Commit 614db27

Browse files
author
Frank Natividad
committed
Updating Gemfile.lock with needed dependencies
1 parent eb5a4a2 commit 614db27

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

translate/Gemfile.lock

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,38 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
addressable (2.5.0)
5+
public_suffix (~> 2.0, >= 2.0.2)
46
diff-lcs (1.2.5)
7+
faraday (0.10.0)
8+
multipart-post (>= 1.2, < 3)
59
google-cloud-core (0.21.0)
6-
google-cloud-translate (0.22.0)
10+
google-cloud-translate (0.22.1)
711
google-cloud-core (~> 0.21.0)
12+
googleauth (~> 0.5.1)
13+
googleauth (0.5.1)
14+
faraday (~> 0.9)
15+
jwt (~> 1.4)
16+
logging (~> 2.0)
17+
memoist (~> 0.12)
18+
multi_json (~> 1.11)
19+
os (~> 0.9)
20+
signet (~> 0.7)
21+
jwt (1.5.6)
22+
little-plugger (1.1.4)
23+
logging (2.1.0)
24+
little-plugger (~> 1.1)
25+
multi_json (~> 1.10)
26+
memoist (0.15.0)
27+
multi_json (1.12.1)
28+
multipart-post (2.0.0)
29+
os (0.9.6)
30+
public_suffix (2.0.4)
831
rspec (3.5.0)
932
rspec-core (~> 3.5.0)
1033
rspec-expectations (~> 3.5.0)
1134
rspec-mocks (~> 3.5.0)
12-
rspec-core (3.5.3)
35+
rspec-core (3.5.4)
1336
rspec-support (~> 3.5.0)
1437
rspec-expectations (3.5.0)
1538
diff-lcs (>= 1.2.0, < 2.0)
@@ -18,6 +41,11 @@ GEM
1841
diff-lcs (>= 1.2.0, < 2.0)
1942
rspec-support (~> 3.5.0)
2043
rspec-support (3.5.0)
44+
signet (0.7.3)
45+
addressable (~> 2.3)
46+
faraday (~> 0.9)
47+
jwt (~> 1.5)
48+
multi_json (~> 1.10)
2149

2250
PLATFORMS
2351
ruby
@@ -27,4 +55,4 @@ DEPENDENCIES
2755
rspec
2856

2957
BUNDLED WITH
30-
1.12.5
58+
1.13.6

0 commit comments

Comments
 (0)