Skip to content

Commit

Permalink
Update Alchemy to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Sep 12, 2024
1 parent dd1eaba commit 99cdcfc
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "~> #{`cat .ruby-version`.chomp.tr("ruby-", "")}"

gem "alchemy_cms", "~> 7.2.0"
gem "alchemy-devise", "~> 7.2.0"
gem "alchemy_cms", "~> 7.3.0"
gem "alchemy-devise", "~> 7.3.0"
gem "alchemy_i18n", "~> 4.2.0"
gem "alchemy_cloudinary", "~> 3.0"
gem "alchemy-sentry", "~> 1.0"
Expand Down
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
activesupport (>= 6.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
alchemy-devise (7.2.0)
alchemy-devise (7.3.0)
alchemy_cms (~> 7.0)
devise (~> 4.9)
alchemy-sentry (1.0.0)
Expand All @@ -97,19 +97,20 @@ GEM
alchemy_cloudinary (3.0.0)
alchemy_cms (>= 7.0, < 8.0)
cloudinary (~> 1.9)
alchemy_cms (7.2.6)
actionmailer (>= 7.0, < 7.2)
actionpack (>= 7.0, < 7.2)
actionview (>= 7.0, < 7.2)
alchemy_cms (7.3.0)
actionmailer (>= 7.0, < 7.3)
actionpack (>= 7.0, < 7.3)
actionview (>= 7.0, < 7.3)
active_model_serializers (~> 0.10.14)
activejob (>= 7.0, < 7.2)
activemodel (>= 7.0, < 7.2)
activerecord (>= 7.0, < 7.2)
activesupport (>= 7.0, < 7.2)
activejob (>= 7.0, < 7.3)
activemodel (>= 7.0, < 7.3)
activerecord (>= 7.0, < 7.3)
activesupport (>= 7.0, < 7.3)
acts_as_list (>= 0.3, < 2)
awesome_nested_set (~> 3.1)
awesome_nested_set (~> 3.1, >= 3.7.0)
cancancan (>= 2.1, < 4.0)
coffee-rails (>= 4.0, < 6.0)
csv (~> 3.3)
dragonfly (~> 1.4)
dragonfly_svg (~> 0.0.4)
gutentag (~> 2.2, >= 2.2.1)
Expand All @@ -118,11 +119,10 @@ GEM
jquery-rails (~> 4.0, >= 4.0.4)
kaminari (~> 1.1)
originator (~> 3.1)
railties (>= 7.0, < 7.2)
railties (>= 7.0, < 7.3)
ransack (>= 1.8, < 5.0)
sassc-rails (~> 2.1)
simple_form (>= 4.0, < 6)
sprockets (>= 3.0, < 5)
sprockets-rails (>= 3.5, < 4)
turbo-rails (>= 1.4, < 2.1)
view_component (~> 3.0)
alchemy_i18n (4.2.2)
Expand Down Expand Up @@ -155,6 +155,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
csv (3.3.0)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.0)
Expand Down Expand Up @@ -413,10 +414,10 @@ PLATFORMS

DEPENDENCIES
activerecord-nulldb-adapter
alchemy-devise (~> 7.2.0)
alchemy-devise (~> 7.3.0)
alchemy-sentry (~> 1.0)
alchemy_cloudinary (~> 3.0)
alchemy_cms (~> 7.2.0)
alchemy_cms (~> 7.3.0)
alchemy_i18n (~> 4.2.0)
bootsnap (>= 1.1.0)
database_cleaner (~> 2.0)
Expand Down
1 change: 1 addition & 0 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css
//= link alchemy/admin/custom.css
4 changes: 4 additions & 0 deletions app/assets/stylesheets/alchemy/admin/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
* Edit this file to add custom styles to the Alchemy admin interface.
* This file will be loaded after the default Alchemy admin stylesheets.
*/
9 changes: 9 additions & 0 deletions config/alchemy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,12 @@ format_matchers:

# The layout used for rendering the +alchemy/admin/pages#show+ action.
admin_page_preview_layout: application

# The sizes for the preview size select in the page editor.
page_preview_sizes:
- 360
- 640
- 768
- 1024
- 1280
- 1440
9 changes: 9 additions & 0 deletions config/alchemy/config.yml.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,12 @@ format_matchers:

# The layout used for rendering the +alchemy/admin/pages#show+ action.
admin_page_preview_layout: application

# The sizes for the preview size select in the page editor.
page_preview_sizes:
- 360
- 640
- 768
- 1024
- 1280
- 1440
12 changes: 0 additions & 12 deletions vendor/assets/stylesheets/alchemy/admin/all.css

This file was deleted.

0 comments on commit 99cdcfc

Please sign in to comment.