We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc8032 commit 4193899Copy full SHA for 4193899
Gemfile
@@ -29,6 +29,7 @@ group :development, :test do
29
gem 'webmock'
30
gem 'pry-rails'
31
gem 'pry-byebug'
32
+ gem 'turbolinks'
33
end
34
35
group :test do
Gemfile.lock
@@ -237,6 +237,9 @@ GEM
237
reform-rails (>= 0.1.4, < 0.2.0)
238
trailblazer (~> 2.0.0)
239
trailblazer-loader (>= 0.1.0)
240
+ turbolinks (5.2.1)
241
+ turbolinks-source (~> 5.2)
242
+ turbolinks-source (5.2.0)
243
tzinfo (1.2.6)
244
thread_safe (~> 0.1)
245
uber (0.1.0)
@@ -276,6 +279,7 @@ DEPENDENCIES
276
279
trailblazer
277
280
trailblazer-cells
278
281
trailblazer-rails
282
+ turbolinks
283
webmock
284
webpacker (~> 4.0)
285
0 commit comments