Skip to content

Commit

Permalink
Upgrade to rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oneiros authored and tuxmea committed Nov 2, 2023
1 parent 6198d21 commit 63f2d19
Show file tree
Hide file tree
Showing 17 changed files with 263 additions and 229 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ RUN apt update && apt install -y \

ENV APP_HOME /hdm
ENV RAILS_ENV production
ENV RAILS_SERVE_STATIC_FILES true
ENV RAILS_LOG_TO_STDOUT true

WORKDIR $APP_HOME

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.0'
gem 'rails', '~> 7.1.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6'
# Use Puma as the app server
Expand Down
Loading

0 comments on commit 63f2d19

Please sign in to comment.