Skip to content

Commit 45ac115

Browse files
committed
Merge main
2 parents f15d4f2 + 2b36b2b commit 45ac115

File tree

51 files changed

+722
-503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+722
-503
lines changed

appengine/endpoints/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

appengine/endpoints/clients/echo_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

appengine/endpoints/clients/google_id_token_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

appengine/endpoints/clients/google_jwt_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

appengine/flexible/ruby31-and-earlier/endpoints/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

appengine/flexible/ruby31-and-earlier/endpoints/clients/echo_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

appengine/flexible/ruby31-and-earlier/endpoints/clients/google_id_token_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

appengine/flexible/ruby31-and-earlier/endpoints/clients/google_jwt_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

appengine/flexible/ruby31-and-earlier/rails-cloudsql-postgres/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ GEM
186186
public_suffix (5.0.3)
187187
puma (3.12.6)
188188
racc (1.7.3)
189-
rack (2.2.8)
189+
rack (2.2.8.1)
190190
rack-test (2.1.0)
191191
rack (>= 1.3)
192192
rails (5.2.8.1)

appengine/flexible/ruby31-and-earlier/rails-hello_world/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ end
2121

2222

2323
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
24-
gem "rails", ">= 5.1.2", "< 5.3"
24+
gem "rails", ">= 5.1.2", "< 7.2"
2525
# Use Puma as the app server
2626
gem "puma", "~> 5.6"
2727
# Use SCSS for stylesheets
28-
gem "sass-rails", "~> 5.0"
28+
gem "sass-rails", "~> 6.0"
2929
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
3030
gem "jbuilder", "~> 2.5"
3131
# Use ActiveModel has_secure_password

0 commit comments

Comments
 (0)