Skip to content

Commit

Permalink
Merge pull request #2997 from tvdeyen/add-sprockets-rails
Browse files Browse the repository at this point in the history
Add sprockets-rails as dependency
  • Loading branch information
tvdeyen authored Aug 22, 2024
2 parents b203ffd + 3be216c commit f36ec6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"

gem "alchemy_i18n", git: "https://github.com/AlchemyCMS/alchemy_i18n.git", branch: "main"

gem "sprockets-rails", "< 3.5.0"

group :development, :test do
gem "execjs", "~> 2.9.1"
gem "rubocop", require: false
Expand Down
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "originator", ["~> 3.1"]
gem.add_runtime_dependency "ransack", [">= 1.8", "< 5.0"]
gem.add_runtime_dependency "simple_form", [">= 4.0", "< 6"]
gem.add_runtime_dependency "sprockets", [">= 3.0", "< 5"]
gem.add_runtime_dependency "sprockets-rails", [">= 3.5", "< 4"]
gem.add_runtime_dependency "turbo-rails", [">= 1.4", "< 2.1"]
gem.add_runtime_dependency "view_component", ["~> 3.0"]

Expand Down
1 change: 1 addition & 0 deletions lib/alchemy_cms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
require "non_stupid_digest_assets"
require "ransack"
require "simple_form"
require "sprockets/rails"
require "turbo-rails"
require "userstamp"
require "view_component"
Expand Down

0 comments on commit f36ec6d

Please sign in to comment.