Skip to content

Commit

Permalink
Upgrade to Rails 7.2, pagy 9.0, shakapacker 8.0 (#200)
Browse files Browse the repository at this point in the history
* Upgrade to rails 7.2beta2

* Add test assertions

* Upgrade to rails 7.2

* Upgrade application via app:update task

* Avoid missing action in :only,:except options of before_action

* Bundle update

* Upgrade shakapacker

* Upgrade staging and production env

* Install shakapacker

* ignore lib autoload

* Update rails defaults to 7.2

* Upgrade to pagy 9.0

* Upgrade to shakapacker 8.0

* Bundle update

* Bump 1.30.3
  • Loading branch information
relf authored Aug 21, 2024
1 parent 67d3513 commit 85f1c86
Show file tree
Hide file tree
Showing 43 changed files with 2,323 additions and 2,161 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<h1>CHANGELOG</h1>

<h3>1.30.3 (21/08/2024)</h3>
<ul>
<li>[Tech] Upgrade backend to rails 7.2, pagy 9.0, shakapacker 9.0</li>
</ul>

<h3>1.30.2 (27/06/2024)</h3>
<ul>
<li>Fix EGMDO generated code to work with SMT 2.6.2+</li>
</ul>


<h3>1.30.1 (18/04/2024)</h3>
<ul>
<li>Add variable search tab: User can query and browse variable source and targets disciplines</li>
Expand Down Expand Up @@ -731,4 +735,4 @@
<li>Display and import Multi Disciplinary Analyses from CICAV Excel template file</li>
<li>Display Notebooks as static HTML</li>
<li>Link to JupyterHub server</li>
</ul>
</ul>
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.0"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.1"
gem "rails", "~> 7.2"
# Use Puma as the app server
gem "puma", "~> 6.0"
# Use SCSS for stylesheets
Expand All @@ -17,7 +17,7 @@ gem "sass-rails", ">= 6"
gem "terser"

# Transpile app-like JavaScript. Read more: https://github.com/shakacode/shakapacker
gem "shakapacker", "~>7.0"
gem "shakapacker", "~> 8.0"
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

Expand Down Expand Up @@ -132,7 +132,7 @@ gem "deepsort"
gem "sprockets-rails"

# Pagination
gem "pagy", "~> 7.0"
gem "pagy", "~> 9.0"

# Matrix
gem "matrix" # removed from stndard library in ruby 3.1
Loading

0 comments on commit 85f1c86

Please sign in to comment.