Skip to content

Commit 4f7d0f1

Browse files
authored
Merge pull request #72 from opf/bump/primer-upstream
Bump/primer upstream
2 parents 3b5b110 + 91936a5 commit 4f7d0f1

92 files changed

Lines changed: 2783 additions & 2154 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions

.changeset/late-windows-approve.md

Lines changed: 5 additions & 0 deletions

.changeset/nine-turtles-love.md

Lines changed: 5 additions & 0 deletions

.changeset/rotten-shirts-march.md

Lines changed: 5 additions & 0 deletions

.changeset/silent-lies-perform.md

Lines changed: 5 additions & 0 deletions

.changeset/tall-bugs-laugh.md

Lines changed: 5 additions & 0 deletions

.changeset/wet-fishes-fold.md

Lines changed: 5 additions & 0 deletions

.changeset/wise-coats-buy.md

Lines changed: 5 additions & 0 deletions

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Choice] Ruby version: 3, 3.0, 2, 2.7, 2.6
2-
ARG VARIANT="2.7"
3-
FROM mcr.microsoft.com/vscode/devcontainers/ruby:0-${VARIANT}
2+
ARG VARIANT="3"
3+
FROM mcr.microsoft.com/vscode/devcontainers/ruby:${VARIANT}
44

55
ARG INSTALL_NODE="true"
66
ARG NODE_VERSION="lts/*"
@@ -43,7 +43,7 @@ RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "umask 0002 && . /usr/l
4343

4444
# Install gems
4545
ARG BUNDLER_VERSION=2.2.11
46-
RUN gem install bundler:${BUNDLER_VERSION} solargraph
46+
RUN gem install bundler:${BUNDLER_VERSION} solargraph:'~> 0.50.0'
4747

4848
# Install chrome
4949
RUN curl --silent --show-error --location --fail --retry 3 --output /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": {
77
"dockerfile": "Dockerfile",
88
"args": {
9-
"VARIANT": "2.7",
9+
"VARIANT": "3",
1010
"INSTALL_NODE": "true",
1111
"NODE_VERSION": "lts/*"
1212
}

0 commit comments

Comments
 (0)