diff --git a/Gemfile b/Gemfile index a1943d4..6f6c18d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.6.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' -gem 'rails', '~> 6.1.7', '>= 6.1.7.1' +gem 'rails', '~> 7.1.0' # Use postgresql as the database for Active Record gem 'pg', '~> 1.1' # Use Puma as the app server @@ -12,7 +12,7 @@ gem 'puma', '~> 5.0' # Use SCSS for stylesheets gem 'sass-rails', '>= 6.0.0' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker -gem 'webpacker', '~> 5.4', '>= 5.4.3' +gem 'webpacker', '~> 5.4', '>= 5.4.4' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.11', '>= 2.11.5' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.4', require: false -gem 'devise' +gem 'devise', '>= 4.9.0' gem 'httparty', '>= 0.21.0' @@ -41,7 +41,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. - gem 'web-console', '>= 4.2.0' + gem 'web-console', '>= 4.2.1' # Display performance information such as SQL time and flame graphs for each request in your browser. # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md gem 'listen', '~> 3.3'