@@ -12,7 +12,7 @@ gem 'puma', '~> 5.1'
12
12
# Use SCSS for stylesheets
13
13
gem 'sass-rails' , '>= 6'
14
14
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
15
- # gem 'webpacker', '~> 4 .0'
15
+ # gem 'webpacker', '~> 5 .0'
16
16
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
17
17
gem 'turbolinks' , '~> 5'
18
18
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
@@ -26,7 +26,7 @@ gem 'jbuilder', '~> 2.10'
26
26
# gem 'image_processing', '~> 1.2'
27
27
28
28
# Reduces boot times through caching; required in config/boot.rb
29
- gem 'bootsnap' , '>= 1.4.2 ' , require : false
29
+ gem 'bootsnap' , '>= 1.4.4 ' , require : false
30
30
31
31
group :development , :test do
32
32
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
35
35
36
36
group :development do
37
37
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
38
- gem 'web-console' , '>= 3.3.0'
38
+ gem 'web-console' , '>= 4.1.0'
39
+ # Display performance information such as SQL time and flame graphs for each request in your browser.
40
+ # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
41
+ gem 'rack-mini-profiler' , '~> 2.0'
39
42
gem 'listen' , '~> 3.3'
40
43
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
41
44
gem 'spring'
42
- gem 'spring-watcher-listen' , '~> 2.0.0'
43
45
end
44
46
45
47
group :test do
46
48
# Adds support for Capybara system testing and selenium driver
47
- gem 'capybara' , '>= 2.15 '
49
+ gem 'capybara' , '>= 3.26 '
48
50
gem 'selenium-webdriver'
49
51
# Easy installation and use of web drivers to run system tests with browsers
50
52
gem 'webdrivers'
0 commit comments