Skip to content

Commit

Permalink
Fix codespaces prebuilds (again) (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Jan 31, 2024
1 parent 2b6cdfa commit 04365ae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ RUN curl --fail --location --output /usr/bin/overmind.gz https://github.com/Dart
# Install Node.js
RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi

# Install gems
ARG BUNDLER_VERSION=2.2.11
RUN gem install bundler:${BUNDLER_VERSION} solargraph:'~> 0.50.0'
# Install gems (see script/setup for installing lib and app dependencies)
RUN gem install solargraph:'~> 0.50.0'

# Install chrome
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 \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
include:
- rails_version: "6.1.1"
ruby_version: "2.7"
ruby_version: "3.0"
- rails_version: "7.0.3"
ruby_version: "3.0"
- rails_version: "7.1.1"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
matrix:
include:
- rails_version: "6.1.1"
ruby_version: "2.7"
ruby_version: "3.0"
- rails_version: "7.0.3"
ruby_version: "3.0"
- rails_version: "7.1.1"
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
matrix:
include:
- rails_version: "6.1.1"
ruby_version: "2.7"
ruby_version: "3.0"
- rails_version: "7.0.3"
ruby_version: "3.0"
- rails_version: "7.1.1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ GEM
msgpack (1.7.2)
mutex_m (0.1.2)
nio4r (2.7.0)
nokogiri (1.15.4)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
octicons (19.8.0)
parallel (1.23.0)
Expand Down Expand Up @@ -319,4 +319,4 @@ DEPENDENCIES
yard (~> 0.9.25)

BUNDLED WITH
2.3.6
2.5.5
3 changes: 1 addition & 2 deletions app/components/primer/alpha/segmented_control.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

.SegmentedControl--iconOnly {
& .Button--iconOnly.Button--small,
& .Button--iconOnly.Button--medium,
& .Button--iconOnly.Button--large {
& .Button--iconOnly.Button--medium {
width: 100%;
padding-inline: 0 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@ DEPENDENCIES
view_component (>= 3.1.0)

BUNDLED WITH
2.4.1
2.5.5

0 comments on commit 04365ae

Please sign in to comment.