Downgrade to Ruby 3.3.4

This commit is contained in:
Eugene Burmakin 2024-09-05 21:38:46 +02:00
parent b2823a987b
commit a8563a12fe
5 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.3.5' ruby-version: '3.3.4'
bundler-cache: true bundler-cache: true
- name: Set up Node.js - name: Set up Node.js

View file

@ -1 +1 @@
3.3.5 3.3.4

View file

@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- Ruby version updated to 3.3.5 - Ruby version updated to 3.3.4
- Visits suggestion process now will try to merge consecutive visits to the same place into one visit. - Visits suggestion process now will try to merge consecutive visits to the same place into one visit.

View file

@ -1,4 +1,4 @@
FROM ruby:3.3.5-alpine FROM ruby:3.3.4-alpine
ENV APP_PATH /var/app ENV APP_PATH /var/app
ENV BUNDLE_VERSION 2.5.9 ENV BUNDLE_VERSION 2.5.9

View file

@ -462,7 +462,7 @@ DEPENDENCIES
webmock webmock
RUBY VERSION RUBY VERSION
ruby 3.3.5p100 ruby 3.3.4p94
BUNDLED WITH BUNDLED WITH
2.5.9 2.5.9