Skip to content

Commit

Permalink
Merge pull request #145 from SINDAN/feature/rails-8.0.1
Browse files Browse the repository at this point in the history
Update Rails 8.0
  • Loading branch information
taketo1113 authored Jan 16, 2025
2 parents 63364fc + 8db2c6c commit 66cd4b4
Show file tree
Hide file tree
Showing 24 changed files with 900 additions and 665 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
/.bundle
vendor/bundle

# Ignore all environment files (except templates).
# Ignore all environment files.
/.env*
!/.env*.erb
!/.env.example

# Ignore all logfiles and tempfiles.
/log/*
Expand Down
9 changes: 2 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "7.2.2.1"
gem "rails", "8.0.1"

gem "mysql2"

Expand All @@ -10,7 +10,7 @@ gem "devise"

gem "dotenv-rails"

gem "sprockets-rails"
gem "propshaft"
gem "jsbundling-rails"

gem "slim-rails"
Expand All @@ -22,12 +22,7 @@ gem "breadcrumbs_on_rails"

gem "slack-notifier"

# Use Redis adapter to run Action Cable in production
# gem "redis", ">= 4.0.1"
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
# gem "bcrypt", "~> 3.1.7"
gem "bcrypt", "~> 3.1.7"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
Loading

0 comments on commit 66cd4b4

Please sign in to comment.