Skip to content

Commit

Permalink
Upgrade dfe-autocomplete
Browse files Browse the repository at this point in the history
* Update to fix failing css build due to include of IE8 that is no
  longer part of govuk-frontend
  • Loading branch information
gpeng committed Jan 26, 2024
1 parent 7ac884f commit 4259b0c
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 223 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ gem "devise"
gem "devise_invitable"
gem "dfe-autocomplete",
require: "dfe/autocomplete",
github: "DFE-Digital/dfe-autocomplete"
github: "DFE-Digital/dfe-autocomplete",
ref: "11738c0"
gem "faraday", "~> 2.9"
gem "gds_zendesk"
gem "govuk-components", "~> 5.0.0"
Expand Down
17 changes: 12 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GIT
remote: https://github.com/DFE-Digital/dfe-autocomplete.git
revision: 36d80e6b5bba67c92cd9ec6982a4e536d1889aed
revision: 11738c0e25778162e26eb7ab5e22a6ffce671b08
ref: 11738c0
specs:
dfe-autocomplete (0.1.0)
actionview (>= 7.0.2.3)
Expand Down Expand Up @@ -209,9 +210,10 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
inflection (1.0.0)
io-console (0.6.0)
irb (1.6.4)
reline (>= 0.3.0)
io-console (0.7.2)
irb (1.11.1)
rdoc
reline (>= 0.4.2)
jaro_winkler (1.5.4)
jsbundling-rails (1.1.2)
railties (>= 6.0.0)
Expand Down Expand Up @@ -294,6 +296,8 @@ GEM
racc
pg (1.5.3)
prettier_print (1.2.1)
psych (5.1.2)
stringio
public_suffix (5.0.1)
puma (6.4.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -348,10 +352,12 @@ GEM
rainbow (3.1.1)
rake (13.1.0)
rbs (2.8.4)
rdoc (6.6.2)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (4.8.1)
regexp_parser (2.8.1)
reline (0.3.3)
reline (0.4.2)
io-console (~> 0.5)
responders (3.1.0)
actionpack (>= 5.2)
Expand Down Expand Up @@ -467,6 +473,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringio (3.1.0)
syntax_tree (6.1.1)
prettier_print (>= 1.2.0)
syntax_tree-haml (4.0.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "app",
"private": "true",
"dependencies": {
"dfe-autocomplete": "github:DFE-Digital/dfe-autocomplete",
"esbuild": "^0.19.12",
"dfe-autocomplete": "DFE-Digital/dfe-autocomplete#11738c0",
"govuk-frontend": "^5.0.0",
"sass": "^1.70.0"
},
Expand Down
Loading

0 comments on commit 4259b0c

Please sign in to comment.