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
gem "json-schema"
gem "uk_postcode"
gem "turbo-rails", "~> 0.8"
group :development, :test do
# 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)
rails (>= 6.0.0)
thor (1.1.0)
turbo-rails (7.1.1)
turbo-rails (0.8.3)
rails (>= 6.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
@ -419,6 +419,7 @@ DEPENDENCIES
scss_lint-govuk
selenium-webdriver
simplecov
turbo-rails (~> 0.8)
tzinfo-data
uk_postcode
web-console (>= 4.1.0)

Loading…
Cancel
Save