Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(samples): upgrade rails 7 for ruby samples #1173

Merged
merged 25 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7ec060a
chore(samples): first pass of upgrades for few samples
shivgautam Aug 28, 2023
4ddb939
chore(samples): fixing rubocop issues
shivgautam Aug 28, 2023
15fed02
chore(samples): changes for 2 more samples
shivgautam Aug 28, 2023
e02c531
chore(samples): next set of few components
shivgautam Aug 28, 2023
06a88d1
chore(samples): getting started grpc update
shivgautam Aug 28, 2023
11c11e0
chore(samples): updates for metadata server
shivgautam Aug 28, 2023
117ec31
chore(samples): more metadata server changes
shivgautam Aug 28, 2023
86aaa4e
chore(samples): pubsub dependency updates
shivgautam Aug 28, 2023
340c4f7
chore(samples): updated dependencies for storage
shivgautam Aug 28, 2023
57006c3
chore(samples): updated dependencies for static files
shivgautam Aug 28, 2023
a16a8b8
chore(samples): updated dependencies for hello world
shivgautam Aug 28, 2023
4020eb9
chore(samples): dependency updates for auth
shivgautam Aug 29, 2023
69c066c
chore(samples): updated dependencies for iap & jobs
shivgautam Aug 29, 2023
ab59b49
chore(samples): replacing poltergeist with cuprite
shivgautam Aug 30, 2023
2e89261
Merge branch 'main' into replace_poltergeist_with_cuprite
shivgautam Aug 30, 2023
222538a
chore(samples): updated few components to rails 7
shivgautam Sep 19, 2023
950c500
Merge branch 'main' into upgrade_rails7_for_ruby_samples
shivgautam Sep 19, 2023
5c1fc42
chore: added dummy files to create images directory
shivgautam Sep 19, 2023
e250e80
chore(samples): upgraded to rails 7 for mysql component
shivgautam Sep 19, 2023
0120a89
chore: rubocop fix
shivgautam Sep 19, 2023
52b85ca
chore: minor change. updated ruby as the platform in Gemfile.lock
shivgautam Sep 20, 2023
3bb2c32
chore: removed dummy files and added .gitkeep to empty folders
shivgautam Sep 20, 2023
482a544
chore: minor change. fixed platforms & gem dependencies
shivgautam Sep 22, 2023
5f45a7c
chore: minor change for docs.
shivgautam Sep 22, 2023
15ff164
chore: minor change. rubocop fix
shivgautam Sep 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/endpoints/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
unf_ext (0.0.8.2)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
json
Expand Down
4 changes: 2 additions & 2 deletions appengine/flexible/analytics/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
mini_mime (1.1.5)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.4)
racc (~> 1.4)
public_suffix (5.0.3)
racc (1.7.1)
Expand Down Expand Up @@ -54,7 +54,7 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
capybara
Expand Down
10 changes: 6 additions & 4 deletions appengine/flexible/datastore/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
google-protobuf (3.24.2-x86_64-linux)
google-protobuf (3.24.2)
googleapis-common-protos (1.4.0)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
Expand All @@ -53,17 +53,19 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.57.0-x86_64-linux)
grpc (1.57.0)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
jwt (2.7.1)
matrix (0.4.2)
memoist (0.16.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
os (1.1.4)
public_suffix (5.0.3)
Expand Down Expand Up @@ -106,7 +108,7 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
capybara
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
webrick (1.8.1)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
rack-test
Expand Down
1 change: 0 additions & 1 deletion appengine/flexible/metadata_server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ GEM

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
faraday
Expand Down
6 changes: 3 additions & 3 deletions appengine/flexible/pubsub/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GEM
gapic-common (>= 0.19.1, < 2.a)
google-cloud-errors (~> 1.0)
grpc-google-iam-v1 (~> 1.1)
google-protobuf (3.24.2-x86_64-linux)
google-protobuf (3.24.2)
googleapis-common-protos (1.4.0)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
Expand All @@ -52,7 +52,7 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.57.0-x86_64-linux)
grpc (1.57.0)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
grpc-google-iam-v1 (1.3.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
webrick (1.8.1)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
google-cloud-pubsub
Expand Down
9 changes: 4 additions & 5 deletions appengine/flexible/static_files/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ GEM
websocket-driver (>= 0.6, < 0.8)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (5.0.3)
puma (6.3.1)
Expand Down Expand Up @@ -73,7 +75,7 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
capybara
Expand All @@ -85,8 +87,5 @@ DEPENDENCIES
slim
webrick

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.12
6 changes: 4 additions & 2 deletions appengine/flexible/storage/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ GEM
matrix (0.4.2)
memoist (0.16.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
os (1.1.4)
public_suffix (5.0.3)
Expand Down Expand Up @@ -129,7 +131,7 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
capybara
Expand Down
6 changes: 4 additions & 2 deletions appengine/flexible/websockets/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ GEM
websocket-driver (>= 0.6, < 0.8)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (5.0.3)
racc (1.7.1)
Expand Down Expand Up @@ -75,7 +77,7 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
capybara
Expand Down
2 changes: 1 addition & 1 deletion appengine/hello_world/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
tilt (2.2.0)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
rack-test
Expand Down
20 changes: 10 additions & 10 deletions appengine/rails-cloudsql-mysql/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ end


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", ">= 5.1.3", "< 5.3"
gem "rails", "~> 7.0"

# Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 1.3.6", "< 1.5.4"
gem "sqlite3", "~> 1.6"
# Use Puma as the app server
gem "puma", "~> 3.7"
gem "puma", "~> 6.3"
# Use SCSS for stylesheets
gem "sass-rails", "~> 5.0"
gem "sass-rails", "~> 6.0"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.5"
gem "jbuilder", "~> 2.11"
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand All @@ -48,22 +48,22 @@ end

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem "listen", ">= 3.0.5", "< 3.8.1"
gem "web-console", ">= 3.3.0"
gem "listen", "~> 3.8"
gem "web-console", ">= 4.2.0"
end

group :test do
gem "capybara"
gem "poltergeist"
gem "cuprite"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# [START gems]
# Added at 2017-08-07 11:54:06 -0700 by USER:
gem "mysql2", "~> 0.4.8"
gem "mysql2", "~> 0.5.5"

# Added at 2017-08-07 11:54:12 -0700 by USER:
gem "appengine", ">= 0.4.1", "< 0.7.1"
gem "appengine", "~> 0.7"
# [END gems]
Loading