Skip to content

Commit

Permalink
Use non-digest-assets forked gem for running on Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed May 25, 2024
1 parent ce48d57 commit 9dd68c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Unreleased
- Use jQuery 2.x - 2.2.4
- If there are `//= require jquery` clauses in the main application, replace them with `//= require jquery2`
- If there are `//= require jquery` clauses in the main application, replace them with `//= require jquery2`
- Add Ruby 3.3 and Rails 7.2 to CI

## [2.7.5](https://github.com/owen2345/camaleon-cms/tree/2.7.5) (2023-11-22)
- Fix the test email for non-main sites by [brian-kephart](https://github.com/brian-kephart) in [\#1050](https://github.com/owen2345/camaleon-cms/pull/1050)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'cancancan', '~> 3.0'
gem 'capybara-screenshot'
gem 'factory_bot_rails'
gem 'faker'
gem 'non-digest-assets', '~> 2.3'
gem 'non-digest-assets', git: 'https://github.com/texpert/non-digest-assets', branch: 'add-rails-7-2-to-ci'
gem 'oj'
gem 'puma'
gem 'rack_session_access'
Expand Down

0 comments on commit 9dd68c6

Please sign in to comment.