Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Rails 7.2, pagy 9.0, shakapacker 8.0 #200

Merged
merged 15 commits into from
Aug 21, 2024
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
Loading