Skip to content

Commit

Permalink
Bump Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed May 26, 2024
1 parent ae5e592 commit 39a1f92
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.3.0
ruby 3.3.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0
FROM ruby:3.3.1

ENV RAILS_ENV=production

Expand Down
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby "3.3.0"
ruby "3.3.1"

gem 'dotenv-rails'

Expand Down Expand Up @@ -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'
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -424,15 +425,17 @@ DEPENDENCIES
select2-rails
selenium-webdriver
sentry-rails
sentry-ruby
slim-rails
stackprof
timecop
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55

BUNDLED WITH
2.5.6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 39a1f92

Please sign in to comment.