Browse Source

Revert yanked turbo rails for now

pull/81/head^2
baarkerlounger 3 years ago
parent
commit
b003497c70
  1. 1
      Gemfile
  2. 3
      Gemfile.lock

1
Gemfile

@ -34,6 +34,7 @@ gem "roo"
# Json Schema # Json Schema
gem "json-schema" gem "json-schema"
gem "uk_postcode" gem "uk_postcode"
gem "turbo-rails", "~> 0.8"
group :development, :test do group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console

3
Gemfile.lock

@ -356,7 +356,7 @@ GEM
stimulus-rails (0.7.2) stimulus-rails (0.7.2)
rails (>= 6.0.0) rails (>= 6.0.0)
thor (1.1.0) thor (1.1.0)
turbo-rails (7.1.1) turbo-rails (0.8.3)
rails (>= 6.0.0) rails (>= 6.0.0)
tzinfo (2.0.4) tzinfo (2.0.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -419,6 +419,7 @@ DEPENDENCIES
scss_lint-govuk scss_lint-govuk
selenium-webdriver selenium-webdriver
simplecov simplecov
turbo-rails (~> 0.8)
tzinfo-data tzinfo-data
uk_postcode uk_postcode
web-console (>= 4.1.0) web-console (>= 4.1.0)

Loading…
Cancel
Save