Skip to content

Commit

Permalink
Merge pull request #1205 from alphagov/upgrade-dependency
Browse files Browse the repository at this point in the history
Update dependency to solve alerts
  • Loading branch information
MuriloDalRi authored Oct 19, 2023
2 parents 7ce3b7c + 24ffa68 commit 1655ec7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "govuk_admin_template"
gem "govuk_app_config"
gem "govuk_sidekiq"
gem "gretel"
gem "jquery-ui-rails"
gem "jquery-ui-rails", github: "jquery-ui-rails/jquery-ui-rails", tag: "v7.0.0" # https://github.com/jquery-ui-rails/jquery-ui-rails/pull/139#issuecomment-1768150544
gem "kaminari"
gem "plek"
gem "redis"
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/jquery-ui-rails/jquery-ui-rails.git
revision: 413265e81f790f795239e07e7e25e01429b2f18d
tag: v7.0.0
specs:
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -201,8 +209,6 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.6.3)
jwt (2.7.1)
kaminari (1.2.2)
Expand Down Expand Up @@ -715,7 +721,7 @@ DEPENDENCIES
govuk_sidekiq
govuk_test
gretel
jquery-ui-rails
jquery-ui-rails!
kaminari
listen
plek
Expand Down

0 comments on commit 1655ec7

Please sign in to comment.