Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Mar 12, 2024
2 parents 7034560 + 6181a4b commit e2c2ed3
Show file tree
Hide file tree
Showing 139 changed files with 2,301 additions and 866 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.2
ruby 3.3.0
nodejs 20.7.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine
FROM ruby:3.3.0-alpine

LABEL org.prx.app="yes"
LABEL org.prx.spire.publish.ecr="RAILS_APP"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.2"
ruby "3.3.0"

# core
gem "activerecord-session_store"
gem "bootsnap", require: false
gem "pg", "~> 1.1"
gem "puma", "~> 5.6"
gem "rails", "~> 7.0.7"
gem "rails", "~> 7.0.8.1"

# caching
gem "hiredis", "~> 0.6.3"
Expand Down
Loading

0 comments on commit e2c2ed3

Please sign in to comment.