Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit a0a44ff

Browse files
committed
Update bundles
1 parent 5924641 commit a0a44ff

6 files changed

Lines changed: 119 additions & 113 deletions

File tree

integration_test/builder_app/Gemfile.lock

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,66 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
4+
addressable (2.6.0)
55
public_suffix (>= 2.0.2, < 4.0)
6-
backports (3.11.4)
6+
backports (3.12.0)
77
binding_of_caller (0.8.0)
88
debug_inspector (>= 0.0.1)
9-
concurrent-ruby (1.1.4)
9+
concurrent-ruby (1.1.5)
1010
debug_inspector (0.0.3)
1111
faraday (0.15.4)
1212
multipart-post (>= 1.2, < 3)
13-
google-cloud-core (1.2.7)
13+
google-cloud-core (1.3.0)
1414
google-cloud-env (~> 1.0)
15-
google-cloud-debugger (0.32.6)
15+
google-cloud-debugger (0.33.3)
1616
binding_of_caller (~> 0.7)
17+
concurrent-ruby (~> 1.1)
1718
google-cloud-core (~> 1.2)
1819
google-cloud-logging (~> 1.0)
1920
google-gax (~> 1.0)
2021
stackdriver-core (~> 1.3)
2122
google-cloud-env (1.0.5)
2223
faraday (~> 0.11)
23-
google-cloud-error_reporting (0.30.5)
24+
google-cloud-error_reporting (0.31.3)
25+
concurrent-ruby (~> 1.1)
2426
google-cloud-core (~> 1.2)
2527
google-gax (~> 1.0)
2628
stackdriver-core (~> 1.3)
27-
google-cloud-logging (1.5.7)
28-
concurrent-ruby (~> 1.0)
29+
google-cloud-logging (1.6.2)
30+
concurrent-ruby (~> 1.1)
2931
google-cloud-core (~> 1.2)
3032
google-gax (~> 1.3)
3133
googleapis-common-protos-types (>= 1.0.2)
3234
stackdriver-core (~> 1.3)
33-
google-cloud-monitoring (0.29.2)
35+
google-cloud-monitoring (0.29.3)
3436
google-gax (~> 1.3)
3537
googleapis-common-protos-types (>= 1.0.2)
36-
google-cloud-trace (0.33.6)
38+
google-cloud-trace (0.34.1)
39+
concurrent-ruby (~> 1.1)
3740
google-cloud-core (~> 1.2)
3841
google-gax (~> 1.3)
3942
stackdriver-core (~> 1.3)
40-
google-gax (1.4.0)
43+
google-gax (1.5.0)
4144
google-protobuf (~> 3.2)
4245
googleapis-common-protos (>= 1.3.5, < 2.0)
43-
googleauth (~> 0.6.2)
46+
googleauth (>= 0.6.2, < 0.10.0)
4447
grpc (>= 1.7.2, < 2.0)
4548
rly (~> 0.2.3)
46-
google-protobuf (3.6.1)
47-
googleapis-common-protos (1.3.7)
49+
google-protobuf (3.7.0)
50+
googleapis-common-protos (1.3.8)
4851
google-protobuf (~> 3.0)
4952
googleapis-common-protos-types (~> 1.0)
5053
grpc (~> 1.0)
51-
googleapis-common-protos-types (1.0.2)
54+
googleapis-common-protos-types (1.0.3)
5255
google-protobuf (~> 3.0)
53-
googleauth (0.6.7)
56+
googleauth (0.8.0)
5457
faraday (~> 0.12)
5558
jwt (>= 1.4, < 3.0)
5659
memoist (~> 0.16)
5760
multi_json (~> 1.11)
5861
os (>= 0.9, < 2.0)
5962
signet (~> 0.7)
60-
grpc (1.17.1)
63+
grpc (1.19.0)
6164
google-protobuf (~> 3.1)
6265
googleapis-common-protos-types (~> 1.0.0)
6366
jwt (2.1.0)

