Skip to content

Commit

Permalink
update to ruby 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Aug 4, 2024
1 parent 69d29da commit e75936c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 24 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.1
ruby-version: 3.3.4
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.1
FROM ruby:3.3.4
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.1-jemalloc
ARG RUBY_VERSION=3.3.4-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.1"
ruby "3.3.4"

gem "rake"
gem "serious", :path => './serious'
Expand Down
48 changes: 28 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,42 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
coderay (1.1.3)
commonmarker (1.1.3-aarch64-linux)
commonmarker (1.1.3-arm64-darwin)
commonmarker (1.1.3-x86_64-darwin)
commonmarker (1.1.3-x86_64-linux)
commonmarker (1.1.5-aarch64-linux)
commonmarker (1.1.5-arm64-darwin)
commonmarker (1.1.5-x86_64-darwin)
commonmarker (1.1.5-x86_64-linux)
crack (1.0.0)
bigdecimal
rexml
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.110.0)
excon (0.111.0)
feedvalidator (0.2.2)
ffi (1.16.3)
hashdiff (1.1.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
hashdiff (1.1.1)
json (2.7.2)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mustermann (3.0.0)
mustermann (3.0.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
power_assert (2.0.3)
public_suffix (5.0.5)
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
rack (3.0.11)
rack (3.1.7)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand All @@ -56,8 +61,8 @@ GEM
rdiscount (2.2.7.3)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.4)
strscan
ruby2_keywords (0.0.5)
sinatra (4.0.0)
mustermann (~> 3.0)
Expand All @@ -71,19 +76,22 @@ GEM
rdiscount (>= 1.5.0)
test-unit (3.6.2)
power_assert
tilt (2.3.0)
tilt (2.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
webmock (3.23.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm64-darwin
x86_64-darwin
x86_64-linux
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
feedvalidator
Expand All @@ -98,7 +106,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.4p94

BUNDLED WITH
2.5.10
2.5.17

0 comments on commit e75936c

Please sign in to comment.