Skip to content

Commit

Permalink
Upgrade to rails 7.1 (#213)
Browse files Browse the repository at this point in the history
* Upgrade to rails 7.1

* Have rubocop ignore autogenerated migrations.

From active_storage.
  • Loading branch information
oneiros authored Nov 2, 2023
1 parent 6198d21 commit 617f2ea
Show file tree
Hide file tree
Showing 18 changed files with 264 additions and 229 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AllCops:
- bin/*
- config/application.rb
- config/environments/*
- db/migrate/*active_storage.rb
- db/schema.rb
- vendor/**/*
- .vendor/**/*
Expand Down
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 617f2ea

Please sign in to comment.