integration_test/simple_app/Gemfile.lock

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,66 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
4+
addressable (2.6.0)
55
public_suffix (>= 2.0.2, < 4.0)
6-
backports (3.11.4)
6+
backports (3.12.0)
77
binding_of_caller (0.8.0)
88
debug_inspector (>= 0.0.1)
9-
concurrent-ruby (1.1.4)
9+
concurrent-ruby (1.1.5)
1010
debug_inspector (0.0.3)
1111
faraday (0.15.4)
1212
multipart-post (>= 1.2, < 3)
13-
google-cloud-core (1.2.7)
13+
google-cloud-core (1.3.0)
1414
google-cloud-env (~> 1.0)
15-
google-cloud-debugger (0.32.6)
15+
google-cloud-debugger (0.33.3)
1616
binding_of_caller (~> 0.7)
17+
concurrent-ruby (~> 1.1)
1718
google-cloud-core (~> 1.2)
1819
google-cloud-logging (~> 1.0)
1920
google-gax (~> 1.0)
2021
stackdriver-core (~> 1.3)
2122
google-cloud-env (1.0.5)
2223
faraday (~> 0.11)
23-
google-cloud-error_reporting (0.30.5)
24+
google-cloud-error_reporting (0.31.3)
25+
concurrent-ruby (~> 1.1)
2426
google-cloud-core (~> 1.2)
2527
google-gax (~> 1.0)
2628
stackdriver-core (~> 1.3)
27-
google-cloud-logging (1.5.7)
28-
concurrent-ruby (~> 1.0)
29+
google-cloud-logging (1.6.2)
30+
concurrent-ruby (~> 1.1)
2931
google-cloud-core (~> 1.2)
3032
google-gax (~> 1.3)
3133
googleapis-common-protos-types (>= 1.0.2)
3234
stackdriver-core (~> 1.3)
33-
google-cloud-monitoring (0.29.2)
35+
google-cloud-monitoring (0.29.3)
3436
google-gax (~> 1.3)
3537
googleapis-common-protos-types (>= 1.0.2)
36-
google-cloud-trace (0.33.6)
38+
google-cloud-trace (0.34.1)
39+
concurrent-ruby (~> 1.1)
3740
google-cloud-core (~> 1.2)
3841
google-gax (~> 1.3)
3942
stackdriver-core (~> 1.3)
40-
google-gax (1.4.0)
43+
google-gax (1.5.0)
4144
google-protobuf (~> 3.2)
4245
googleapis-common-protos (>= 1.3.5, < 2.0)
43-
googleauth (~> 0.6.2)
46+
googleauth (>= 0.6.2, < 0.10.0)
4447
grpc (>= 1.7.2, < 2.0)
4548
rly (~> 0.2.3)
46-
google-protobuf (3.6.1)
47-
googleapis-common-protos (1.3.7)
49+
google-protobuf (3.7.0)
50+
googleapis-common-protos (1.3.8)
4851
google-protobuf (~> 3.0)
4952
googleapis-common-protos-types (~> 1.0)
5053
grpc (~> 1.0)
51-
googleapis-common-protos-types (1.0.2)
54+
googleapis-common-protos-types (1.0.3)
5255
google-protobuf (~> 3.0)
53-
googleauth (0.6.7)
56+
googleauth (0.8.0)
5457
faraday (~> 0.12)
5558
jwt (>= 1.4, < 3.0)
5659
memoist (~> 0.16)
5760
multi_json (~> 1.11)
5861
os (>= 0.9, < 2.0)
5962
signet (~> 0.7)
60-
grpc (1.17.1)
63+
grpc (1.19.0)
6164
google-protobuf (~> 3.1)
6265
googleapis-common-protos-types (~> 1.0.0)
6366
jwt (2.1.0)

test/sample_apps/rails4_app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5-
gem 'rails', '4.2.11'
5+
gem 'rails', '4.2.11.1'
66
# Use SCSS for stylesheets
77
gem 'sass-rails', '~> 5.0'
88
# Use Uglifier as compressor for JavaScript assets

