Skip to content

Commit

Permalink
Update cssbundling/jsbundling in Appraisals (#2654)
Browse files Browse the repository at this point in the history
These were updating in the past, but weren't picked up for the
Appraisals.
  • Loading branch information
nickcharlton committed Aug 27, 2024
1 parent 8997e24 commit 2c9e8ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gemfiles/pundit21.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ gem "redcarpet"
gem "sentry-rails"
gem "sentry-ruby"
gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "cssbundling-rails", "~> 1.4"
gem "jsbundling-rails", "~> 1.3"
gem "sprockets-rails", "~> 3.4"

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ gem "redcarpet"
gem "sentry-rails"
gem "sentry-ruby"
gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "cssbundling-rails", "~> 1.4"
gem "jsbundling-rails", "~> 1.3"
gem "sprockets-rails", "~> 3.4"
gem "rails", "~> 6.0.3.4"

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ gem "redcarpet"
gem "sentry-rails"
gem "sentry-ruby"
gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "cssbundling-rails", "~> 1.4"
gem "jsbundling-rails", "~> 1.3"
gem "sprockets-rails", "~> 3.4"
gem "rails", "~> 6.1"

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ gem "redcarpet"
gem "sentry-rails"
gem "sentry-ruby"
gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "cssbundling-rails", "~> 1.4"
gem "jsbundling-rails", "~> 1.3"
gem "sprockets-rails", "~> 3.4"
gem "rails", "~> 7.0"

Expand Down

0 comments on commit 2c9e8ca

Please sign in to comment.