Skip to content

Commit

Permalink
chore(deps): update ruby on rails packages to v7 (#25305)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 6, 2024
1 parent 96aabc4 commit af9557d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion google-cloud-error_reporting/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "minitest-autotest", "~> 1.0"
gem "minitest-focus", "~> 1.1"
gem "minitest-rg", "~> 5.2"
gem "rack", ">= 0.1"
gem "railties", "~> 5.0"
gem "railties", ">= 5.0", "< 7.1.4"
gem "rake"
gem "redcarpet", "~> 3.0"
gem "simplecov", "~> 0.9"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-logging/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "minitest-focus", "~> 1.1"
gem "minitest-reporters", "~> 1.5.0", require: false
gem "minitest-rg", "~> 5.2"
gem "rack", ">= 0.1"
gem "railties", "~> 5.0"
gem "railties", ">= 5.0", "< 7.1.4"
gem "rake"
gem "redcarpet", "~> 3.0"
gem "simplecov", "~> 0.9"
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-trace/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "activerecord", "~> 5.0"
gem "activerecord", ">= 5.0", "< 7.1.4"
gem "autotest-suffix", "~> 1.1"
gem "faraday", "~> 1.3"
gem "google-cloud-core", path: "../google-cloud-core"
Expand All @@ -14,7 +14,7 @@ gem "minitest", "~> 5.16"
gem "minitest-autotest", "~> 1.0"
gem "minitest-focus", "~> 1.1"
gem "minitest-rg", "~> 5.2"
gem "railties", "~> 5.0"
gem "railties", ">= 5.0", "< 7.1.4"
gem "rake"
gem "redcarpet", "~> 3.0"
gem "simplecov", "~> 0.9"
Expand Down
2 changes: 1 addition & 1 deletion integration/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.3'
gem 'rails', '7.1.3.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
Expand Down
2 changes: 1 addition & 1 deletion integration/rails5_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
# eval_gemfile File.join(File.dirname(__FILE__), "../../Gemfile")

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.7', '>= 6.1.7.7'
gem 'rails', '>= 6.1.7.7', '< 7.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
Expand Down
2 changes: 1 addition & 1 deletion stackdriver/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "minitest", "~> 5.14"
gem "minitest-autotest", "~> 1.0"
gem "minitest-focus", "~> 1.1"
gem "minitest-rg", "~> 5.2"
gem "railties", "~> 5.0"
gem "railties", ">= 5.0", "< 7.1.4"
gem "rake"
gem "redcarpet", "~> 3.0"
gem "simplecov", "~> 0.9"
Expand Down

0 comments on commit af9557d

Please sign in to comment.