Ruby 3.3.4
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
3.3.3
|
||||
3.3.4
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user