Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Oct 10, 2023
1 parent 255bf9b commit fea9d60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ gem "rails", "7.0.7.2"

gem "bootsnap", require: false
gem "dalli"
gem "dartsass-rails"
gem "faraday"
gem "gds-api-adapters"
gem "govspeak"
gem "govuk_ab_testing"
gem "govuk_app_config"
gem "govuk_document_types"
gem "govuk_publishing_components", path: "../govuk_publishing_components"
gem "govuk_publishing_components", git: "https://github.com/alphagov/govuk_publishing_components.git", branch: "dart-sass-test"
gem "plek"
gem "rails-i18n"
gem "rails_translation_manager"
gem "rinku", require: "rails_rinku"
gem "dartsass-rails"

Check failure on line 20 in Gemfile

View workflow job for this annotation

GitHub Actions / Lint Ruby / Run RuboCop

Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `dartsass-rails` should appear before `rinku`.
gem "slimmer"
gem "sprockets-rails"
gem "uglifier"
Expand Down
16 changes: 5 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
PATH
remote: ../govuk_publishing_components
GIT
remote: https://github.com/alphagov/govuk_publishing_components.git
revision: 50bf3d2e628e37bcb408e49b566d5f516c7fd5a3
branch: dart-sass-test
specs:
govuk_publishing_components (35.13.1)
govuk_publishing_components (35.18.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -219,14 +221,6 @@ GEM
govuk_personalisation (0.15.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (35.17.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
plek
rails (>= 6)
rouge
sprockets (>= 3)
govuk_schemas (4.7.0)
json-schema (>= 2.8, < 4.2)
govuk_test (3.0.1)
Expand Down

0 comments on commit fea9d60

Please sign in to comment.