about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-06-20 16:14:12 -0400
committerBen Harris <ben@tilde.team>2022-06-20 16:14:12 -0400
commit0d71b8b90d69a98e8bbabc13cd4efe5d9a43b4a1 (patch)
tree0343b8ad32f210e0c7a695ba9be2b157e4244204 /Gemfile
parent182ae31f39d665de8aa4c72a3808c3feec394f70 (diff)
bump deps and use ruby 3.1.2 main
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
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'