Skip to content

Commit

Permalink
Update bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Mar 22, 2019
1 parent 21f36fc commit 7107936
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 113 deletions.
37 changes: 20 additions & 17 deletions integration_test/builder_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,63 +1,66 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
backports (3.11.4)
backports (3.12.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
debug_inspector (0.0.3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
google-cloud-core (1.2.7)
google-cloud-core (1.3.0)
google-cloud-env (~> 1.0)
google-cloud-debugger (0.32.6)
google-cloud-debugger (0.33.3)
binding_of_caller (~> 0.7)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-cloud-logging (~> 1.0)
google-gax (~> 1.0)
stackdriver-core (~> 1.3)
google-cloud-env (1.0.5)
faraday (~> 0.11)
google-cloud-error_reporting (0.30.5)
google-cloud-error_reporting (0.31.3)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-gax (~> 1.0)
stackdriver-core (~> 1.3)
google-cloud-logging (1.5.7)
concurrent-ruby (~> 1.0)
google-cloud-logging (1.6.2)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-gax (~> 1.3)
googleapis-common-protos-types (>= 1.0.2)
stackdriver-core (~> 1.3)
google-cloud-monitoring (0.29.2)
google-cloud-monitoring (0.29.3)
google-gax (~> 1.3)
googleapis-common-protos-types (>= 1.0.2)
google-cloud-trace (0.33.6)
google-cloud-trace (0.34.1)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-gax (~> 1.3)
stackdriver-core (~> 1.3)
google-gax (1.4.0)
google-gax (1.5.0)
google-protobuf (~> 3.2)
googleapis-common-protos (>= 1.3.5, < 2.0)
googleauth (~> 0.6.2)
googleauth (>= 0.6.2, < 0.10.0)
grpc (>= 1.7.2, < 2.0)
rly (~> 0.2.3)
google-protobuf (3.6.1)
googleapis-common-protos (1.3.7)
google-protobuf (3.7.0)
googleapis-common-protos (1.3.8)
google-protobuf (~> 3.0)
googleapis-common-protos-types (~> 1.0)
grpc (~> 1.0)
googleapis-common-protos-types (1.0.2)
googleapis-common-protos-types (1.0.3)
google-protobuf (~> 3.0)
googleauth (0.6.7)
googleauth (0.8.0)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
grpc (1.17.1)
grpc (1.19.0)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
jwt (2.1.0)
Expand Down
37 changes: 20 additions & 17 deletions integration_test/simple_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,63 +1,66 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
backports (3.11.4)
backports (3.12.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
debug_inspector (0.0.3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
google-cloud-core (1.2.7)
google-cloud-core (1.3.0)
google-cloud-env (~> 1.0)
google-cloud-debugger (0.32.6)
google-cloud-debugger (0.33.3)
binding_of_caller (~> 0.7)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-cloud-logging (~> 1.0)
google-gax (~> 1.0)
stackdriver-core (~> 1.3)
google-cloud-env (1.0.5)
faraday (~> 0.11)
google-cloud-error_reporting (0.30.5)
google-cloud-error_reporting (0.31.3)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-gax (~> 1.0)
stackdriver-core (~> 1.3)
google-cloud-logging (1.5.7)
concurrent-ruby (~> 1.0)
google-cloud-logging (1.6.2)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-gax (~> 1.3)
googleapis-common-protos-types (>= 1.0.2)
stackdriver-core (~> 1.3)
google-cloud-monitoring (0.29.2)
google-cloud-monitoring (0.29.3)
google-gax (~> 1.3)
googleapis-common-protos-types (>= 1.0.2)
google-cloud-trace (0.33.6)
google-cloud-trace (0.34.1)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-gax (~> 1.3)
stackdriver-core (~> 1.3)
google-gax (1.4.0)
google-gax (1.5.0)
google-protobuf (~> 3.2)
googleapis-common-protos (>= 1.3.5, < 2.0)
googleauth (~> 0.6.2)
googleauth (>= 0.6.2, < 0.10.0)
grpc (>= 1.7.2, < 2.0)
rly (~> 0.2.3)
google-protobuf (3.6.1)
googleapis-common-protos (1.3.7)
google-protobuf (3.7.0)
googleapis-common-protos (1.3.8)
google-protobuf (~> 3.0)
googleapis-common-protos-types (~> 1.0)
grpc (~> 1.0)
googleapis-common-protos-types (1.0.2)
googleapis-common-protos-types (1.0.3)
google-protobuf (~> 3.0)
googleauth (0.6.7)
googleauth (0.8.0)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
grpc (1.17.1)
grpc (1.19.0)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
jwt (2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion test/sample_apps/rails4_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.11'
gem 'rails', '4.2.11.1'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
72 changes: 36 additions & 36 deletions test/sample_apps/rails4_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.11)
actionpack (= 4.2.11)
actionview (= 4.2.11)
activejob (= 4.2.11)
actionmailer (4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.11)
actionview (= 4.2.11)
activesupport (= 4.2.11)
actionpack (4.2.11.1)
actionview (= 4.2.11.1)
activesupport (= 4.2.11.1)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.11)
activesupport (= 4.2.11)
actionview (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.11)
activesupport (= 4.2.11)
activejob (4.2.11.1)
activesupport (= 4.2.11.1)
globalid (>= 0.3.0)
activemodel (4.2.11)
activesupport (= 4.2.11)
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
activerecord (4.2.11)
activemodel (= 4.2.11)
activesupport (= 4.2.11)
activerecord (4.2.11.1)
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
arel (~> 6.0)
activesupport (4.2.11)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand All @@ -39,14 +39,14 @@ GEM
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (10.0.2)
concurrent-ruby (1.1.4)
byebug (11.0.0)
concurrent-ruby (1.1.5)
crass (1.0.4)
debug_inspector (0.0.3)
erubis (2.7.0)
execjs (2.7.0)
ffi (1.9.25)
globalid (0.4.1)
ffi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand All @@ -63,22 +63,22 @@ GEM
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.13.1)
nokogiri (1.9.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
puma (3.12.0)
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.11)
actionmailer (= 4.2.11)
actionpack (= 4.2.11)
actionview (= 4.2.11)
activejob (= 4.2.11)
activemodel (= 4.2.11)
activerecord (= 4.2.11)
activesupport (= 4.2.11)
rails (4.2.11.1)
actionmailer (= 4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
activemodel (= 4.2.11.1)
activerecord (= 4.2.11.1)
activesupport (= 4.2.11.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.11)
railties (= 4.2.11.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
Expand All @@ -88,17 +88,17 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (4.2.11)
actionpack (= 4.2.11)
activesupport (= 4.2.11)
railties (4.2.11.1)
actionpack (= 4.2.11.1)
activesupport (= 4.2.11.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rdoc (4.3.0)
sass (3.7.2)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -139,7 +139,7 @@ DEPENDENCIES
byebug
jbuilder (~> 2.0)
puma (~> 3.0)
rails (= 4.2.11)
rails (= 4.2.11.1)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
uglifier (>= 1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion test/sample_apps/rails5_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.7'
gem 'rails', '5.0.7.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
Expand Down

0 comments on commit 7107936

Please sign in to comment.