Skip to content

Commit

Permalink
update to ruby 3.3.5 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix authored Oct 7, 2024
1 parent 0021889 commit 5f5f4e4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 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.4
ruby-version: 3.3.5
bundler-cache: true
- run: bundle install
- run: bundle exec rake TESTOPTS=-v
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.3.4
FROM ruby:3.3.5
ADD . /src
WORKDIR /src

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.4-jemalloc
ARG RUBY_VERSION=3.3.5-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.4"
ruby "3.3.5"

gem "rake"
gem "serious", :path => './serious'
Expand Down
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
rexml
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.111.0)
excon (0.112.0)
feedvalidator (0.2.2)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
Expand All @@ -39,10 +39,10 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mustermann (3.0.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
power_assert (2.0.3)
power_assert (2.0.4)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
Expand All @@ -61,16 +61,14 @@ GEM
rdiscount (2.2.7.3)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.6)
strscan
rexml (3.3.8)
ruby2_keywords (0.0.5)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
strscan (3.1.0)
stupider_formatter (0.3.0)
coderay (>= 0.9.0)
rdiscount (>= 1.5.0)
Expand All @@ -79,7 +77,7 @@ GEM
tilt (2.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -106,7 +104,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.4p94
ruby 3.3.5p100

BUNDLED WITH
2.5.17
2.5.21

0 comments on commit 5f5f4e4

Please sign in to comment.