Browse Source

Don't need to lock turbo-rails version if you clear your cache

pull/147/head
baarkerlounger 3 years ago
parent
commit
eee744adb1
  1. 1
      Gemfile
  2. 11
      Gemfile.lock

1
Gemfile

@ -34,7 +34,6 @@ gem "json-schema"
# Authentication
# Point at branch until devise is compatible with Turbo, see https://github.com/heartcombo/devise/pull/5340
gem "devise", github: "ghiculescu/devise", branch: "error-code-422"
gem "turbo-rails", "~> 0.8"
gem "uk_postcode"
gem "view_component"

11
Gemfile.lock

@ -38,7 +38,7 @@ GIT
GIT
remote: https://github.com/rspec/rspec-rails.git
revision: 1fe6c2e8a56f46ae4c2f13ffa0733cce3b717c2d
revision: 5f54d780a3d8f21cfe4f424a7d0435be2e279356
branch: main
specs:
rspec-rails (5.1.0.pre)
@ -178,13 +178,13 @@ GEM
formtastic (4.0.0)
actionpack (>= 5.2.0)
formtastic_i18n (0.7.0)
globalid (0.6.0)
globalid (1.0.0)
activesupport (>= 5.0)
govuk-components (2.1.4)
activemodel (>= 6.0)
railties (>= 6.0)
view_component (~> 2.39.0)
govuk_design_system_formbuilder (2.7.6)
govuk_design_system_formbuilder (2.8.0)
actionview (>= 6.0)
activemodel (>= 6.0)
activesupport (>= 6.0)
@ -249,7 +249,7 @@ GEM
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.21.0)
parser (3.0.2.0)
parser (3.0.3.1)
ast (~> 2.4.1)
pg (1.2.3)
pry (0.13.1)
@ -377,7 +377,7 @@ GEM
rails (>= 6.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uk_postcode (2.1.6)
uk_postcode (2.1.7)
unicode-display_width (2.1.0)
view_component (2.39.0)
activesupport (>= 5.0.0, < 8.0)
@ -441,7 +441,6 @@ DEPENDENCIES
scss_lint-govuk
selenium-webdriver
simplecov
turbo-rails (~> 0.8)
tzinfo-data
uk_postcode
view_component

Loading…
Cancel
Save