test/sample_apps/rails4_app/Gemfile.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.2.11)
5-
actionpack (= 4.2.11)
6-
actionview (= 4.2.11)
7-
activejob (= 4.2.11)
4+
actionmailer (4.2.11.1)
5+
actionpack (= 4.2.11.1)
6+
actionview (= 4.2.11.1)
7+
activejob (= 4.2.11.1)
88
mail (~> 2.5, >= 2.5.4)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
actionpack (4.2.11)
11-
actionview (= 4.2.11)
12-
activesupport (= 4.2.11)
10+
actionpack (4.2.11.1)
11+
actionview (= 4.2.11.1)
12+
activesupport (= 4.2.11.1)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (4.2.11)
18-
activesupport (= 4.2.11)
17+
actionview (4.2.11.1)
18+
activesupport (= 4.2.11.1)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
2222
rails-html-sanitizer (~> 1.0, >= 1.0.3)
23-
activejob (4.2.11)
24-
activesupport (= 4.2.11)
23+
activejob (4.2.11.1)
24+
activesupport (= 4.2.11.1)
2525
globalid (>= 0.3.0)
26-
activemodel (4.2.11)
27-
activesupport (= 4.2.11)
26+
activemodel (4.2.11.1)
27+
activesupport (= 4.2.11.1)
2828
builder (~> 3.1)
29-
activerecord (4.2.11)
30-
activemodel (= 4.2.11)
31-
activesupport (= 4.2.11)
29+
activerecord (4.2.11.1)
30+
activemodel (= 4.2.11.1)
31+
activesupport (= 4.2.11.1)
3232
arel (~> 6.0)
33-
activesupport (4.2.11)
33+
activesupport (4.2.11.1)
3434
i18n (~> 0.7)
3535
minitest (~> 5.1)
3636
thread_safe (~> 0.3, >= 0.3.4)
@@ -39,14 +39,14 @@ GEM
3939
binding_of_caller (0.8.0)
4040
debug_inspector (>= 0.0.1)
4141
builder (3.2.3)
42-
byebug (10.0.2)
43-
concurrent-ruby (1.1.4)
42+
byebug (11.0.0)
43+
concurrent-ruby (1.1.5)
4444
crass (1.0.4)
4545
debug_inspector (0.0.3)
4646
erubis (2.7.0)
4747
execjs (2.7.0)
48-
ffi (1.9.25)
49-
globalid (0.4.1)
48+
ffi (1.10.0)
49+
globalid (0.4.2)
5050
activesupport (>= 4.2.0)
5151
i18n (0.9.5)
5252
concurrent-ruby (~> 1.0)
@@ -63,22 +63,22 @@ GEM
6363
mini_portile2 (2.4.0)
6464
minitest (5.11.3)
6565
multi_json (1.13.1)
66-
nokogiri (1.9.1)
66+
nokogiri (1.10.1)
6767
mini_portile2 (~> 2.4.0)
6868
puma (3.12.0)
6969
rack (1.6.11)
7070
rack-test (0.6.3)
7171
rack (>= 1.0)
72-
rails (4.2.11)
73-
actionmailer (= 4.2.11)
74-
actionpack (= 4.2.11)
75-
actionview (= 4.2.11)
76-
activejob (= 4.2.11)
77-
activemodel (= 4.2.11)
78-
activerecord (= 4.2.11)
79-
activesupport (= 4.2.11)
72+
rails (4.2.11.1)
73+
actionmailer (= 4.2.11.1)
74+
actionpack (= 4.2.11.1)
75+
actionview (= 4.2.11.1)
76+
activejob (= 4.2.11.1)
77+
activemodel (= 4.2.11.1)
78+
activerecord (= 4.2.11.1)
79+
activesupport (= 4.2.11.1)
8080
bundler (>= 1.3.0, < 2.0)
81-
railties (= 4.2.11)
81+
railties (= 4.2.11.1)
8282
sprockets-rails
8383
rails-deprecated_sanitizer (1.0.3)
8484
activesupport (>= 4.2.0.alpha)
@@ -88,17 +88,17 @@ GEM
8888
rails-deprecated_sanitizer (>= 1.0.1)
8989
rails-html-sanitizer (1.0.4)
9090
loofah (~> 2.2, >= 2.2.2)
91-
railties (4.2.11)
92-
actionpack (= 4.2.11)
93-
activesupport (= 4.2.11)
91+
railties (4.2.11.1)
92+
actionpack (= 4.2.11.1)
93+
activesupport (= 4.2.11.1)
9494
rake (>= 0.8.7)
9595
thor (>= 0.18.1, < 2.0)
9696
rake (12.3.2)
9797
rb-fsevent (0.10.3)
9898
rb-inotify (0.10.0)
9999
ffi (~> 1.0)
100100
rdoc (4.3.0)
101-
sass (3.7.2)
101+
sass (3.7.3)
102102
sass-listen (~> 4.0.0)
103103
sass-listen (4.0.0)
104104
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -139,7 +139,7 @@ DEPENDENCIES
139139
byebug
140140
jbuilder (~> 2.0)
141141
puma (~> 3.0)
142-
rails (= 4.2.11)
142+
rails (= 4.2.11.1)
143143
sass-rails (~> 5.0)
144144
sdoc (~> 0.4.0)
145145
uglifier (>= 1.3.0)

test/sample_apps/rails5_app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88

99
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10-
gem 'rails', '~> 5.0.7'
10+
gem 'rails', '5.0.7.2'
1111
# Use sqlite3 as the database for Active Record
1212
gem 'sqlite3'
1313
# Use Puma as the app server

0 commit comments

Comments
 (0)