Skip to content

Commit

Permalink
Remove ad-hoc dependency from Gemfile
Browse files Browse the repository at this point in the history
This code was introduced in the following.
367e428

However, ember-cli-rails-assets 0.7.0 solved Rails ~>7.0 issues.
  • Loading branch information
tricknotes authored and seanpdoyle committed Sep 17, 2024
1 parent 9a4eb03 commit 1e96bf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ else
end

gem "rails", rails_constraint
gem "ember-cli-rails-assets", github: "seanpdoyle/ember-cli-rails-assets" if rails_version == "main" || Gem::Version.new(rails_version) >= Gem::Version.new("7.0")
gem "high_voltage", "~> 3.0.0"
gem "webdrivers", "~> 5.0"
gem "webrick"

0 comments on commit 1e96bf5

Please sign in to comment.