Skip to content

Commit

Permalink
Merge pull request #12 from mlibrary/nov-2024-package-updates
Browse files Browse the repository at this point in the history
November 2024 update to ruby 3.3
  • Loading branch information
niquerio authored Nov 7, 2024
2 parents da20aa3 + 833a867 commit 8316603
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Run Tests

#on:
#workflow_dispatch:
on: push

jobs:
Expand All @@ -13,14 +11,12 @@ jobs:
- name: Create .env file
run: cat env.* > .env
- name: Load .env file
uses: xom9ikk/dotenv@v2
uses: xom9ikk/dotenv@v2.3.0
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
env:
BUNDLE_RUBYGEMS__PKG__GITHUB__COM: ${{secrets.GH_PACKAGE_READ_TOKEN}}
- name: Run linter for Ruby
run: bundle exec standardrb
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ruby:3.2 AS development
FROM ruby:3.3 AS development

ARG UNAME=app
ARG UID=1000
ARG GID=1000

#RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends \
#vim-tiny
RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends \
vim-tiny

RUN gem install bundler

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.6
2.5.23

0 comments on commit 8316603

Please sign in to comment.