Compare commits

..

No commits in common. "ruby-34" and "main" have entirely different histories.

4 changed files with 11 additions and 13 deletions

View file

@ -1 +1 @@
3.4.1
3.3.6

View file

@ -7,7 +7,7 @@
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.4.1
ARG RUBY_VERSION=3.3.6
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here

View file

@ -1,7 +1,5 @@
source "https://rubygems.org"
ruby file: ".ruby-version"
gem "rails", github: "rails/rails", branch: "main"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"

View file

@ -165,7 +165,6 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.2)
msgpack (1.7.5)
net-imap (0.5.1)
@ -178,8 +177,11 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
@ -267,8 +269,9 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sqlite3 (2.3.1)
mini_portile2 (~> 2.8.0)
sqlite3 (2.3.1-aarch64-linux-gnu)
sqlite3 (2.3.1-arm64-darwin)
sqlite3 (2.3.1-x86_64-linux-gnu)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
@ -331,8 +334,5 @@ DEPENDENCIES
tzinfo-data
web-console
RUBY VERSION
ruby 3.4.1p0
BUNDLED WITH
2.6.2
2.5.23