Skip to content

Commit

Permalink
Downgrade ruby to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Mar 9, 2024
1 parent be890bf commit 4eed411
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
ruby-version: 3.2.3
bundler-cache: true
- run: bundle install
- run: bundle exec rake TESTOPTS=-v
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUBY_VERSION=3.3.0-jemalloc
ARG RUBY_VERSION=3.2.3-jemalloc
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-slim
ADD . /src
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby "3.3.0"
ruby "3.2.3"

gem "rake"
gem "serious", :path => './serious'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.0p0
ruby 3.2.3p157

BUNDLED WITH
2.5.6

0 comments on commit 4eed411

Please sign in to comment.