Ruby 3.3.4

This commit is contained in:
Kevin McConnell
2024-08-07 11:02:38 +01:00
parent 9e2135b5bc
commit 4240947729
4 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -1 +1 @@
3.3.3
3.3.4
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.3.3
ARG RUBY_VERSION=3.3.4
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here
-3
View File
@@ -17,9 +17,6 @@ gem "sqlite3", ">= 2.0"
# Features
gem "bcrypt", "~> 3.1.7"
# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
gem "net-pop", github: "ruby/net-pop"
group :development, :test do
gem "brakeman", require: false
gem "rubocop-rails-omakase", require: false
+2 -8
View File
@@ -95,12 +95,6 @@ GIT
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
GIT
remote: https://github.com/ruby/net-pop.git
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
specs:
net-pop (0.1.2)
GEM
remote: https://rubygems.org/
specs:
@@ -161,6 +155,7 @@ GEM
net-imap (0.4.13)
date
net-protocol
net-pop (0.1.2)
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
@@ -309,7 +304,6 @@ DEPENDENCIES
brakeman
capybara
importmap-rails
net-pop!
propshaft
puma (>= 5.0)
rails!
@@ -320,7 +314,7 @@ DEPENDENCIES
turbo-rails
RUBY VERSION
ruby 3.3.3p89
ruby 3.3.4p94
BUNDLED WITH
2.5.11