From 0d71b8b90d69a98e8bbabc13cd4efe5d9a43b4a1 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 20 Jun 2022 16:14:12 -0400 Subject: bump deps and use ruby 3.1.2 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index e1567f0..5958b5e 100644 --- a/Gemfile +++ b/Gemfile @@ -3,10 +3,10 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.1.0' +ruby '3.1.2' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem 'rails', '~> 7.0.1' +gem 'rails', '~> 7.0.3' # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem 'sprockets-rails' @@ -15,7 +15,7 @@ gem 'sprockets-rails' gem 'sqlite3', '~> 1.4' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem 'importmap-rails' -- cgit 1.4.1