diff --git a/Gemfile b/Gemfile index 03fbbb53..258f5777 100644 --- a/Gemfile +++ b/Gemfile @@ -7,13 +7,13 @@ git_source(:github) do |repo_name| end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem "rails", "~> 7.1.0" +gem "rails", "~> 7.1.2" gem "sprockets-rails" gem "pg" # Use Puma as the app server -gem "puma", ">= 5.6.4" +gem "puma", ">= 6.4.0" # Use Uglifier as compressor for JavaScript assets # gem "uglifier", ">= 1.3.0" # See https://github.com/rails/execjs#readme for more supported runtimes @@ -26,7 +26,7 @@ gem "puma", ">= 5.6.4" # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' -gem "nokogiri", ">= 1.13.4" +gem "nokogiri" gem "bootsnap", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8cb2b0cc..1ab1d194 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -485,13 +485,13 @@ DEPENDENCIES nested_scaffold net-sftp newrelic_rpm - nokogiri (>= 1.13.4) + nokogiri parallel_tests pg - puma (>= 5.6.4) + puma (>= 6.4.0) rack-livereload rack-mini-profiler - rails (~> 7.1.0) + rails (~> 7.1.2) rails-controller-testing rspec-rails (~> 6.0.3) rubocop