Skip to content

Commit

Permalink
Merge pull request #19 from mlibrary/updates-2024-12
Browse files Browse the repository at this point in the history
Updates 2024 12
  • Loading branch information
niquerio authored Dec 23, 2024
2 parents e102cc8 + 84e536a commit bcae4bc
Show file tree
Hide file tree
Showing 12 changed files with 332 additions and 169 deletions.
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 AS development
FROM ruby:3.3 AS development

ARG UNAME=app
ARG UID=1000
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.0.0"
gem "rails", "~> 7.2.0"
# Use mysql as the database for Active Record
gem "mysql2", "~> 0.5"
# Use Puma as the app server
gem "puma", "~> 5.0"
gem "puma", "~> 6.0"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.7"

Expand Down
Loading

0 comments on commit bcae4bc

Please sign in to comment.