Skip to content

Commit

Permalink
raise ruby version to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahie committed Apr 24, 2024
1 parent 3bc5e53 commit 5ede64e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.1.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.1.3
ARG RUBY_VERSION=3.1.5
FROM ruby:$RUBY_VERSION-slim as base

LABEL fly_launch_runtime="rails"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.3'
ruby File.read(".ruby-version").strip

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0'
Expand Down Expand Up @@ -64,6 +64,7 @@ group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'listen', '~> 3.9.0'
gem "ruby-lsp-rspec", require: false
gem 'web-console'
end

Expand Down
11 changes: 10 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
prism (0.24.0)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -396,6 +397,12 @@ GEM
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-lsp (0.16.4)
language_server-protocol (~> 3.17.0)
prism (>= 0.22.0, < 0.25)
sorbet-runtime (>= 0.5.10782)
ruby-lsp-rspec (0.1.11)
ruby-lsp (~> 0.16.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
Expand All @@ -422,6 +429,7 @@ GEM
version_gem (~> 1.1, >= 1.1.1)
song_pro (0.1.10)
markaby
sorbet-runtime (0.5.11353)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -511,6 +519,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
rubocop-rspec
ruby-lsp-rspec
sass-rails (>= 6)
selenium-webdriver
service_actor-rails (~> 1)
Expand All @@ -523,7 +532,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.1.3
ruby 3.1.5p252

BUNDLED WITH
2.3.26

0 comments on commit 5ede64e

Please sign in to comment.