Skip to content

Commit

Permalink
Merge pull request #3437 from OfficeForProductSafetyAndStandards/chor…
Browse files Browse the repository at this point in the history
…e/update_rails_gem

chore/update_rails_gem
  • Loading branch information
alan-at-work authored Oct 16, 2024
2 parents c0794ed + 942581d commit e195997
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
ruby-version: 3.2.2

- name: Set up Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
ruby-version: 3.2.2
- uses: actions/cache@v4
with:
path: cosmetics-web/vendor/bundle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
ruby-version: 3.2.2
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
ruby-version: 3.2.2
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion cosmetics-web/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2
2 changes: 1 addition & 1 deletion cosmetics-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.1
FROM ruby:3.2.2

ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion cosmetics-web/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "~> 3.2.1"
ruby "~> 3.2.2"

gem "kaminari" # Must be loaded before ElasticSearch gems

Expand Down
3 changes: 2 additions & 1 deletion cosmetics-web/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux
Expand Down Expand Up @@ -723,7 +724,7 @@ DEPENDENCIES
wicked (~> 2.0)

RUBY VERSION
ruby 3.2.1p31
ruby 3.2.2p53

BUNDLED WITH
2.4.4
2 changes: 1 addition & 1 deletion cosmetics-web/support_portal/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.1"
ruby "3.2.2"

# Specify your gem's dependencies in support_portal.gemspec.
gemspec
Expand Down
3 changes: 2 additions & 1 deletion cosmetics-web/support_portal/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,15 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
sprockets-rails
support_portal!

RUBY VERSION
ruby 3.2.1p31
ruby 3.2.2p53

BUNDLED WITH
2.4.4
2 changes: 1 addition & 1 deletion cosmetics-web/support_portal/support_portal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
end

# This should be kept in sync with the Ruby version used by the main app
spec.required_ruby_version = ">= 3.2.0"
spec.required_ruby_version = ">= 3.2.2"

# Ensure any gems that are also used in the main app have the same version constraints
# Run `bundle install` for both this engine and the main app when adding or changing gems
Expand Down

0 comments on commit e195997

Please sign in to comment.