@@ -3,16 +3,16 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33
44ruby 'your-ruby-version'
55
6- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
7- gem 'rails' , '~> 6.0.6' , '>= 6.0.6.1 '
6+ # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7+ gem 'rails' , '~> 6.1.0.rc1 '
88# Use sqlite3 as the database for Active Record
99gem 'sqlite3' , '~> 1.4'
1010# Use Puma as the app server
11- gem 'puma' , '~> 4.1 '
11+ gem 'puma' , '~> 5.0 '
1212# Use SCSS for stylesheets
1313gem 'sass-rails' , '>= 6'
1414# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
15- gem 'webpacker' , '~> 4 .0'
15+ gem 'webpacker' , '~> 5 .0'
1616# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
1717gem 'turbolinks' , '~> 5'
1818# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
@@ -26,7 +26,7 @@ gem 'jbuilder', '~> 2.7'
2626# gem 'image_processing', '~> 1.2'
2727
2828# 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
3030
3131group :development , :test do
3232 # Call 'byebug' anywhere in the code to stop execution and get a debugger console
3535
3636group :development do
3737 # 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.0.3'
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'
3942 gem 'listen' , '~> 3.2'
4043 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4144 gem 'spring'
42- gem 'spring-watcher-listen' , '~> 2.0.0'
4345end
4446
4547group :test do
4648 # Adds support for Capybara system testing and selenium driver
47- gem 'capybara' , '>= 2.15 '
49+ gem 'capybara' , '>= 3.26 '
4850 gem 'selenium-webdriver'
4951 # Easy installation and use of web drivers to run system tests with browsers
5052 gem 'webdrivers'
0 commit comments