Skip to content

Commit

Permalink
new version of Maglev + upgrade to Rails 7.2.1 + fix JS errors + depl…
Browse files Browse the repository at this point in the history
…oyment to a new server
  • Loading branch information
did committed Sep 13, 2024
1 parent c9ed53c commit 0a967d4
Show file tree
Hide file tree
Showing 12 changed files with 144 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Install dependencies
run: |
gem install kamal -v 1.3.1
gem install kamal -v 1.8.3
- name: Run deploy command
run: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@
/app/assets/builds/*
!/app/assets/builds/.keep

TODO.md
doc

TODO.md

6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
ruby "3.2.3"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.2"
gem "rails", "~> 7.2.1"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand Down Expand Up @@ -78,11 +78,11 @@ end

# 🚨 PRODUCTION
gem 'maglevcms', github: 'maglevhq/maglev-core', branch: 'master', require: false
gem "maglevcms-pro", git: "https://github.com/maglevhq/maglev-pro.git", branch: 'master', require: 'maglev/pro'
# gem "maglevcms-pro", git: "https://github.com/maglevhq/maglev-pro.git", branch: 'master', require: 'maglev/pro'

source 'https://packages.nocoffee.fr/private' do
# MaglevCMS PRO: multi-sites, multi-themes
# gem 'maglevcms-pro', '~> 0.4.0', require: 'maglev/pro'
gem 'maglevcms-pro', '~> 0.5.0', require: 'maglev/pro'

# NoCoffee UIKit to build sleek and consistent UI
gem 'ncuikit', '~> 0.2.1'
Expand Down
Loading

0 comments on commit 0a967d4

Please sign in to comment.