Skip to content

Commit

Permalink
update to Ruby 3.3.6 and Rails 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfall3 committed Nov 11, 2024
1 parent e5782dd commit 2fad3f0
Show file tree
Hide file tree
Showing 8 changed files with 1,407 additions and 1,276 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/databank/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:22.04
FROM ruby:3.1.4
FROM ruby:3.3.6

ARG rails_env=test
ENV RAILS_ENV=test
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.3.6
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

source "https://rubygems.org"
ruby '3.1.4'
gem 'rails', '~> 7.1'
ruby '3.3.6'
gem 'rails', '~> 7.2.2'

# Use postgresql as the database for Active Record
gem "pg"
Expand Down Expand Up @@ -45,9 +45,6 @@ gem "ruby-filemagic"
gem "rubyzip"
gem "zipline"

# Use seven_zip_ruby to handle 7zip archives
gem "seven_zip_ruby"

# Use minitar to deal with POSIX tar archive files
gem "minitar"

Expand Down
Loading

0 comments on commit 2fad3f0

Please sign in to comment.