Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[dep] upgrades: ROR, Shakapacker, Node, Ruby, misc gem upgrades #593

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

Merged
justin808 merged 9 commits into master from ramezweissa/dep-upgrades
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
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
4 changes: 2 additions & 2 deletions .controlplane/Dockerfile
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.1.2
ARG RUBY_VERSION=3.3.3
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

# Install packages needed to build gems and node modules
Expand All @@ -8,7 +8,7 @@ RUN apt-get update -qq && \

# Install JavaScript dependencies
# Make sure NODE_VERSION matches the node version in .nvmrc and package.json
ARG NODE_VERSION=18.13.0
ARG NODE_VERSION=18.20.3
ARG YARN_VERSION=1.22.19
ENV PATH=/usr/local/node/bin:$PATH
RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js_test.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
node: [18.x]
ruby: [3.1.2]
ruby: [3.3.3]

env:
RAILS_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
node: [18.x]
ruby: [3.1.2]
ruby: [3.3.3]

env:
RAILS_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspec_test.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
node: [18.x]
ruby: [3.1.2]
ruby: [3.3.3]

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
v18.20.3
2 changes: 1 addition & 1 deletion .ruby-version
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.3
12 changes: 8 additions & 4 deletions Gemfile
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.2"
ruby "3.3.3"

gem "react_on_rails", "14.0.0"
gem "shakapacker", "7.2.1"
gem "react_on_rails", "14.0.3"
gem "shakapacker", "8.0.0"

# Bundle edge Rails instead: gem "rails", github: "rails/rails"
gem "listen"
Expand Down Expand Up @@ -45,10 +45,14 @@ gem "autoprefixer-rails"

gem "awesome_print"

# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
# Related issue: https://github.com/ruby/net-pop/issues/26
gem "net-pop", github: "ruby/net-pop"

# FIXME: quick fix for rails6, not needed since rails 7.0.1
# https://github.com/rails/rails/pull/44083
gem "net-imap", require: false
gem "net-pop", require: false
# gem "net-pop", require: false
gem "net-smtp", require: false

gem "redcarpet"
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /