From 39a1f923119c43531770603e3047000d54dd21d9 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sun, 26 May 2024 20:05:13 +0200 Subject: [PATCH] Bump Ruby --- .github/workflows/ruby.yml | 2 +- .ruby-version | 2 +- .tool-versions | 2 +- Dockerfile | 2 +- Gemfile | 6 ++++-- Gemfile.lock | 5 ++++- README.md | 2 +- 7 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 9e6335d..5b64ec9 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Ruby 3.0 uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.0 + ruby-version: 3.3.1 bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Test with Rake run: | diff --git a/.ruby-version b/.ruby-version index 15a2799..bea438e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/.tool-versions b/.tool-versions index 3294aed..51f617d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.3.0 +ruby 3.3.1 diff --git a/Dockerfile b/Dockerfile index 7053241..f484283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.0 +FROM ruby:3.3.1 ENV RAILS_ENV=production diff --git a/Gemfile b/Gemfile index abf47d4..179e5b7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby "3.3.0" +ruby "3.3.1" gem 'dotenv-rails' @@ -48,8 +48,10 @@ gem "select2-rails" # Dynamic forms gem 'cocoon' -# Sentry (actually glitchtip) +# Sentry gem 'sentry-rails' +gem 'sentry-ruby' +gem 'stackprof' # Font Awesome gem 'font-awesome-rails' diff --git a/Gemfile.lock b/Gemfile.lock index c6d0f70..a0983ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -357,6 +357,7 @@ GEM net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) + stackprof (0.2.26) sys-uname (1.2.3) ffi (~> 1.1) temple (0.10.3) @@ -424,7 +425,9 @@ DEPENDENCIES select2-rails selenium-webdriver sentry-rails + sentry-ruby slim-rails + stackprof timecop turbolinks (~> 5) tzinfo-data @@ -432,7 +435,7 @@ DEPENDENCIES web-console (>= 3.3.0) RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.1p55 BUNDLED WITH 2.5.6 diff --git a/README.md b/README.md index 4fb0521..bbb1ff5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Onze huisgemaakte factuurgeneratie-applicatie. ## Hoe start ik? 1. Installeer: - - Ruby 3.3.0 + - Ruby 3.3.1 - Bundler - yarn 2. `bundle install`