File tree Expand file tree Collapse file tree 6 files changed +220
-213
lines changed
Expand file tree Collapse file tree 6 files changed +220
-213
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 run : cat env.* > .env
1313 - name : Load .env file
1414 uses : xom9ikk/dotenv@v2
15- - name : Set up Ruby 3.2
15+ - name : Set up Ruby 3.3
1616 uses : ruby/setup-ruby@v1
1717 with :
18- ruby-version : ' 3.2 '
18+ ruby-version : ' 3.3 '
1919 bundler-cache : true
2020 env :
2121 BUNDLE_RUBYGEMS__PKG__GITHUB__COM : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- FROM ruby:3.2 AS development
1+ FROM ruby:3.3 AS development
22
33ARG UNAME=app
44ARG UID=1000
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ source "https://rubygems.pkg.github.com/mlibrary" do
1616 gem "alma_rest_client" , "~> 2.0"
1717end
1818
19- # In order to get rspec to work for ruby 3.1 . Maybe later see if it's still necessary
19+ # In order to get rspec to work for ruby 3.3 . Maybe later see if it's still necessary
2020gem "net-smtp" , require : false
2121
2222group :development do
Original file line number Diff line number Diff line change @@ -288,4 +288,4 @@ DEPENDENCIES
288288 yabeda-puma-plugin
289289
290290BUNDLED WITH
291- 2.5.6
291+ 2.5.7
You can’t perform that action at this time.
0 commit comments