Skip to content

Commit

Permalink
Merge pull request #44 from mlibrary/2024-04-01-updates
Browse files Browse the repository at this point in the history
April 2024 dependency updates.
  • Loading branch information
niquerio authored Apr 2, 2024
2 parents 895d9da + 7ced9f5 commit aac841f
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 213 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
run: cat env.* > .env
- name: Load .env file
uses: xom9ikk/dotenv@v2
- name: Set up Ruby 3.2
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.3'
bundler-cache: true
env:
BUNDLE_RUBYGEMS__PKG__GITHUB__COM: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2 AS development
FROM ruby:3.3 AS development

ARG UNAME=app
ARG UID=1000
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "https://rubygems.pkg.github.com/mlibrary" do
gem "alma_rest_client", "~> 2.0"
end

# In order to get rspec to work for ruby 3.1. Maybe later see if it's still necessary
# In order to get rspec to work for ruby 3.3. Maybe later see if it's still necessary
gem "net-smtp", require: false

group :development do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,4 @@ DEPENDENCIES
yabeda-puma-plugin

BUNDLED WITH
2.5.6
2.5.7
Loading

0 comments on commit aac841f

Please sign in to comment.