Skip to content

Commit

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

* Upgrade capistrano

* Upgrade direct gems  dependencies

* Fix test result

* Bummp 1.31.2

* Upgrade @rails/actiontext 8

* Format with rubocop

* Use configuration defaults of rails 8.0
  • Loading branch information
relf authored Dec 12, 2024
1 parent 0a53bb0 commit b56b1e1
Show file tree
Hide file tree
Showing 44 changed files with 876 additions and 676 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<h1>CHANGELOG</h1>

<h3>1.31.2 (12/12/2024)</h3>
<ul>
<li>Upgrade to rails 8.0 and update gems dependencies</li>
</ul>

<h3>1.31.1 (15/10/2024)</h3>
<ul>
<li>Raise an exception on failed analysis creation</li>
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.3.5"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.2"
gem "rails", "~> 8.0"
# Use Puma as the app server
gem "puma", "~> 6.0"
# Use SCSS for stylesheets
Expand Down Expand Up @@ -60,7 +60,7 @@ end

group :development do
# Use Capistrano for deployment
gem "capistrano", "~> 3.11", require: false
gem "capistrano", "~> 3.19.2", require: false
gem "capistrano-rails", "~> 1.4", require: false
gem "capistrano-rvm"
gem "capistrano-passenger"
Expand Down Expand Up @@ -103,7 +103,7 @@ gem "ancestry"
gem "acts_as_list"

# JSON serializers
gem "active_model_serializers", "~> 0.10.14"
gem "active_model_serializers", "~> 0.10.15"

# Background jobs
gem "sucker_punch"
Expand Down
Loading

0 comments on commit b56b1e1

Please sign in to comment.